"Art of extracting knowledge from data"
MNIST : Modified National Institute of Standards and Technology
- Supervised learning: Task is to predict the correct output or label when given an input. For instance, which traffic sign is in the picture (speed limit, syop sign, etc.). The task of the machine learning algorithm is to find a model that predicts the correct answers (which are available) based on the input data.
- Unsupervised learning: Task is to discover the structure of the data. Data visualization can also be considered unsupervised learning.
- Reinforcement learning