Consider the equation below which has relation to the primal problem of SVMs:
h(w,b)=maxαi≥0∀iN∑i=1αi(1−yi(⟨w,ϕ(xi)⟩+b))
Specifically let’s examine yi(⟨w,ϕ(xi)⟩+b):
⟨w,ϕ(xi)⟩+b=0 represents the decision boundary line
For all ϕ(xi) lying on the same side of the line as the vector w,⟨w,ϕ(xi)⟩+b>0
For all ϕ(xi) lying on the side of the line opposite the vector w,⟨w,ϕ(xi)⟩+b<0
b shifts the location of the line and w changes the slope
Correct classification of a point:
yi(⟨w,ϕ(xi)⟩+b)>0 for a point where yi is the same sign as (⟨w,ϕ(xi)⟩+b)
Incorrect classification:
yi(⟨w,ϕ(xi)⟩+b)<0 for a point where yi is a different sign than (⟨w,ϕ(xi)⟩+b)
Notes mentioning this note
There are no notes linking to this note.