Projects that are tagged with linear model.


Logo Linear SVM with general regularization 1.0

by rflamary - October 5, 2012, 15:34:21 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10666 views, 2805 downloads, 0 subscriptions

About: This package is an implementation of a linear svm solver with a wide class of regularizations on the svm weight vector (l1, l2, mixed norm l1-lq, adaptive lasso). We provide solvers for the classical single task svm problem and for multi-task with joint feature selection or similarity promoting term.

Changes:

Initial Announcement on mloss.org.


Logo RegLin Posterior Regularization of Linear Mappings 1.1

by emstrick - May 23, 2012, 10:31:34 CET [ BibTeX BibTeX for corresponding Paper Download ] 11903 views, 2524 downloads, 0 subscriptions

About: The package provides a Lagrangian approach to the posterior regularization of given linear mappings. This is important in two cases, (a) when systems are under-determined and (b) when the external model for calculating the mapping is invariant to properties such as scaling. The software may be applied in cases when the external model does not provide its own regularization strategy. In addition, the package allows to rank attributes according to their distortion potential to a given linear mapping.

Changes:

Version 1.1 (May 23, 2012) memory and time optimizations distderivrel.m now supports assessing the relevance of attribute pairs

Version 1.0 (Nov 9, 2011) * Initial Announcement on mloss.org.


Logo Correlative Matrix Mapping, CMM 1.1

by emstrick - July 5, 2011, 15:15:21 CET [ BibTeX BibTeX for corresponding Paper Download ] 13862 views, 2950 downloads, 0 subscriptions

About: Correlative Matrix Mapping (CMM) provides a supervised linear data mapping into a Euclidean subspace of given dimension. Applications include denoising, visualization, label-specific data preprocessing, and assessment of data attribute pairs relevant for the supervised mapping. Solving auto-association problems yields linear multidimensional scaling, similar to PCA, but usually with more faithful low-dimensional mappings.

Changes:

Tue Jul 5 14:40:03 CEST 2011 - Bugfixes and cleanups

  • single precision data affected pinv(). Now fairer using double precision.
  • early stopping did not work properly; now fixed
  • Hessian update mode globally controlled via hessmode, 'lbfgs' / 'bfgs'
  • distmat.m corrected for rounding problems and extended to distmat(X,Y)
  • replaced files: corv.m + corvgrad.m -> corvg.m
  • removed unused files: corrmat.m, splitdata.m, traforankapply.m