Activity 01
Hands-On Lab: Train Your First Classifier
Students use Google's Teachable Machine or a simple scikit-learn notebook to train an image or text classifier on a dataset they collect themselves. They deliberately include mislabeled examples and observe how this degrades accuracy. The lab closes with each pair reporting their accuracy and one insight about what made their training data better or worse.
How does a machine learning model differ from a traditional rule-based program?
Facilitation TipDuring Train Your First Classifier, circulate to ensure students are labeling data correctly before training, as errors here propagate through the entire process.
What to look forProvide students with two scenarios: one describing predicting house prices and another describing identifying images of cats or dogs. Ask them to identify which scenario is a classification task and which is a regression task, and to briefly explain why.