5 Flashcards
What is the fundamental idea behind SVM
Fit the widest possible street between classes
What is a Support Vector
An instance that is located on the street. The decision boundary is entirely determined by support vectors
Why do inputs need to be scaled for SVM
If not scaled SVM will neglect small features
Can SVM classifiers give a confidence score or probability score
Confidence - It can give the distance between the test instance and decision boundary
Probability - Found by applying a linear regression on the SVM scores
Should you use primal or duel SVM when training on sets with hundreds of instances
If there are millions of instances primal should be sued as its faster
What should you do with the Gamma and C hyper parameters of an SVM if it is underfitting
Increase both gamma and C to reduce regularzation