πŸ•›
Sunday / Mar 16th, 20253/16/2025

#158 β€” Shape Classifier Neural Network with ml5.js

Nebula logo

In this challenge, I demonstrate the entire process of training and deploying a machine learning classification model in JavaScript – data collection, model training, and prediction!

  • Editing

    by Mathieu Blanchette

  • Animations

    by Jason Heglund

Passenger Showcase

The Showcase is collection of projects created by viewers like you!

Have you made something? Please share your work!

Try a challenge!

Suggested by the video you're watching

"Pixel Sorting in Processing" challenge

In this coding challenge, I implement β€œPixel Sorting” in Processing (Java). Using a β€œselection sort” algorithm, I sort the pixels of an image by brightness and hue.

"Quick, Draw!" challenge

In this multi-part coding challenge, I take a closer look at the Quick, Draw! dataset and create a simple node API to "replay" drawings of rainbows and cats using p5.js.