Question:medium

The agent observes input-output pairs and learns a function that this learning maps from input to output. For example, the inputs could be camera images, each one accompanied by an output saying "bus" or "pedestrian," etc. This type of learning is known as:

Show Hint

In supervised learning, the model is trained on labeled data where both inputs and outputs are provided.
Updated On: Jan 17, 2026
  • Supervised
  • Unsupervised
  • Reinforcement
  • Semi-supervised
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Define Learning Types.
Supervised learning involves training an agent with input-output pairs that have predefined labels. The objective is for the agent to derive a function that accurately predicts outputs from inputs.

Step 2: Evaluate Options.
- (A) Supervised: This is accurate, as supervised learning utilizes labeled input-output pairs for model training.
- (B) Unsupervised: This is incorrect. Unsupervised learning does not provide output labels.
- (C) Reinforcement: This is incorrect. Reinforcement learning involves an agent's interaction with an environment, guided by rewards or penalties.
- (D) Semi-supervised: This is incorrect. Semi-supervised learning employs a combination of labeled and unlabeled data.

Step 3: Determine the Correct Answer.
The correct designation is (A) Supervised.

Was this answer helpful?
0