๐Ÿงช The AI Labโ† All labs
Learning ยท with a teacher

๐Ÿ—‚๏ธ Classification โ€” sorting with labelled examples

Show the computer lots of examples that are already labelled. It learns a boundary between the two groups. Then, for something brand-new, it decides which side it's on. Try all three problems below โ€” same idea, different data!

Pick a problem

๐Ÿค– In a real AI โ€” this is โ€œsupervisedโ€ learning Every one of these needs a teacher who first labels the examples (healthy / junk, cat / dog, grow / wilt, spam / not-spamโ€ฆ). The model learns the boundary, then labels new things by which side they fall on. Real models use many features (not just 2) and can draw curvy boundaries โ€” but the idea is exactly this.

Practice ๐ŸŽฏ

Next lab โ†’ ๐Ÿช„ Clustering