Node.js Neural Network

I studied neural networks while in Prof. Dittrich's Science and Mathematics Seminar.
I used JavaScript and node.js to build this neural network library as a final project.

Step 1. Make sure node.js is installed: curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - && sudo apt-get install -y nodejs

Step 2. Download my Node.js Neural Network library: nnn.js

Step 3. Download math.js

Step 4. Start library with node nn.js