SVM Flashcards

1
Q
  • When a training set is linearly separable?
  • What is the distance between a point and a hyperplane?
  • What is a margin? What are support vectors?
A

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

What is Hard-SVM? Equivalent formulations.

Equivalent formulation as quadratic optimization problem

(Equivalent formulation) Homogenous halfspaces

What is the dual problem for hard-SVM? When we use this notation?

A

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

How Soft-SVM works?
Optimization problem, hinge formulation, homogeneus halfspaces.

A

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

How to solve Soft-SVM?
What is gradient descent?
What is SGD?
How to use SGD to solve Soft-SVM?

A

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

How we can use SVM if we have non linearly separable data? (slide 16.6)

What are the 2 issues generated by this procedure? How we can solve it?

A

First part of kernels_Basic paradigm

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

What is a kernel function?

What is the kernel trick?

What are the most common kernels?

How do we choose the kernel?

What the mercer condition says?

A

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

How to use SVM for regression?

What is the function to minimize?

What is the final model produced?

A

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