Difference between revisions of "JavaScript"

From
Jump to: navigation, search
Line 3: Line 3:
 
*[[TensorFlow.js]]  
 
*[[TensorFlow.js]]  
 
*[http://playground.tensorflow.org TensorFlow Playground written in Javascript]
 
*[http://playground.tensorflow.org TensorFlow Playground written in Javascript]
*[http://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c 11 Javascript Machine Learning Libraries To Use In Your App |]  [http://blog.bitsrc.io/@JonathanSaring Jonathan Saring]
 
  
[http://news.ycombinator.com/item?id=16718285 A sampling] of available Javascript Machine Learning libraries:
+
 
 +
A [http://news.ycombinator.com/item?id=16718285 sampling] of [http://blog.bitsrc.io/11-javascript-machine-learning-libraries-to-use-in-your-app-c49772cca46c available] Javascript Machine Learning libraries:
  
 
* [http://github.com/dmlc/mxnet.js/ mxnet.js]
 
* [http://github.com/dmlc/mxnet.js/ mxnet.js]
 
* [http://github.com/mil-tokyo/webdnn webdnn]
 
* [http://github.com/mil-tokyo/webdnn webdnn]
* [http://github.com/BrainJS/brain.js brain.js]
+
* [http://github.com/BrainJS/brain.js brain.js] several types of networks
 
* [http://github.com/mljs/ml mljs]
 
* [http://github.com/mljs/ml mljs]
* [http://github.com/cazala/synaptic synaptic]
+
* [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
 +
* [https://wagenaartje.github.io/neataptic/ Neataptic] multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks
  
 
________________________________
 
________________________________

Revision as of 09:09, 5 August 2018

Youtube search...


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 multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks

________________________________


Node.js

Youtube search...