Home
 Support Vector Machines
 SVM Reviews
 SVM Books
 SVM Software
 Pattern Recognition
 Optimum Hyperplane
 SVM Regression
 ν-SVM
 SVM Statistics
 Machine Learning
 MLnet
 NEuroNet
 EvoNet
 UCI Repository
 List 1
 List 2
 List 3
 Wikipedia
 Repository
 ROCKIT
 Weka
 C4.5
 YALE
 Tutorials
SVM - Support Vector Machines
Optimum Separation Hyperplane

The optimum separation hyperplane (OSH) is the linear classifier with the maximum margin for a given finite set of learning patterns. The OSH computation with a linear support vector machine is presented in this section.

Figure 1. The optimum separation hyperplane (OSH).

Consider the classification of two classes of patterns that are linearly separable, i.e., a linear classifier can perfectly separate them (Figure 1). The linear classifier is the hyperplane H (wx+b=0) with the maximum width (distance between hyperplanes H1 and H2). Consider a linear classifier characterized by the set of pairs (w, b) that satisfies the following inequalities for any pattern xi in the training set:

These equations can be expressed in compact form as

or

Because we have considered the case of linearly separable classes, each such hyperplane (w, b) is a classifier that correctly separates all patterns from the training set:

For all points from the hyperplane H (wx + b = 0), the distance between origin and the hyperplane H is |b|/||w||. We consider the patterns from the class -1 that satisfy the equality wx + b = -1, and determine the hyperplane H1; the distance between origin and the hyperplane H1 is equal to |-1-b|/||w||. Similarly, the patterns from the class +1 satisfy the equality wx + b = +1, and determine the hyperplane H2; the distance between origin and the hyperplane H2 is equal to |+1-b|/||w||. Of course, hyperplanes H, H1, and H2 are parallel and no training patterns are located between hyperplanes H1 and H2. Based on the above considerations, the distance between hyperplanes (margin) H1 and H2 is 2/||w||.

From these considerations it follows that the identification of the optimum separation hyperplane is performed by maximizing 2/||w||, which is equivalent to minimizing ||w||2/2. The problem of finding the optimum separation hyperplane is represented by the identification of (w, b) which satisfies:

for which ||w|| is minimum.

 Search "SVM" in:
 PubMed
 PubMed Central
 CiteSeer
 Scirus
 BioChem Press
 Search "Support Vector" in:
 PubMed
 PubMed Central
 CiteSeer
 Scirus
 BioChem Press
 Journals
 JMLR
 IEJMD
 Bioinformatics
 Nucleic Acids Research
 BioMed Central
 Literature Databases
 PubMed
 PubMed Central
 CiteSeer
 Search Engines
 DOAJ
 Scirus
 OJOSE



https://support-vector-machines.org/
The "SVM - Support Vector Machines" Portal is part of the OIRI network
All rights reserved - Copyright © 2005 Ovidiu Ivanciuc