Merge pull request #127 from icoxfog417/add_neuraln

add NeuralN
This commit is contained in:
Joseph Misiti 2015-03-29 22:00:36 -04:00
commit 9213183f71

View File

@ -338,6 +338,7 @@ For a list of free machine learning books available for download, go [here](http
* [Bayesian-Bandit](https://github.com/omphalos/bayesian-bandit.js) - Bayesian bandit implementation for Node and the browser.
* [Synaptic](https://github.com/cazala/synaptic) - Architecture-free neural network library for node.js and the browser
* [kNear](https://github.com/NathanEpstein/kNear) - JavaScript implementation of the k nearest neighbors algorithm for supervised learning
* [NeuralN](https://github.com/totemstech/neuraln) - C++ Neural Network library for Node.js. It has advantage on large dataset and multi-threaded training.
<a name="julia" />
## Julia