Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
Line 26: Line 26:
 
* [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]
* [http://github.com/ml5js/ml5-library ml5 - also uses tensorflow.js]
+
* [[ml5 Library]]
  
 
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.  
 
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.  

Revision as of 16:25, 31 March 2019

Youtube search... Google search...

A sampling of available Machine Learning libaries with TensorFlow.js:

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

Daniel Shiffman's Series

Youtube search...

Color Classifier



P5.js

Youtube search...