Difference between revisions of "JavaScript"

From
Jump to: navigation, search
(A sampling of available Javascript Machine Learning libraries)
(A sampling of available Javascript Machine Learning libraries)
Line 30: Line 30:
 
* [http://github.com/karpathy/convnetjs Conventjs] (not maintained)] neural networks supporting common modules, classification, [[Regression]], an experimental Reinforcement Learning module, able to train [[(Deep) Convolutional Neural Network (DCNN/CNN)]] that process images
 
* [http://github.com/karpathy/convnetjs Conventjs] (not maintained)] neural networks supporting common modules, classification, [[Regression]], an experimental Reinforcement Learning module, able to train [[(Deep) Convolutional Neural Network (DCNN/CNN)]] that process images
 
* [[ConvNetJS]] an NPM version is also available for those using [http://nodejs.org/en/ Node.js], and the library is designed to make proper use of Javascript’s asynchronicity.
 
* [[ConvNetJS]] an NPM version is also available for those using [http://nodejs.org/en/ Node.js], and the library is designed to make proper use of Javascript’s asynchronicity.
* [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 for Intelligence | statistics, math etc.]]
 
* [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://mil-tokyo.github.io/webdnn/ Webdnn] this framework optimizes the [[Deep Neural Network (DNN)]] model to compress the model data and accelerate execution through Javascript APIs such as [http://webassembly.org/ WebAssembly] and [http://gpuweb.github.io/gpuweb/ WebGPU]   
 
* [http://mil-tokyo.github.io/webdnn/ Webdnn] this framework optimizes the [[Deep Neural Network (DNN)]] model to compress the model data and accelerate execution through Javascript APIs such as [http://webassembly.org/ WebAssembly] and [http://gpuweb.github.io/gpuweb/ WebGPU]   

Revision as of 09:19, 29 March 2020

Youtube search... ...Google search

A sampling of available Javascript Machine Learning libraries

Graphics

________________________________

1*W79wtpbE2NTqUuFA8EVorQ.png

Demos

Node.js

Youtube search... ...Google search

React

Youtube search... ...Google search