Difference between revisions of "JavaScript"
| Line 12: | Line 12: | ||
* [http://github.com/mljs/ml mljs] | * [http://github.com/mljs/ml mljs] | ||
* [http://github.com/cazala/synaptic Synaptic] multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks | * [http://github.com/cazala/synaptic Synaptic] multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks | ||
| − | * [ | + | * [http://wagenaartje.github.io/neataptic/ Neataptic] neuro-evolution & backpropagation for the browser |
________________________________ | ________________________________ | ||
Revision as of 09:11, 5 August 2018
A sampling of available Javascript Machine Learning libraries:
- mxnet.js
- webdnn
- brain.js several types of networks
- mljs
- Synaptic multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks
- Neataptic neuro-evolution & backpropagation for the browser
________________________________
Node.js