1) Introduction and Motivation Flashcards

(6 cards)

1
Q

What is Supervised Learning

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are examples of supervised learning problems

A
  • Simple curve fitting (linear regression)
  • Image segmentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Unsupervised Learning

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are examples of unsupervised learning problems

A
  • Clustering
  • Customer segmentation
  • Outlier Checker
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Reinforcement Learning

A

The goal of reinforcement learning is to train an agent to perform a certain task by learning from interactions with its environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Generative Modelling

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly