a field of study that gives computers the ability to learn without being explicitly programned.
- - Arthur Samuel
a computer program is said to learn from experience E with respect to some task T and some performance measure P, if its performance on T, as measured by P, improves with experience E.
- - TomMitchell
Definition
In supervised learning, we are given a data set and already know what our correct output should look like, having the idea that there is a relationship between the input and the output.
Supervised learning problems
Definition
Unsupervised learning allows us to approach problems with little or no idea what our results should look like. We can derive structure from data where we don’t necessarily know the effect of the variables.
With unsupervised learning there is no feedback based on the prediction results.
Categories