Skip to content
master
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
svm
 
 
 
 
 
 
 
 
 
 

Support Vector Machine (SVM)

This is a binary SVM and is trained using the SMO algorithm.

This implementation is based on Cython, NumPy, and scikit-learn.

Installation

The packages Cython, numpy and scikit-learn are required. You can clone this repository and run the installation script with

sudo python setup.py install

Tests

In order to run the unit tests, you must build the Cython extension first

python setup.py build_ext --inplace

and then run nosetests.

About

Support Vector Machine in Python

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages