A set of computational methods and algorithms to
- Collect a dataset
- Train a statistical model based on that dataset
- ‘infer’ features of unseen data, somehow related to those learned in the given dataset.
ML algorithms use one of four main learning paradigms
- Supervised Learning
- Semi-Supervised Learning
- Unsupervised Learning
- [[Y2Q2/Machine Learning Foundations/Introduction/Reinforcement Learning|Reinforcement Learning]]
There are other differentiators as well: