Difference between revisions of "JavaScript"

From
Jump to: navigation, search
Line 16: Line 16:
 
** [http://transcranial.github.io/keras-js/#/ Keras.js] runs Keras models in the browser, with GPU support using WebGL. since Keras uses a number of frameworks as backends, the models can be trained in TensorFlow, CNTK, and other frameworks as well.
 
** [http://transcranial.github.io/keras-js/#/ Keras.js] runs Keras models in the browser, with GPU support using WebGL. since Keras uses a number of frameworks as backends, the models can be trained in TensorFlow, CNTK, and other frameworks as well.
 
** [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://tenso.rs/ TensorFire] is a framework for running neural networks in the browser, accelerated by WebGL
 
** [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.
 
** [[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.

Revision as of 21:43, 5 April 2019

Youtube search... ...Google search

________________________________

Node.js

Youtube search...

Demos