Skip to content

egarciamartin/svm_hyperplane_folding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyperplane folding.

The following code runs the algorithm from the paper: *Hyperplane folding - a way to increase the margin in Support Vector Machines Lars Lundberg, Håkan Lennerstad, Eva Garcia-Martin, Niklas Lavesson and Veselka Boeva

It does the following:

  1. Apply SVM in a dataset
  2. Select the primary support vector
  3. Divide the points into two, ones to the left of the support vector (forming an orthogonal line with the hyperplane) and the other ones to the right of the support vector
  4. Apply two SVM on each new set of points
  5. Rotate one side an angle a.
  6. The margin has thus increased from the initial one.

About

Hyperplane folding: Increasing the margin of SVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published