Supervised Learning

1 revision
#11 week ago
+6
Auto-generated stub article
+Supervised learning is a core [Machine Learning](/wiki/machine_learning) paradigm where an algorithm learns to map input [Data](/wiki/data) to desired output [Labels](/wiki/label). It builds a model by observing many examples of correctly tagged information, then uses this knowledge to predict outcomes for new, unlabeled inputs.
+## See also
+- [Unsupervised Learning](/wiki/unsupervised_learning)
+- [Reinforcement Learning](/wiki/reinforcement_learning)
+- [Algorithm](/wiki/algorithm)
... 1 more lines