Machine learning basics
Machine learning from examples that come with the right answer attached, such as emails already marked spam or not spam.
Formal
A form of machine learning in which each training example is paired with a label giving the wanted output, and the model learns to map new inputs to the right label.
In plain English
Like learning with an answer key. You try each exercise, check the key, and correct yourself.
In practice
A region's security team labels thousands of past alerts as real attacks or false alarms, and a model trained on them learns to sort new alerts the same way.
Why it matters
The model can only be as good as its labels; labels are often made by people paid per item, and their mistakes and biases become the model's.