Machine learning · Module 10
Supervised learning
Learn from input–output pairs.
Classification
Predict a category.
Is this email spam?
Is this medical scan benign or malignant?
Which of 10 part defects is this?
Regression
Predict a continuous number.
What will this house sell for?
How many vehicles will need service next week?
How long until this turbine bearing fails?
Applied frame
Name the input, target, feedback signal, and evaluation split before choosing a model family.
Diagram cue
The diagram traces data into a learned function and back out through evaluation.
Labeled examples train a function that predicts new cases. Key motion beats: features, labels, train, predict.
Supervised learning check
0 of 1 questions completed locally.
Reader progress is stored locally in this browser.
Source slide 11