Difference between revisions of "ML5.js"

From
Jump to: navigation, search
(The Coding Train)
m
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
[http://www.google.com/search?q=ML5.js+javascript+artificial+intelligence+deep+machine+learning ...Google search]
 
[http://www.google.com/search?q=ML5.js+javascript+artificial+intelligence+deep+machine+learning ...Google search]
  
* [[TensorFlow.js]]
+
* [http://ml5js.org/  ML5js.org]
 +
* [http://github.com/ml5js/ml5-library ml5] - also uses * [[TensorFlow.js]]
 +
* [[Spell]]
 
* [[Brain.js]]
 
* [[Brain.js]]
* [http://teachablemachine.withgoogle.com/ Teachable Machine | Google] ...Train a computer to recognize your own images, sounds, & poses. A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or coding required.
+
 
 +
provides access to machine learning algorithms and models in the browser, building on top of [[TensorFlow.js]] with no other external dependencies. ml5.js is heavily inspired by Processing and [[TensorFlow.js#p5.js |p5.js]].
  
 
<youtube>o6_SjgrmHqU</youtube>
 
<youtube>o6_SjgrmHqU</youtube>
 +
<youtube>NUoICjm5mdI</youtube>
  
 +
== The Coding Train | [http://shiffman.net/ Daniel Shiffman] ==
 +
* [http://p5js.org p5.js] ...using the metaphor of a sketch, [[TensorFlow.js#p5.js |p5.js]] has a full set of drawing functionality.
  
== The Coding Train | [http://en.wikipedia.org/wiki/Daniel_Shiffman#:~:text=Daniel%20Shiffman%20is%20currently%20focused,program%20in%20Processing%20and%20p5. Daniel Shiffman] ==
+
<youtube>jmznx0Q1fP0</youtube>
 
+
<youtube>yNkAuWz5lnY</youtube>
 +
<youtube>D9BoBSkLvFo</youtube>
 +
<youtube>kRpZ5OqUY6Y</youtube>
 +
<youtube>eeO-rWYFuG0</youtube>
 +
<youtube>aKgq0m1YjvQ</youtube>
 +
<youtube>eU7gIy3xV30</youtube>
 
<youtube>KTNqXwkLuM4</youtube>
 
<youtube>KTNqXwkLuM4</youtube>
 +
<youtube>Mwo5_bUVhlA</youtube>
 +
<youtube>JWsKay58Z2g</youtube>
  
=== Teachable Machine ===
+
=== [[Teachable Machine]] & ML5.js ===
 +
* [http://teachablemachine.withgoogle.com/ Teachable Machine | Google] ...Train a computer to recognize your own images, sounds, & poses. A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or coding required.
  
 
<youtube>kwcillcWOg0</youtube>
 
<youtube>kwcillcWOg0</youtube>
 
<youtube>UPgxnGC8oBU</youtube>
 
<youtube>UPgxnGC8oBU</youtube>
 
<youtube>TOrVsLklltM</youtube>
 
<youtube>TOrVsLklltM</youtube>

Latest revision as of 06:47, 21 August 2020

Youtube search... ...Google search

provides access to machine learning algorithms and models in the browser, building on top of TensorFlow.js with no other external dependencies. ml5.js is heavily inspired by Processing and p5.js.

The Coding Train | Daniel Shiffman

  • p5.js ...using the metaphor of a sketch, p5.js has a full set of drawing functionality.

Teachable Machine & ML5.js

  • Teachable Machine | Google ...Train a computer to recognize your own images, sounds, & poses. A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or coding required.