Back to Glossary
Supervised Learning
教師あり学習(きょうしありがくしゅう)
IntermediateCore Concepts
A machine learning approach where the model learns from labeled examples — input-output pairs where the correct answer is provided.
Why It Matters
Supervised learning is the most common ML approach, used for classification, prediction, and recommendation tasks.
Example in Practice
Training an email filter by showing it thousands of emails labeled as 'spam' or 'not spam'.