Skip to content

stober/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

== Support Vector Machines in Python ==

Author: Jeremy Stober
Contact: [email protected]
Version: 0.1

This is a simple support vector machine implementation based on the
primal form of SVMs for linearly separable problems, and problems that
also require slack variables. I used Bishop's PRML text as a basis for
this implementation. This is meant as a guide for the basic ideas
behind support vector machiens. The CVXOPT library is used for solving
the quadratic program at the heart of the SVM.

About

Support Vector Machines in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages