Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
Line 14: Line 14:
 
* [[Keras]]
 
* [[Keras]]
 
* [[Brain.js]]
 
* [[Brain.js]]
* [[ML5.js]]
 
 
* [http://github.com/tensorflow/tfjs/blob/master/GALLERY.md Gallery] a collection of TensorFlow.js projects, tutorials, videos, and more.
 
* [http://github.com/tensorflow/tfjs/blob/master/GALLERY.md Gallery] a collection of TensorFlow.js projects, tutorials, videos, and more.
 
* [[Manifold - Uber]]
 
* [[Manifold - Uber]]
Line 34: Line 33:
 
** [http://github.com/tensorflow/tfjs Tensorflow.js | GitHub]
 
** [http://github.com/tensorflow/tfjs Tensorflow.js | GitHub]
 
** [http://github.com/propelml/propel Propel.js - this uses tensorflow.js under the hood]
 
** [http://github.com/propelml/propel Propel.js - this uses tensorflow.js under the hood]
** [[ml5 Library]]
+
** [[ML5.js]]
 
** [[Magenta]]
 
** [[Magenta]]
  

Revision as of 19:36, 7 August 2020

Youtube search... Google search...

Tensorflow.js is a library built on deeplearn.js to create deep learning modules directly on the browser. Using that you can create CNNs, RNNs , etc … on the browser and train these modules using the client’s GPU processing power.


Deep Learning on a Smartphone Browser: Object Detection Using Tensorflow.js

Coding TensorFlow

Daniel Shiffman's Series

Youtube search...

Color Classifier



P5.js

Youtube search...