Supervised Learning

The machine learning task of learning a function that maps an input to an output based on example input-output pairs.

Marcus Kelly avatar
Written by Marcus Kelly
Updated over a week ago

Supervised learning is the machine learning task of learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. In supervised learning, each example is a pair consisting of an input object and a desired output value. 

Did this answer your question?