Suppose you have two kinds of points scattered on a page â say, blue and orange â and you want a single straight line that keeps the colors apart. If the colors don't overlap, there are usually infinitely many lines that do the job. Which one should you trust?
A Support Vector Machine (SVM) gives a crisp answer: pick the line that leaves the widest empty street between the two groups. Don't just barely separate them â separate them with as much breathing room as possible on both sides.
The surprise is how few points actually decide that street. Most of your data could be moved around freely and the boundary wouldn't budge. Only the handful of points sitting right on the curb â the support vectors â hold the whole thing in place. That single idea, maximum margin, turns a vague "draw a good line" into a precise, solvable problem.
Comments
Loading comments...