Difference between revisions of "ML5.js"
m |
|||
| (2 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] | ||
| + | * [http://ml5js.org/ ML5js.org] | ||
* [http://github.com/ml5js/ml5-library ml5] - also uses * [[TensorFlow.js]] | * [http://github.com/ml5js/ml5-library ml5] - also uses * [[TensorFlow.js]] | ||
* [[Spell]] | * [[Spell]] | ||
* [[Brain.js]] | * [[Brain.js]] | ||
| + | |||
| + | 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] == | == The Coding Train | [http://shiffman.net/ Daniel Shiffman] == | ||
| − | * [http://p5js.org p5.js] ...using the metaphor of a sketch, p5.js has a full set of drawing functionality. | + | * [http://p5js.org p5.js] ...using the metaphor of a sketch, [[TensorFlow.js#p5.js |p5.js]] has a full set of drawing functionality. |
<youtube>jmznx0Q1fP0</youtube> | <youtube>jmznx0Q1fP0</youtube> | ||
| Line 29: | Line 32: | ||
<youtube>JWsKay58Z2g</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. | * [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. | ||
Latest revision as of 06:47, 21 August 2020
Youtube search... ...Google search
- ML5js.org
- ml5 - also uses * TensorFlow.js
- Spell
- Brain.js
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
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.