SVM – Support Vector Machines

Modified on 2010/05/22 18:00 by Administrator — Categorized as: Data Mining

Image


Given a set of points Image with label Image

The SVM finds a hyperplane defined by the pair (w,b)

(where w is the normal to the plane and b is the distance from the origin)

s.t. Image

Image



Image

Classification using SVM (w,b)

Image

In non linear case we can see this as

Image

Kernel – Can be thought of as doing dot product in some high dimensional space

Example of Non-linear SVM

Image

Image

SVM

SVM Related Links