Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
m
m
Line 15: Line 15:
 
* [[Teachable Machine]] ...create simple and effective algorithms in the browser that can identify patterns on images, patterns on audio, and poses or gestures
 
* [[Teachable Machine]] ...create simple and effective algorithms in the browser that can identify patterns on images, patterns on audio, and poses or gestures
 
* [[Brain.js]]
 
* [[Brain.js]]
* [http://github.com/tensorflow/tfjs/blob/master/GALLERY.md Gallery] a collection of TensorFlow.js projects, tutorials, [[Video|video]s, and more.
+
* [http://github.com/tensorflow/tfjs/blob/master/GALLERY.md Gallery] a collection of TensorFlow.js projects, tutorials, [[Video|video]]s, and more.
 
* [[Manifold - Uber]]
 
* [[Manifold - Uber]]
 
* [http://www.techrepublic.com/article/google-shows-off-whats-possible-using-the-javascript-programming-language-for-machine-learning/ JavaScript and machine learning: Google shows what's possible using the web programming language | Nick Heath - TechRepublic]
 
* [http://www.techrepublic.com/article/google-shows-off-whats-possible-using-the-javascript-programming-language-for-machine-learning/ JavaScript and machine learning: Google shows what's possible using the web programming language | Nick Heath - TechRepublic]

Revision as of 07:27, 16 January 2023

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.