Decision Boundary and Hyperplanes
Decision Boundary and Hyperplanes
where:
w (vector) – Represents the weights (or the normal direction of the
hyperplane).
weights).
Example in 2D
Consider a 2D case where we classify data using the equation:
2 x1 +3 x 2−6=0
f ( x 1 , x 2 ) =2 x 1 +3 x 2−6
where:
x 1 is the independent variable (horizontal axis).
m is the slope.
c is the y-intercept.
where:
w=( w1 , w2 ,... , w m ) is a vector of weights.
The term w T x is the dot product of the weight vector and the input
vector.
simplifies to:
x 2=m x 1 +c