Glossary · AI

What is machine learning?

Quick answer

Machine learning is the part of AI where a model improves at a task by being shown labelled examples, rather than by being programmed with explicit rules.

Middle-school students train an image classifier on photos they take themselves, then deliberately break it to see how data quality changes results.

In context

A model is trained on a dataset, tested on data it has never seen, and judged on how often it gets the unseen cases right. That train-and-test loop is the single most transferable idea in the whole field.

It is also the point where students meet bias in a concrete way. A model trained on a narrow dataset performs badly for everyone outside it, and that is a lesson better learned by building than by lecture.

In a NASCA classroom

Middle-school students train an image classifier on photos they take themselves, then deliberately break it to see how data quality changes results.