nn icon indicating copy to clipboard operation
nn copied to clipboard

Fast and simple Neural Network for node.js

Results 6 nn issues
Sort by recently updated
recently updated
newest added

Hello, I have used this package, its awesome but I think there is an issue with NN.prototype.backPropagate in gradient descent u should use the derivative of the activation function of...

Hello, when save and charged an nn object with more than one hidden layers, the length of the output layer is forgotten. i write some mocha test that prove it...

Useful for me, maybe for others. Also exists in synaptic.js.

Is this truly a SingleInput / SingleOutput module? If so, Not very useful. Even at that, it doesn't seem to work. inputs:{"input":[49.43],"output":[49.421]} test Input:[49.375] output: 0.9999974194600901 inputs:{"input":[49.43,49.421,49.422],"output":[49.43]} test Input:[49.375,49.405,49.407] output:...

Currently, `test.js` is being published to npm, and `mocha` is listed as a `dependency` rather than a `devDependency`. This results in unnecessary code being installed when people use the library.

The MSE in net.test is not a mean squared error at all. It is just the mean error. I would be happy to take over the maintenance of nn if...