Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 358 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 358 Bytes

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.