Difference between revisions of "TensorFlow.js"

From
Jump to: navigation, search
m
m
Line 35: Line 35:
 
** [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]]
** [[TensorFlow.js#p5.js |p5.js]]
 
 
** [[Magenta]]
 
** [[Magenta]]
  
Line 108: Line 107:
 
== <span id="p5.js"></span>p5.js  ==
 
== <span id="p5.js"></span>p5.js  ==
 
[http://www.youtube.com/results?search_query=P5.js+coding+train Youtube search...]  
 
[http://www.youtube.com/results?search_query=P5.js+coding+train Youtube search...]  
 +
* [http://p5js.org/ ps5.js]
 +
** [http://editor.p5js.org/ Editor | ps5.org]
 
* [[ML5.js]]
 
* [[ML5.js]]
 +
 +
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.
  
 
<youtube>8j0UDiN7my4</youtube>
 
<youtube>8j0UDiN7my4</youtube>
 
<youtube>HZ4D3wDRaec</youtube>
 
<youtube>HZ4D3wDRaec</youtube>

Revision as of 05:53, 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.