AI Terminology
/Beginner
Labels
Definition
The final output, category, or answer that a Supervised Machine Learning model is trying to predict. It is the known 'truth' attached to the training data.
Explain Like I'm New
The answer key on a flashcard. The front of the flashcard has the picture (the Features). The back of the flashcard says 'Dog' (the Label).
Real World Example
In medical imaging AI, doctors look at 10,000 X-Rays (Features) and manually tag them with 'Cancer' or 'No Cancer' (Labels). The AI studies this dataset to learn how to predict the label itself.
Common Use Cases
- •Supervised Learning
- •Data annotation
Interview Questions
basic
- Do Unsupervised Learning models use Labels?
intermediate
- What is a 'Data Labeling' farm?