The AI technique that enables machines to learn from labeled training data is called ________ Learning.
- Supervised
- Real-time
- Cellular / Biological
- Homomorphic
Answer: Supervised
Supervised Learning uses labeled datasets (input-output pairs) to train models for classification or regression. Examples: spam detection, price prediction. Contrasts with unsupervised (pattern discovery) and reinforcement (reward-based) learning. Fundamental for AI/ML exam questions.