When a model learns the training data so closely — including its noise — that it performs worse on anything new.
Reusing a model trained on one task as the starting point for another, instead of training from scratch.
Transfer learning takes the representations a model learned on a large general task and reuses them for a narrower one. The early layers of a vision model learn edges and textures that are useful for almost any image task; a language model's representations of syntax and meaning transfer similarly.
It is the reason a useful classifier can be built from a few hundred labelled examples rather than a few hundred thousand, and the conceptual foundation under both fine-tuning and the whole pre-train-then-adapt paradigm.
When a model learns the training data so closely — including its noise — that it performs worse on anything new.
Training on examples that come with the right answer attached, so the model learns to map inputs to known labels.
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.
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.
Definitions are reviewed by our editorial team. Spotted a problem? Tell us.