From a5bd95f64d39d295ee38e9fdf0aa824f9403f638 Mon Sep 17 00:00:00 2001 From: Takahiro Kubo Date: Mon, 30 Mar 2015 09:45:35 +0900 Subject: [PATCH] add NeuralN --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1770cd9..c1f4438 100644 --- a/README.md +++ b/README.md @@ -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. ## Julia