Skip to content

lchmo444/la_svm

Repository files navigation

LaSVM

LaSVM comparision graph

LASVM is an approximate SVM solver that uses online approximation. It reaches accuracies similar to that of a real SVM after performing a single sequential pass through the training examples. Further benefits can be achieved using selective sampling techniques to choose which example should be considered next.

As show in the graph, LASVM requires considerably less memory than a regular SVM solver. This becomes a considerable speed advantage for large training sets. In fact LASVM has been used to train a 10 class SVM classifier with 8 million examples on a single processor.

See the LaSVM paper for the details.

Source

http://leon.bottou.org/projects/lasvm

Releases

No releases published

Packages

No packages published