Difference between revisions of "JavaScript"

From
Jump to: navigation, search
Line 17: Line 17:
 
** [http://github.com/NeuroJS Neuro.js] [http://janhuenermann.com/projects/learning-to-drive 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
 
** [http://github.com/NeuroJS Neuro.js] [http://janhuenermann.com/projects/learning-to-drive 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
 
** [http://github.com/karpathy/convnetjs Conventjs] (not maintained)] neural networks supporting common modules, classification, regression, an experimental Reinforcement Learning module, able to train convolutional networks 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 convolutional networks that process images
 +
** [[ConvNetJS]] an NPM version is also available for those using Node.js, and the library is designed to make proper use of JavaScript’s asynchronicity.
 
** [http://github.com/dmlc/mxnet.js/ mxnet.js] deep learning in browser (without server); allows you to mix symbolic and imperative programming on the fly with a graph optimization layer for performance
 
** [http://github.com/dmlc/mxnet.js/ mxnet.js] deep learning in browser (without server); allows you to mix symbolic and imperative programming on the fly with a graph optimization layer for performance
 
** [http://github.com/BrainJS/brain.js brain.js] several types of networks
 
** [http://github.com/BrainJS/brain.js brain.js] several types of networks

Revision as of 19:36, 22 February 2019

Youtube search... ...Google search


________________________________

Node.js

Youtube search...

Demos