WeeBytes
Start for free
Supervised Learning in 60 Seconds
BeginnerAI BasicsKnowledge

Supervised Learning in 60 Seconds

Train a model with labelled examples, and it learns to predict the label for new, unseen data.

Supervised learning is the most common type of machine learning.

**The recipe:**

1. Collect labelled data (emails tagged spam/not-spam)

2. Train a model on this data

3. The model learns the mapping: input → label

4. Feed it new unlabelled data → it predicts the label

**Classic examples:**

- Email spam detection

- House price prediction

- Image classification (is this a cat or dog?)

- Fraud detection

The 'supervision' comes from the labels — you're teaching the model what the right answer is.

ai-basicsml-basicssupervised-learning-in-60-seconds

Want more like this?

WeeBytes delivers 25 cards like this every day — personalised to your interests.

Start learning for free