MLSEC 2 Flashcards

1
Q

Generative learning models

A

Modeling of underlying concepts

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

Discriminative learning models

A

Modeling of prediction function only

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

Learning process

A

Finding a “good” learning model in Θ for prediction

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

Supervised learning

A

with labels
g : X × Y → Θ

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

Unsupervised learning

A

without labels
g : X → Θ

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

Training error

A

incorrect predictions on the training data

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

Test error

A

incorrect predictions on unknown test data

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

Loss function

A

L : Y × Y → ℝ
Comparison of true label with predicted label

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

Empirical risk Rn

A

Average loss on training data

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

Expected risk R_inf

A

expected loss on data from same distribution

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

Optimal learning model

A

min of Expected risk R_inf

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

What is Classification (Supervised)

A

Discrimination of objects using learning model (discrete output)

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

What is Regression (Supervised)

A

Approximation of observed function through learning model (continuous output)

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

What is Clustering (Unsupervised)

A

Contrast to classification: clusters not known at start

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

What is Anomaly Detection (Unsupervised)

A

Detection of deviations from learned model of normality

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