Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
m
Line 21: Line 21:
 
* [http://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/ Drawing with Voice – Speech Recognition with TensorFlow.js | Rubik's Code]
 
* [http://rubikscode.net/2019/04/01/drawing-with-voice-speech-recognition-with-tensorflow-js/ Drawing with Voice – Speech Recognition with TensorFlow.js | Rubik's Code]
 
* [http://www.techleer.com/articles/553-an-introduction-to-tensorflowjs-with-nick-kreeger/ An Introduction to TensorFlow.js with Nick Kreeger]  
 
* [http://www.techleer.com/articles/553-an-introduction-to-tensorflowjs-with-nick-kreeger/ An Introduction to TensorFlow.js with Nick Kreeger]  
* [http://playground.tensorflow.org TensorFlow Playground written in Javascript] (TypeScript) using d3.js
+
* [[TensorFlow Playground]] written in [[Javascript]] (TypeScript) using d3.js
 
* [[Natural Language Tools & Services]]
 
* [[Natural Language Tools & Services]]
 
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]
 
* [http://ai.google/tools/ We’re making tools and resources available so that anyone can use technology to solve problems | Google AI]

Revision as of 20:02, 19 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...