gupta-rajat / svm

Support Vector Machines in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== 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


Languages

Language:Python 100.0%