File:Supervised_and_unsupervised_learning.png · Wikimedia Commons · See Wikimedia Commons
supervised learning
Sign in to saveAlso known as supervised machine learning
machine learning task of learning a function that maps an input to an output based on example input-output pairs
Research
121,715 papers- Supervised Learning Occurs in Visual Perceptual Learning of Complex Natural Images.Current biology : CB · 2020
- Entrustment Decision Making: Extending Miller's Pyramid.Academic medicine : journal of the Association of American Medical Colleges · 2021
- Project-based learning.NT learning curve · 1998
- Chemical structure-aware molecular image representation learning.Briefings in bioinformatics · 2023
- A case for learning-centered curricula.The Journal of nursing education · 2006
via PubMed
Wikidata facts
Show 1 more fact
- ACM Classification Code (2012)
- 10010259
via Wikidata · CC0
~20 min read
Article
In supervised learning, the training data is labeled with the expected answers, while in unsupervised learning, the model identifies patterns or structures in unlabeled data. In machine learning, supervised learning (SL) is a type of machine learning paradigm where an algorithm learns to map input data to a specific output based on example input-output pairs. This process involves training a statistical model using labeled data, meaning each piece of input data is provided with the correct output. The term "supervised" refers to the role of a teacher or supervisor who provides this training data, guiding the algorithm towards correct predictions. For instance, if you want a model to identify cats in images, supervised learning would involve feeding it many images of cats (inputs) that are explicitly labeled "cat" (outputs).
The goal of supervised learning is for the trained model to accurately predict the output for new, unseen data. This requires the algorithm to effectively generalize from the training examples, a quality measured by its generalization error. Supervised learning is commonly used for tasks like classification (predicting a category, e.g., spam or not spam) and regression (predicting a continuous value, e.g., house prices).