UNPKG

neural-network-node

Version:

A simple neural network coded from scratch with no external modules. Lets you train your own neural network in a simple and easy to learn way.

3 lines (2 loc) 94 B
import Standard from "../../utils/networks/Standard/html/Standard.js"; export { Standard };