Machine Learning Foundations

Label, explained

A label is the target answer a supervised model is trained to predict.
Back to Glossary

Part of the Semantic Notion technical glossary.

Short Definition

A label is the target answer a supervised model is trained to predict.

Intuition

Labels are the answer key. They tell the model what output should be associated with each training example.

Technical Definition

A label is the dependent variable or target value used in supervised learning objectives, classification losses, or regression losses.

Example

In a medical image dataset, the label may say whether a scan shows pneumonia.

Common Misunderstandings

Labels can be noisy or subjective.
A label is not necessarily the same as truth; it is the target recorded in the dataset.

Start here

Need the broader concept map?

Return to the glossary index to move from this definition into adjacent AI, ML, mathematics, and computer science terms.