Skip to content

Solving the Soft Margin Support Vector Machine by scipy.optimize

Notifications You must be signed in to change notification settings

Paulnkk/Columbia-IEOR-4525-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Solving Soft Margin Support Vector Machine

We formulate the Soft Margin Support Vector Machine Optimization Problem as an restricted quadratic Optimization problem which could be solved by the quadprog() function in the scipy Package. The Optimization problem is formulated for the well known 'Wine data'.

Releases

No releases published

Packages

No packages published

Languages