Supervised Learning

Last Updated: July 29, 2026 | By Mihail Sebastian | AI Dictionary

A machine learning approach that trains models on labeled examples – inputs paired with correct outputs – so they can predict the output for new data.

What is Supervised Learning?

Supervised learning is a machine learning approach that trains a model on labeled examples, where each input is paired with the correct output, so the model can predict outputs for data it has never seen.

The name comes from the supervision built into the data: the labels act as an answer key during training. Most production ML systems, from spam filters to credit scoring, are supervised, because businesses want to predict something they already know how to measure.

Types of Supervised Learning

  1. Classification predicts a discrete category: spam or not spam, tumor or healthy tissue, approve or deny.
  2. Regression predicts a continuous number, such as a house price or next quarter’s demand.

Supervised vs Unsupervised Learning

The practical difference is the data: supervised learning needs every training example labeled with the correct answer, while unsupervised learning works on raw, unlabeled data and finds structure on its own.

That one difference drives everything else. Labels cost money – someone has to produce them – so supervised projects budget for labeling. Unsupervised projects skip that cost but get groupings rather than predictions, with no answer key to score them against.

Supervised learningUnsupervised learning
Training dataLabeled: input paired with correct outputUnlabeled: inputs only
GoalPredict a known kind of output for new inputsDiscover structure hidden in the data
Typical tasksClassification, regressionClustering, dimensionality reduction, anomaly detection
Measuring successCompare predictions with held-out labelsNo answer key; judged by how useful the structure is

Example of Supervised Learning

Start with 10,000 photos, each labeled “cat” or “dog.” During model training, the model predicts a label for each photo, compares its guess with the true label, and adjusts its parameters to shrink the error. Over many passes it learns which visual features separate the two.

Hand it a new, unlabeled photo and it outputs a label with a confidence score. The labels did the supervising; no one told the model what a whisker looks like.

Related AI terms: Unsupervised Learning · Semi-supervised Learning · Machine Learning · Classification · Ground Truth

Did you like the Supervised Learning gist?

Learn about 250+ need-to-know artificial intelligence terms in the AI Dictionary.

Mihail Sebastian — Writes about AI governance, regulation, and the technology behind them. Placeholder bio — replace with a real credential line. About

Read the Governor's Letter

Stay ahead with Governor's Letter, the newsletter delivering expert insights, AI updates, and curated knowledge directly to your inbox.

By subscribing to the Governor's Letter, you consent to receive emails from AI Guv.
We respect your privacy - read our Privacy Policy to learn how we protect your information.

Browse All AI Terms A–Z

Every term in the dictionary, in alphabetical order. Jump to a letter or scroll the full list.

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z