Project details for The Pegasos SVM solver

Logo The Pegasos SVM solver 1.0

by Shai - November 28, 2007, 07:14:52 CET [ Project Homepage BibTeX Download ]

view (5 today), download ( 0 today ), 0 subscriptions

OverallWhole StarWhole StarWhole StarEmpty StarEmpty Star
FeaturesWhole StarWhole StarEmpty StarEmpty StarEmpty Star
UsabilityWhole StarWhole StarWhole StarWhole StarEmpty Star
DocumentationWhole StarWhole StarWhole StarEmpty StarEmpty Star
(based on 1 vote)
Description:

The software solves the SVM optimization problem.

That is, given a matrix X of examples (each row is an exmaple) and a column vector y of labels in {+1,-1}, the software finds the vector w that minimizes (using Matlab notation):

lambda/2 w'*w + 1/m * sum(max(0,1- y' * (X*w)))

The instances and labels file should be in SVM-Light format.
See: http://svmlight.joachims.org/

Current implementation does not include kernels and works best if the instances are sparse.

Changes to previous version:

Initial Announcement on mloss.org.

BibTeX Entry: Download
Supported Operating Systems: Linux, Macosx, Unix
Data Formats: None
Tags: Svm
Archive: download here

Comments

No one has posted any comments yet. Perhaps you'd like to be the first?

Leave a comment

You must be logged in to post comments.