the.ai

Foundations / Supervised

verified

Support Vector Machine

Of all the lines separating two classes, take the one with the widest empty corridor around it. Only the points touching the corridor's edge matter — the support vectors — so the model is decided by a handful of examples and completely unmoved by the rest. The kernel trick then lets the same idea work on data no straight line can separate.

Viz primitive · budget-splitsupport-vectors = 12

support-vectors holds 4% of the budget; rest holds the remaining 96%.

Training points that decide the boundary against those that could be deleted without moving it, in examples. Drag the support-vector count to watch how little of the data the model actually uses.

12

Reviewed by opendroid · 2026-08-13

  • arXiv:1710.10345 — The Implicit Bias of Gradient Descent on Separable Data
  • arXiv:1806.07572 — Neural Tangent Kernel: Convergence and Generalization in Neural Networks

Origin · not linkable

  • Cortes & Vapnik 1995 — Support-Vector Networks · Machine Learning 20(3) · doi:10.1007/BF00994018