Supervised Learning System

From GM-RKB
(Redirected from supervised learning system)
Jump to navigation Jump to search

A Supervised Learning System is a machine learning system implements a supervised learning algorithm to solve a supervised learning task (to learn to predict an output given an input dataset).



References

2017A

2017B

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/Supervised_learning Retrieved:2017-12-24.
    • Supervised learning is the machine learning task of inferring a function from. [1] 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 the supervisory 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 (see inductive bias).

      The parallel task in human and animal psychology is often referred to as concept learning.


  1. Mehryar Mohri, Afshin Rostamizadeh, Ameet Talwalkar (2012) Foundations of Machine Learning, The MIT Press .