Support Vector Machines Flashcards
(9 cards)
What is the margin?
2/norm(w)
How do we maximize the margin?
Minimize norm(w)
What is a hyperplane?
Regions, made by a seperation plane
Which data points define a seperating hyperplane?
The nearest vectors for which and only these:
y*(w^Tx+b)=1
These point lie directly on the margin
What are support vectors?
Points on the margin
Is every set of data linearly seperable?
No, because of that we allow the SVM to violate some constraints
What is the slack variable?
Describes the extent to which the respective contraint is violated
Soft Margin and hard margin
With Hard margin, we do not allow constrainst and with soft margin we allow constraints.
In hard margin -> no slack variable
In soft margin -> with slack variable