points Fitting an SVM by hand.
For this problem you will solve an SVM without the help of a computer, relying instead on
principled rules and properties of these classifiers. Consider a dataset with the following data
points :
Here or indicates the data point i belongs to either class.
Consider mapping these points to dimensions using the feature vector The
hard margin classifier training problem is:
min
such that AAiindots,
This question has been broken down into a series of questions, each providing a part of the
solution. Make sure to follow the logical structure of the exercise when composing your answer
and to justify each step.
a Plot the training data and draw the decision boundary of the max margin classifier.
b What is the value of the margin achieved by the optimal decision boundary?
c What is a vector that is orthogonal to the decision boundary?
d Considering discriminant what value of and will achieve optimal
hyperplane?
e What are the support vectors of the classifier? Confirm that the support vectors are indeed
solutions to the constraint using estimated and