Skip to content
supervised learning

File:Supervised_and_unsupervised_learning.png · Wikimedia Commons · See Wikimedia Commons

EntityQ334384· pop 44· linked from 577 articles

supervised learning

Sign in to save

Also 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

via PubMed

Wikidata facts

Show 1 more fact
ACM Classification Code (2012)
10010259
Sources (5)

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).

Gallery (2)

Connections

Categories