Supervised Learning: Using Labeled Training Data
Which type of machine learning uses labeled training data where the correct output is provided for each input?
Quick Answer
The answer is supervised learning, because it is the only machine learning paradigm that explicitly relies on labeled training data where each input example is paired with the correct output label. The algorithm learns to map inputs to outputs by minimizing the error between its predictions and those provided labels, enabling tasks like classification and regression. On the Microsoft Azure AI Fundamentals AI-900 exam, this concept tests your understanding of foundational ML types; a common trap is confusing supervised learning with unsupervised learning, which uses unlabeled data to find hidden patterns. A reliable memory tip is to think of the word “supervised” as having a teacher—the labels act as the answer key that guides the algorithm during training.
⚠ Common exam trap
Candidates often confuse 'supervised learning' with 'reinforcement learning' because both involve feedback, but reinforcement learning uses delayed rewards from actions rather than direct labeled examples.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Supervised learning
Supervised learning is the correct answer because it explicitly uses labeled training data where each input example is paired with the correct output label. The algorithm learns to map inputs to outputs by minimizing the error between its predictions and the provided labels, enabling tasks like classification and regression.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Unsupervised learning
Why it's wrong here
Unsupervised learning finds patterns in unlabeled data without predefined correct answers.
- ✗
Reinforcement learning
Why it's wrong here
Reinforcement learning trains agents through rewards and penalties, not labeled input-output pairs.
- ✓
Supervised learning
Why this is correct
Supervised learning uses labeled training data — each input has a corresponding correct output label for the algorithm to learn from.
- ✗
Transfer learning
Why it's wrong here
Transfer learning applies a pre-trained model to a new task — it's a technique, not a fundamental learning paradigm.
Go deeper
Related to this question
Learn chapter
Machine Learning Core Concepts
Key term
Regression
Regression is a type of machine learning algorithm that predicts a continuous numeric output based on input data, used to model relationships between variables.
Key term
Training data
Training data is a set of examples used to teach a machine learning model how to make predictions or decisions.
About these practice questions
One of 985 original AI-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on AI-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A data scientist wants to train a model that predicts whether a customer will respond to a marketing offer (yes or no). The dataset includes features such as age, income, past purchase history, and the labeled outcome (responded or not responded) for previous customers. Which type of machine learning is this?
easy- ✓ A.Supervised learning
- B.Unsupervised learning
- C.Reinforcement learning
- D.Semi-supervised learning
Why A: This is supervised learning because the dataset includes labeled outcomes (responded or not responded) for previous customers, which the model uses to learn a mapping from input features (age, income, past purchase history) to the correct output. The goal is to predict a categorical label (yes/no), making it a classification task within supervised learning.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI-900 exam.