Skip to content

AlexanderFabisch/svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages