Support Vector Machines
Support Vector Machines
Find a linear hyperplane (decision boundary) that will separate the data
Support Vector Machines
B1
B2
B2
B2
B2
b21
b22
margin
b11
b12
Select the hyper-plane which segregates the two classes better”. In this
scenario, hyper-plane “B” has excellently performed this job
Identify the right hyper-plane (Scenario-2)
• Here, maximizing the distances between nearest data point (either class) and
hyper-plane will help us to decide the right hyper-plane
• But, here is the catch, SVM selects the hyper-plane which classifies
the classes accurately prior to maximizing margin
• z=x^2+y^2
Support Vector Machines
• The support vectors are indicated
by the circles around them
• http://crsouza.com/2010/03/17/kernel-functions-for-
machine-learning-applications/
References