Logo

Supervised learning

Learning Methods
Letter: S

A type of machine learning where a model is trained on labeled data with correct answers provided.

Detailed Definition

Supervised learning refers to when a model is trained on "labeled" data—meaning the correct answers are provided. For example, the model might be given thousands of emails labeled "spam" or "not spam" and, from that, learn to spot the patterns that distinguish them. Most modern language models use a subtype called "self-supervised learning," where the model creates its own labels from raw text without manual annotation.