-
Notifications
You must be signed in to change notification settings - Fork 55
stober/svm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published