Machine Learning

Supervised Learning

A type of machine learning where the model is trained on labeled data — input-output pairs where the correct answer is provided. The model learns to map inputs to outputs and can then predict outputs for new, unseen inputs.

Why It Matters

Supervised learning is the most widely used ML approach in production systems, powering email spam filters, credit scoring, medical diagnosis, and image recognition.

Example

Training a model with thousands of emails labeled as 'spam' or 'not spam' so it can automatically classify new incoming emails.

Think of it like...

Like a student learning with an answer key — they practice problems where they can check if they got the right answer, gradually improving until they can solve new problems on their own.

Related Terms