Support Vector Machine Without Tears- Part3 [Kernel Trick]
The previous two posts have dealt with hard and soft margin SVM. In both cases our model used a linear (hyperplane) decision boundary. The only difference between the two is that the soft margin classifier does not split the two classes perfectly because the data is not linearly separable. We still used a hyperplane but … More Support Vector Machine Without Tears- Part3 [Kernel Trick]