Physics, asked by kaka1731, 11 months ago

Using a suitable example explain, supervised learning. Also, discuss the advantages offered by supervised learning when compared with un-supervised learning.

Answers

Answered by ankita9434
2

Supervised learning is the Data mining task of inferring a function from labeled training data.The training data consist of a set of training examples. In supervised learning, each example is a pair consisting of an input object (typically a vector) and a desired output value (also called thesupervisory signal). A supervised learning algorithm analyzes the training data and produces an inferred function, which can be used for mapping new examples. An optimal scenario will allow for the algorithm to correctly determine the class labels for unseen instances. This requires the learning algorithm to generalize from the training data to unseen situations in a “reasonable” way.

Similar questions