Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
m
m
Line 32: Line 32:
 
* [http://news.ycombinator.com/item?id=16718285 A sampling] of available Machine Learning libaries with TensorFlow.js:
 
* [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/tensorflow/tfjs Tensorflow.js | GitHub]
** [http://github.com/propelml/propel Propel.js - this uses tensorflow.js under the hood]
 
 
** [[ML5.js]]
 
** [[ML5.js]]
 
*** [http://ml5js.org/en/experiments.html Friendly Machine Learning For The Web - A wrapper around TensorFlow.js | ml5js.org]
 
*** [http://ml5js.org/en/experiments.html Friendly Machine Learning For The Web - A wrapper around TensorFlow.js | ml5js.org]

Revision as of 06:55, 21 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...

a JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! p5.js is free and open-source because we believe software, and the tools to learn it, should be accessible to everyone. Using the metaphor of a sketch, p5.js has a full set of drawing functionality. However, you’re not limited to your drawing canvas. You can think of your whole browser page as your sketch, including HTML5 objects for text, input, video, webcam, and sound.