Nonlinear Optimization
Support vectors are the data points in a Support Vector Machine (SVM) that lie closest to the decision boundary, or hyperplane, that separates different classes in a dataset. These points are crucial because they directly influence the position and orientation of the hyperplane; if they were removed, the optimal hyperplane could change. Essentially, support vectors are the key elements that define how the SVM classifies new data points.
congrats on reading the definition of Support Vectors. now let's actually learn it.