Skip to content

josiahw/SimpleSVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SimpleSVM

A simple sub-gradient SVM implementation in python and numpy

When looking for a starting point for SVM research, the standard quadratic solvers seemed slow and overly complicated. This implementation uses dual coordinate descent based on the paper "A Dual Coordinate Descent Algorithm for SVMs Combined with Rational Kernels" by Allauzen et al.

About

A simple sub-gradient SVM implementation in python and numpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages