Title: Classification Problem 2Category Linearly Separable Case
1 Classification Problem2-Category Linearly
Separable Case
Benign
Malignant
2Support Vector MachinesMaximizing the Margin
between Bounding Planes
A
A-
3Support Vector Classification
(Linearly Separable Case)
Let
be a linearly
separable training sample and represented by
matrices
4Support Vector Classification
(Linearly Separable Case, Primal)
The hyperplane
that solves the
minimization problem
realizes the maximal margin hyperplane with
geometric margin
5Support Vector Classification
(Linearly Separable Case, Dual Form)
The dual problem of previous MP
Dont forget
6Dual Representation of SVM
(Key of Kernel Methods)
The hypothesis is determined by
7Compute the Geometric Margin via Dual Solution
and
8Linear Machine in Feature Space
Make it in the dual form
9Kernel Represent Inner Product in Feature Space
Definition A kernel is a function
such that
where
The classifier will become
10Introduce Kernel into Dual Formulation
Let
be a linearly
separable training sample in the feature space
implicitly defined by the kernel
.
The SV classifier is determined by
that
solves
11Mercers Conditions Guarantees the Convexity of
QP