Definition
Supervised learning is the ML technique in which the model learns from labeled examples: for each input, the correct output is provided. For example, by showing thousands of emails labeled as 'spam' or 'not spam', the model learns to classify new emails. It is the most common approach in business applications because it produces reliable and interpretable results.
Related terms
EXPLORE