Nodejs implementation of Neural Network. It uses compute cluster for map reduce and implements stochastic/step/batch gradient descent for finding of global minimum of cost function.
Stars
15
Forks
5
Watchers
15
Open Issues
1
Overall repository health assessment
~0.0.7~1.0.0~2.4.1^1.9.20.0.7~1.0.0~2.4.1^1.21.441
commits
@Paul changed escaping from training. Use escape character.
8c464f5View on GitHub@Paul used eigenjs in helpers. Replaced underscore with lodash library. Added a functionality to exit training using ctrc-c key. Upped a version number
9b0b153View on GitHub