SVM Flashcards
What is a margin? What are the support vectors? Which is the minimun number of support vectors required? What is a Hard-SVM?
7 / 4-7
Describe generally the equivalent formulation for Hard-SVM, the one with homogeneous halfspaces
7 / 9
When Soft-SVM are used? Describe them and also write down the optimization problem they solve
7 / 10-12
Write down the equivalent formulation for Soft-SVM (hinge loss). How can be solved? Try to describe in detail the algorithm.
7 / 12-15
In Hard-SVM there exits a dual formulation. For this case, what is the only thing that needs to be computed?
7 / 16
What is a kernel function? Describe the general procedure on how to apply the transformation on the training set S and then find the correct prediction.
7 / 18-19
What is the kernel trick? What are the most
common kernels?
7 / 20-23
Define the Degree-Q polynomial kernel
7 / 24
Define the sigmoid kernel
7 / 23
Define the Gaussian-RBF kernel
7 / 25
How do we choose the kernel? What the Mercer’s condition says?
7 / 26
How to use SVM for regression? What is the function to minimize? What is the final model produced? What is the new definition of support vectors?
7 / 27-28