What value do you optimize when using a support vector machine (SVM)?
Answer Posted / Manish Nayak
When using a Support Vector Machine (SVM), the value that is optimized is the margin, which is the distance between the hyperplane and the closest data points from each class (the support vectors). The goal is to maximize the margin while still correctly classifying all training examples.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers