Supervised Learning
Supervised learning trains a model on examples that already carry the correct answer, then uses the patterns it finds to predict that answer for new, unseen cases — the approach behind spam filters, fraud alerts, and price predictions.
itArtificial intelligence and machine learning | OpenSkills.info
Intro
Supervised Learning
Supervised learning trains a model on examples that already have a known, correct answer attached. Each training example pairs an input (its features) with a target (the answer). The model learns a function that maps one to the other, then applies that function to inputs it has never seen.
That known-answer requirement is what separates supervised learning from unsupervised learning. A clustering algorithm has to guess at structure with no ground truth to check against. A supervised model gets graded against the right answer during training, which is exactly why it can be scored so precisely once it's built.
Classification and regression
Supervised learning splits into two problem shapes, based on what the target looks like.
Classification predicts a category: spam or not spam, which of ten digits a handwritten image shows, whether a transaction is fraudulent. The target is discrete.
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
