AI Glossary/Supervised Learning

What Is Supervised Learning?

Definition

Supervised learning is a machine learning paradigm where a model is trained on a dataset of input-output pairs (labeled data), learning to map inputs to correct outputs so it can make accurate predictions on new, unseen data.

How Supervised Learning Works

In supervised learning, the training data includes both the inputs and the correct answers (labels). The model learns by comparing its predictions to the correct labels and adjusting its parameters to minimize errors. There are two main types: classification (predicting categories, like spam vs. not spam) and regression (predicting continuous values, like house prices). Supervised learning powers many real-world AI applications, from image recognition to language translation. While it produces highly accurate models, it requires large amounts of labeled data, which can be expensive and time-consuming to create.

Real-World Examples

1

Training an email filter on thousands of emails labeled as 'spam' or 'not spam' to automatically classify new emails

2

A self-driving car system trained on millions of labeled images to recognize pedestrians, traffic signs, and road lanes

3

A medical AI trained on X-rays labeled by radiologists to detect signs of pneumonia

Recommended Tools

Related Terms