Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
Line 28: Line 28:
 
** [http://beta.observablehq.com/@zaidalyafeai/an-intractive-introduction-to-tensorflow-js An Interactive Introduction to TensorFlow.js |] [http://medium.com/@alyafey22 Zaid Alyafeai]
 
** [http://beta.observablehq.com/@zaidalyafeai/an-intractive-introduction-to-tensorflow-js An Interactive Introduction to TensorFlow.js |] [http://medium.com/@alyafey22 Zaid Alyafeai]
 
** [http://github.com/zaidalyafeai/zaidalyafeai.github.io Implementation of web friendly ML models using TensorFlow.js |] [http://medium.com/@alyafey22 Zaid Alyafeai]
 
** [http://github.com/zaidalyafeai/zaidalyafeai.github.io Implementation of web friendly ML models using TensorFlow.js |] [http://medium.com/@alyafey22 Zaid Alyafeai]
 +
* [http://news.ycombinator.com/item?id=16718285 A sampling] of available Machine Learning libaries with TensorFlow.js:
 +
** [http://github.com/tensorflow/tfjs Tensorflow.js | GitHub]
 +
** [http://github.com/propelml/propel Propel.js - this uses tensorflow.js under the hood]
 +
** [[ml5 Library]]
 
** [[Magenta]]
 
** [[Magenta]]
 
[http://news.ycombinator.com/item?id=16718285 A sampling] of available Machine Learning libaries with TensorFlow.js:
 
 
* [http://github.com/tensorflow/tfjs Tensorflow.js | GitHub]
 
* [http://github.com/propelml/propel Propel.js - this uses tensorflow.js under the hood]
 
* [[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 21:48, 13 May 2019

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...