Projects authored by olivier chapelle.


Logo Learning the Kernel Matrix 1

by chap - January 14, 2008, 08:50:37 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12543 views, 2796 downloads, 0 subscriptions

About: Code for automatically selecting the kernel parameters of an SVM. It is based on a gradient descent minimization of either the radius/margin bound, the leave-one-out error, a validation error or the [...]

Changes:

Initial Announcement on mloss.org.


Logo Primal training Support Vector Machines 1.0

by chap - November 19, 2007, 17:41:14 CET [ Project Homepage BibTeX Download ] 11485 views, 2951 downloads, 0 comments, 0 subscriptions

About: Very simple code for training SVMs in the primal. Works particularly well on sparse linear problems. In the non-linear case the entire kernel matrix needs to be computed, so for large problems it is [...]

Changes:

Initial Announcement on mloss.org.