Skip to content

pmelendez/pegasos-svm-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pegasos-svm-lib

A C++ implementation of pegasos support vector machines

This is a naive implementation of the algorithm descripted in the paper "Pegasos: Primal Estimated sub-GrAdient SOlver for SVM" http://ttic.uchicago.edu/~shai/papers/ShalevSiSr07.pdf.

A more detailed explanation is available on the longer version http://ttic.uchicago.edu/~nati/Publications/PegasosMPB.pdf

Please note that this code was written for recreational and experimental purposes and it wasn't designed to be used in production environment.

About

A C++ implementation of pegasos support vector machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages