1. A model learns from a dataset where each example is labeled with the correct answer (e.g., emails labeled spam/not-spam). What type of machine learning is this?
- A. Supervised learning✓ Correct
- B. Unsupervised learning
- C. Reinforcement learning
- D. Generative pre-training only
Explanation
Learning from labeled examples is supervised learning. Unsupervised learning (B) finds structure in unlabeled data. Reinforcement learning (C) learns from rewards through interaction. Option D is not a learning paradigm in this taxonomy.