Week 4 Flashcards
What is the idea of SVM?
What is the hyperplane that SVM chooses?
What is the margin in SVM, and support vectors?
What is the technical definition of SVMs?
What is the definition of a hard margin SVM?
Why is hard margin SVM not ideal?
What is soft margin SVM? What is its definition?
What are common values for C in the soft-margin SVM? When is the hard margin SVM recovered?
What are the two options for solving soft margin SVM problems?
How to rewrite the soft-margin SVM as a unconstrained optimization problem?
How to solve Soft margin SVM directly?
What is the idea behind extending the feature space?
What is the direct SVM problem with a polynomial kernel?
What is the Radial Basis Function kernel?
Compare SVM vs NN.