Learn Before
Concept

Intro to Soft-Margin SVM

The hard margin classifier will not even find a solution for data that is not linearly separable (in its original feature space). In that case we prefer to use a support vector classifier, also known as a soft-margin classifier. From the below figure, we see that our data is not linearly separable, due to some noisy data points. The soft margin version of SVM will allow us to build a classifier that has <100% training accuracy but will perform well with most of the observations.

Image 0

0

2

Updated 2020-03-08

Tags

Data Science