NAVIGATION

What is Supervised Learning?

Definition

Supervised Learning

Supervised Learning is the most common machine learning category, where a model is trained on a labeled dataset. This means each training input is paired with its correct output label, allowing the model to learn mapping relationships.

Why It Matters for AI Builders

Helps AI builders design and scale robust architectures; mastering the implementation of Supervised Learning improves latency, accuracy, and operational efficiency for image classification, email spam detection, and house price prediction.

Detailed Deep Dive

Supervised learning is a machine learning paradigm where models are trained on labeled datasets containing pairs of inputs and corresponding ground-truth targets. The algorithm learns a mapping function from inputs to outputs, adjusting weights to minimize prediction errors, widely used in classification.

Advertisement

Frequently Asked Questions

Q:What are the two main types of supervised learning tasks?

Classification (predicting a category label) and Regression (predicting a continuous numerical value).

Q:What is a label in supervised learning?

The target outcome or correct answer associated with a training example.

Quick Facts

  • CategoryFoundational AI
  • Key ApplicationImage classification, email spam detection, and house price prediction

Coverage Trend12 Weeks

12w agoToday

Cite This Term

Supervised Learning Media Coverage & Intelligence

PRODUCT LAUNCHJun 3, 2026

Improve your agent's tool-calling accuracy with SFT and DPO on Amazon SageMaker AI

In this post, you learn how to use Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) together to improve the tool-calling accuracy of a...