With two features, a linear classifier splits the plane into two regions with a single line —
the decision boundary. It is exactly the set of points where the model is
perfectly undecided, scoring
On one side
The two weights and the bias are the boundary. Adjust them and watch the dividing line
swing and shift, the shaded half-planes following along. The arrow is the weight vector
A linear boundary is a straight line (a flat hyperplane in higher dimensions) — simple,
fast, and often enough. When classes interlock in ways no line can separate, you reach for
curved boundaries: add polynomial features, or let a