Question:

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: Sep 25, 2025
  • Supervised
  • Unsupervised
  • Reinforcement
  • Semi-supervised
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understanding the learning types.
In supervised learning, the agent is given input-output pairs, where the output is labeled. The agent then learns a function that maps inputs to outputs.

Step 2: Analysis of options.
- (A) Supervised: Correct, in supervised learning, input-output pairs are used to train the model.
- (B) Unsupervised: Incorrect, in unsupervised learning, there are no output labels provided.
- (C) Reinforcement: Incorrect, reinforcement learning involves agents interacting with an environment and learning through rewards or punishments.
- (D) Semi-supervised: Incorrect, semi-supervised learning involves both labeled and unlabeled data.

Step 3: Conclusion.
The correct answer is (A) Supervised.

Was this answer helpful?
0
0