2018 A1 Flashcards

1
Q

Write down the whitened data in terms of the SVD components above

A

Whitened data = V^T

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

Contrast LDA and PCA to the information required for each data point in the data set.

A

PCA only requires the feature or characteristic information of a data point. LDA requires both the feature and the class information.

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

Contrast LDA and PCA to the maximum number of features that can sensibly be obtained

A

LDA - k-1, with k being the number of classes.
PCA - d-1 where min(n,d). So that the sensible maximum would be n should n be smaller than d.

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

Give the name of the classifier which is based on the fundamental assumption that the dimensions of x are conditionally independent.

A

Naive Bayers.

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

What is the two-class classifier called which obtains the weight of the vector w, i.e, the linear decision boundary, that yields good class separation by using the Newton-Raphson algorithm to solve dE(w)/dw = 0.

A

Logistic Regression.

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

What is the two-class classifier called which obtains the weight of the vector w, i.e, the linear decision boundary, that yields good class separation by using the Newton-Raphson algorithm to solve dE(w)/dw = 0.

A

Logistic Regression.

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