Neural Network Training Projects Using Visual Programming
The STEM Lab by The Stem Lab
Episode notes
Neural Network Training Projects Using Visual Programming I've spent the last year building neural network projects with students aged 10-16 in our fabrication lab, and here's what surprised me: visual programming environments have made neural network concepts more accessible than I ever thought possible. You don't need calculus or advanced Python skills anymore—tools like Scratch extensions, TensorFlow.js blocks, and MIT's Teachable Machine let students train real models that classify images, predict patterns, and recognize gestures. This guide walks you through five neural network projects for students that build genuine machine learning capabilities, from basic image classification to gesture-controlled interfaces. Each project takes 2-4 hours and progresses from visual block coding to text-based implementation, creating a bridge to the indus ...