A Neural Network in 11 lines of Javascript – Above Intelligent (AI)
This is a port from Python to Javascript of the neural network implementation to describe the inner workings of backpropagation. You can run it in a browser console. Just copy all the code and paste it in the console. Otherwise it can run in node with the command $ node app/neural-network-test.js
May-26-2017, 01:45:07 GMT
- Technology: