Chapter 1- Introduction Flashcards

1
Q

what is machine learning?

A

Programming a computer so that it can learn from experience

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

what does it mean to “learn”?

A

adaptation in response to observed data

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

what is supervised learning?

A

Ground truth labels are provided

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

what is unsupervised learning?

A

Ground truth labels are unknown

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

what is overfitting?

A

Model learns too well on training data and cannot predict well on testing data

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

what does it mean to say some ML algorithms are stochastic?

A

They rely on random initialisation of some parameters

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

what are the two learning paradigms in machine learning

A

deterministic

probabilistic (or stochastic)

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

describe deterministic ML

A

one output for one input and it is always the same

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

describe probabilistic (or stochastic) ML

A

One input can have many outputs. Given the same conditions and inputs a learning algorithm returns a distribution of outputs

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

in probabilistic ML, the function f in X => Fp(Y) is…

A

a stochastic process

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

3 reasons probability is necessary for machine learning:

A

Finite training data

Data uncertainty

Prediction uncertainty

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