Projects that are tagged with sparsity.


Logo Sparse PCA 1.0

by tbuehler - January 8, 2012, 19:01:47 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1579 views, 317 downloads, 1 subscription

About: A Matlab implementation of Sparse PCA using the inverse power method for nonlinear eigenproblems.

Changes:

Initial Announcement on mloss.org.


Logo SMIDAS 1.1

by ambujtewari - August 15, 2010, 18:51:51 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5312 views, 969 downloads, 1 subscription

About: A stochastic variant of the mirror descent algorithm employing Langford and Zhang's truncated gradient idea to minimize L1 regularized loss minimization problems for classification and regression.

Changes:

Fixed major bug in implementation. The components of the iterate where the current example vector is zero were not being updated correctly. Thanks to Jonathan Chang for pointing out the error to us.


Logo RLS2 MATLAB Toolbox 0.7

by posaune - March 31, 2010, 20:37:11 CET [ Project Homepage BibTeX Download ] 4945 views, 986 downloads, 1 subscription

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)