Learn Before
Concept
What is ?
Each of these terms are called slack-variables. For a given training row , if:
- If , then is correctly classified, and is outside of the margin.
- If , then violates the margin, and is considered a support vector.
- If , then is incorrectly classified by the decision boundary.
When solving this optimization problem with SGD, we notice that correctly classified points that lie outside of the margin don't effect the update to . This is why the marginal/misclassified points are known as support-vectors.
0
2
Updated 2025-08-31
Tags
Data Science