posaune has posted 2 projects.


Logo Output Kernel Learning 2.0

by posaune - March 22, 2012, 11:34:58 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 18159 views, 3310 downloads, 0 subscriptions

About: A Matlab script for learning vector-valued functions and kernels on the output space.

Changes:

Added code for learning low-rank output kernels.


Logo RLS2 MATLAB Toolbox 0.7

by posaune - March 31, 2010, 20:37:11 CET [ Project Homepage BibTeX Download ] 22194 views, 4943 downloads, 0 subscriptions

About: RLS2 is an instance of multiple kernel learning algorithm to simultaneously learn a regularized predictor and the kernel function. RLS2LIN is a version of RLS2 specialized to linear kernels on each feature. The package contains a set of scripts that implements RLS2 and RLS2LIN, together with a Graphic User Interface to load data, perform training, validation, and plot results.

Changes:
  • New kernel functions (rbfall, rbfsingle, polyall, polysingle)
  • Improved interface for pre-processing operations
  • The interface now allows to disable bias
  • Fixed bugs in parameter passing (thanks to Andrea Schirru)