Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
Line 13: Line 13:
 
* [[Keras]]
 
* [[Keras]]
 
* [http://playground.tensorflow.org TensorFlow Playground written in Javascript] (TypeScript) using d3.js
 
* [http://playground.tensorflow.org TensorFlow Playground written in Javascript] (TypeScript) using d3.js
 +
* [[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]
 
* [http://medium.com/syncedreview/signing-with-alexa-a-diy-experiment-in-ai-accessibility-57e4407af539 Signing With Alexa: A DIY Experiment in AI Accessibility]
 
* [http://medium.com/syncedreview/signing-with-alexa-a-diy-experiment-in-ai-accessibility-57e4407af539 Signing With Alexa: A DIY Experiment in AI Accessibility]

Revision as of 11:06, 7 April 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

Coding TensorFlow

Daniel Shiffman's Series

Youtube search...

Color Classifier



P5.js

Youtube search...