JSNeuralNetwork: Feed Forward Networks

Today I ultimated the JSNeuralNetowork part which builds Feed Forward Neural Network. Now it only manages 2 layers network, with one input layer and 1 output neuron. It should be easy to extend them to a more general three-layer model, but my that was not my intent for now.

There’s an example here.