Learn Before
Relation

Margin Maximization

Why does SVM use margin maximization?

When the training data are linearly separable, there are infinite separation hyperplanes, which can correctly separate the two kinds of data. The perceptron uses the misclassification minimization strategy to obtain the separation hyperplane, but there are infinite solutions at this time. Linear separable support vector machine uses margin maximization to obtain the optimal separation hyperplane. At this time, the solution is unique. On the other hand, the classification result generated by the separated hyperplane is the most robust and has the strongest generalization ability for unknown instances. We can take this opportunity to explain the relationship between geometric margin and functional margin.

0

1

Updated 2021-10-02

Tags

Data Science