Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
m
m
Line 25: Line 25:
 
* [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]
* [http://ml5js.org/en/experiments.html Friendly Machine Learning For The Web - A wrapper around TensorFlow.js | ml5js.org]
 
 
* [http://freestartupkits.com/articles/technology/tech-tips-and-tricks/tensorflow-js-tutorial-2018/ Tensorflow.js Tutorial and Tensorflow.js online example]
 
* [http://freestartupkits.com/articles/technology/tech-tips-and-tricks/tensorflow-js-tutorial-2018/ Tensorflow.js Tutorial and Tensorflow.js online example]
 
* [http://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07 face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js | Vincent Mühler]
 
* [http://itnext.io/face-api-js-javascript-api-for-face-recognition-in-the-browser-with-tensorflow-js-bcc2a6c4cf07 face-api.js — JavaScript API for Face Recognition in the Browser with tensorflow.js | Vincent Mühler]
Line 35: Line 34:
 
** [http://github.com/propelml/propel Propel.js - this uses tensorflow.js under the hood]
 
** [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]
 
** [[Magenta]]
 
** [[Magenta]]
  

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