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.

12 lines (7 loc) 280 B
# NPM Quickstart Begin by installing the node module with this command: `npm install neural-network-node` Now that you have it installed, in your main file, add this following code to import the project. ``` const NeuralNetwork = require('neural-network-node') ```