Skip to content
/ svm Public
forked from stober/svm

Support Vector Machines in Python

Notifications You must be signed in to change notification settings

xqchen/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: stober@gmail.com
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

 
 
 

Languages

  • Python 100.0%