Question 1
Which of the following statements correctly distinguishes the hard-margin SVM from the soft-margin SVM?
The hard-margin SVM has a feasible solution only when the training data is linearly separable, whereas the soft-margin SVM always has a feasible solution.
The hard-margin SVM allows some training points to violate the margin, whereas the soft-margin SVM forbids all margin violations.
Unlike the hard-margin SVM, the soft-margin SVM can only be used with non- linear kernels.
