5 Flashcards

1
Q

What is the fundamental idea behind SVM

A

Fit the widest possible street between classes

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

What is a Support Vector

A

An instance that is located on the street. The decision boundary is entirely determined by support vectors

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

Why do inputs need to be scaled for SVM

A

If not scaled SVM will neglect small features

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

Can SVM classifiers give a confidence score or probability score

A

Confidence - It can give the distance between the test instance and decision boundary

Probability - Found by applying a linear regression on the SVM scores

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

Should you use primal or duel SVM when training on sets with hundreds of instances

A

If there are millions of instances primal should be sued as its faster

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

What should you do with the Gamma and C hyper parameters of an SVM if it is underfitting

A

Increase both gamma and C to reduce regularzation

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