Difference between revisions of "JavaScript"

From
Jump to: navigation, search
m
m
Line 32: Line 32:
 
* [http://tenso.rs/ TensorFire] is a framework for running neural networks in the browser, accelerated by [http://get.webgl.org/ WebGL]
 
* [http://tenso.rs/ TensorFire] is a framework for running neural networks in the browser, accelerated by [http://get.webgl.org/ WebGL]
 
* [[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 with 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 with 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/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/mljs/ml mljs] includes supervised and unsupervised learning, artificial neural networks, [[Regression]] algorithms and supporting libraries for [[Math 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:46, 12 October 2020

Youtube search... ...Google search


A sampling of available Javascript Machine Learning libraries

Graphics / Visualization

________________________________

1*W79wtpbE2NTqUuFA8EVorQ.png

Demos

Node.js

Youtube search... ...Google search

React

Youtube search... ...Google search