What is classification in AI? (Explained for kids)

Updated May 8, 2026 · 250 words

Classification is when AI sorts things into named categories. "Is this email spam or not?" is classification. "Is this photo a cat, dog, or bird?" is classification. It''s one of the most common things AI does.

How to explain it to a 7-year-old

🧒 "Imagine sorting Legos into bins: red bin, blue bin, yellow bin. The AI looks at something and decides which bin it goes in. That''s classification."

How to explain it to a 14-year-old

🎒 "Classification is a supervised learning task where the model assigns inputs to discrete classes. Binary (two classes — spam/not-spam) or multi-class (cat/dog/bird). Output is usually a probability for each class; the highest wins."

Real-world examples

  • 📧 Spam vs. not spam
  • 🛡️ Safe vs. malicious URL
  • 🦠 Disease type from medical images
  • 😀 Sentiment of a tweet (positive / negative / neutral)
  • 🐱 What''s in this picture (cat / dog / bird / other)

Where this comes up in Chippu

Band C (c1-2) teaches classification by training a real classifier in Google''s Teachable Machine.

Related terms

Frequently asked questions

What's the difference between classification and regression?
Classification picks a category (cat/dog/bird). Regression predicts a number (house price, temperature). Same supervised-learning family; different output type.
What's the easiest way to teach classification?
Google's Teachable Machine lets a 9-year-old train a real classifier in 5 minutes — no code. Show the camera 3 things, label each, watch the AI tell them apart.

Read next