Questions: Support Vector Machines

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

In a trained hard-margin SVM, which training points directly determine the decision boundary?

AAll training points on the correct side of the boundary
BOnly the misclassified training points
CThe training points lying exactly on the margin boundaries (support vectors)
DA random subset of training points selected during optimization
Question 2 True / False

In a hard-margin SVM, maximizing the margin directly reduces training error.

TTrue
FFalse
Question 3 Short Answer

Why can't a standard linear SVM classify XOR-distributed data, and how does the kernel trick address this limitation?

Think about your answer, then reveal below.