1) Introduction and Motivation Flashcards
(6 cards)
What is Supervised Learning
The goal is to learn a function that maps inputs x1,…,xN to labels y1,…,yN, so that it can predict the label y for new, unseen inputs x
What are examples of supervised learning problems
- Simple curve fitting (linear regression)
- Image segmentation
What is Unsupervised Learning
In unsupervised learning, we are only given inputs x1, . . . , xN but no corresponding labels. The goal is to sort inputs into clusters by comparing the inputs amongst themselves
What are examples of unsupervised learning problems
- Clustering
- Customer segmentation
- Outlier Checker
What is Reinforcement Learning
The goal of reinforcement learning is to train an agent to perform a certain task by learning from interactions with its environment
What is Generative Modelling
The goal is to produce data, such as an image or text, given a label or prompt, rather than recognising a label from the data