Difference between revisions of "JavaScript"

From
Jump to: navigation, search
Line 6: Line 6:
 
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:   
 
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] deep learning in browser (without server)
 
* [http://github.com/BrainJS/brain.js brain.js] several types of networks
 
* [http://github.com/BrainJS/brain.js brain.js] several types of networks
 
* [http://github.com/mljs/ml mljs] includes supervised and unsupervised learning, artificial neural networks, regression algorithms and supporting libraries for statistics, math etc.
 
* [http://github.com/mljs/ml mljs] includes supervised and unsupervised learning, artificial neural networks, regression algorithms and supporting libraries for statistics, math etc.

Revision as of 09:36, 5 August 2018

Youtube search...

A sampling of available Javascript Machine Learning libraries:

  • mxnet.js deep learning in browser (without server)
  • brain.js several types of networks
  • mljs includes supervised and unsupervised learning, artificial neural networks, regression algorithms and supporting libraries for statistics, math etc.
  • Synaptic multilayer perceptrons, multilayer long-short term memory networks, liquid state machines and a trainer capable of training a verity of networks
  • Webdnn this framework optimizes the DNN model to compress the model data and accelerate execution through JavaScript APIs such as WebAssembly and WebGPU
  • Neataptic neuro-evolution & backpropagation for the browser
  • Conventjs (not maintained)] neural networks supporting common modules, classification, regression, an experimental Reinforcement Learning module, able to train convolutional networks that process images
  • Neuro.js Learning to Drive project a deep learning and reinforcement learning Javascript library framework for the browser. Implementing a full stack neural-network based machine learning framework with extended reinforcement-learning support
  • Compromise modest natural-language processing (NLP) interprets and pre-parses English and makes some reasonable decisions
  • Mind make predictions, using a matrix implementation to process training data and enabling configurable network topology.

________________________________


Node.js

Youtube search...