Step through how an SVM finds the maximum-margin hyperplane — identify support vectors, compute the margin, and see why only the closest points determine the boundary.
Maximum Margin Hyperplane
An SVM finds the hyperplane that maximizes the margin between classes, making it robust to noise — only the support vectors (closest points) determine the boundary.