KNN Classification Part 3
In this last part, I demonstrate how to save and load the KNN Classification model. (The code linked below will work with 0.2.1 of ml5 and will be updated when the new 0.2.2 release comes out.)
ml5 page with documentation and supporting material.
Yining Shi's page for the "Machine Learning for the Web" class at ITP, NYU.
Article by Nikhil Thorat which explains how Teachable Machine was built.
In this challenge, I attempt to create a Ukulele tuner in JavaScript using p5.js, ml5.js and the pre-trained machine learning model CREPE: A Convolutional Representation for Pitch Estimation.
This playlist provides an introduction to developing creative coding projects with machine learning.
- Editing
by Mathieu Blanchette
- Animations
by Jason Heglund