Machine learning basics
Machine learning where the right answers come from the data itself, for instance hiding a word in a sentence and guessing it back.
Formal
A form of machine learning that makes its own labels from unlabelled training data, by hiding or holding back part of each example and learning to fill it in from the rest.
In plain English
Like learning a song by pausing the recording mid-line, singing the next words yourself, then playing on to check. The song is its own answer key.
In practice
A region's speech-to-text team lets a model learn from thousands of hours of Danish speech by hiding short bits of sound and guessing them, then needs only a few hours of typed-up dictations to handle doctors' notes.
Why it matters
Removing the need for human labels is what made training on the whole web possible, and it is why whatever is on the web, good or bad, ends up in the model.