A list of numbers representing a piece of data, arranged so that similar things end up close together.
Training on examples that come with the right answer attached, so the model learns to map inputs to known labels.
In supervised learning every training example is a pair: an input and the correct output. The model learns the mapping between them, and is judged on how well it reproduces the mapping for inputs it has never seen.
Classification predicts a category, regression predicts a number, and both are supervised. The constraint is labels: they are expensive, often require expertise, and the model inherits whatever bias went into producing them.
A list of numbers representing a piece of data, arranged so that similar things end up close together.
A model built from layers of simple weighted units, trained by adjusting those weights until the output matches the target.
When a model learns the training data so closely — including its noise — that it performs worse on anything new.
Finding structure in data that has no labels — clusters, groupings, or a compressed representation.
Learning by acting in an environment and adjusting behaviour based on rewards, rather than from labelled examples.
Reusing a model trained on one task as the starting point for another, instead of training from scratch.
Definitions are reviewed by our editorial team. Spotted a problem? Tell us.