Which machine learning approach is recommended when you have abundant labeled data and want to predict a specific outcome?
- Supervised learning ✓
- Reinforcement learning
- Unsupervised learning
- Transfer learning
Correct answer: Supervised learning
Option A is correct because supervised learning is specifically designed for scenarios where labeled training examples are available and the goal is to learn a mapping from inputs to a known target outcome, making it the ideal choice when abundant labeled data exists and a specific prediction is required. Option B, reinforcement learning, is suited for sequential decision-making problems where an agent learns through rewards and penalties, not for straightforward prediction from a labeled dataset. Option C, unsupervised learning, is used when labels are absent and the goal is to find patterns or clusters in unlabeled data. Option D, transfer learning, leverages a pre-trained model and is beneficial when labeled data is scarce, not when it is abundant.
Topic: · supervised learning, machine learning fundamentals, labeled data, azure ai-900