Project details for SVQP

Logo SVQP 2

by leonbottou - November 14, 2007, 14:00:12 CET [ Project Homepage BibTeX Download ]

943 views (2 today), 383 downloads ( 0 today ), 0 subscriptions

Description:

SVQP1 and SVQP2 are QP solvers for training SVM.

  • SVQP1 is a solver for convex programming problems with box constraints and at most one equality constraint. It uses the modified gradient projection method (see http://leon.bottou.org/papers/bottou-lin-2006) and can be used as the internal solver in a decomposition loop. This has mostly an historical interest.

  • SVQP2 is a state-of-the-art SMO solver for quadratic programming problems with box constraints and at most one equality constraint. It performs roughly like LIBSVM or SVMLight, sometimes a bit faster, sometimes a bit slower. It comes as a compact library that is easy to reuse for other algorithms. For instance, the UniverSVM code uses SVQP2 inside.

Both SVQP1 and SVQP2 can be used as standalone c++ libraries or can be exploited using lush bindings. These are not standalone programs.

BibTeX Entry:
Download
URL:
Project Homepage
Supported Operating Systems:
Cygwin, Linux, Macosx, Windows
Tags:
Support Vector Machine, Kernelmachine
Archive:
download here

Comments

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

Leave a comment

(will not appear publicly)

You may use Markdown syntax here, but raw HTML will be removed.