Sample Exam 1 Flashcards
1
Q
For SVM problem, identify support vectors
A
Vectors for which eigen values are non zero
2
Q
Calculate W for 2 class linearly separable case
A
W = sum( λi* yi*xi) for i eigenvalues/vectors (non zero eigenvalues)
3
Q
Calculating w0 for svm
A
Use equation:
yi(WT*xi + w0 ) = 1
4
Q
What is meant by first 2 principal components for PCA
A
2 largest eigenvalues
5
Q
Describe what sparse coding does
A
Feature extraction
Projects data into a few non random directions in a high dimensional space