Sample Exam 1 Flashcards

1
Q

For SVM problem, identify support vectors

A

Vectors for which eigen values are non zero

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

Calculate W for 2 class linearly separable case

A

W = sum( λi* yi*xi) for i eigenvalues/vectors (non zero eigenvalues)

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

Calculating w0 for svm

A

Use equation:

yi(WT*xi + w0 ) = 1

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

What is meant by first 2 principal components for PCA

A

2 largest eigenvalues

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

Describe what sparse coding does

A

Feature extraction
Projects data into a few non random directions in a high dimensional space

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