Projects authored by marc strickert.


Logo The Choquet Kernel 1.00

by AliFall - February 11, 2014, 16:21:15 CET [ BibTeX BibTeX for corresponding Paper Download ] 6877 views, 1981 downloads, 0 subscriptions

About: The package computes the optimal parameters for the Choquet kernel

Changes:

Initial Announcement on mloss.org.


Logo xSNE Stochastic Neighbor Embedding methods with novel neighborhood probabilities 1.2

by emstrick - August 20, 2013, 11:02:21 CET [ BibTeX BibTeX for corresponding Paper Download ] 16421 views, 4273 downloads, 0 subscriptions

About: Stochastic neighbor embedding originally aims at the reconstruction of given distance relations in a low-dimensional Euclidean space. This can be regarded as general approach to multi-dimensional scaling, but the reconstruction is based on the definition of input (and output) neighborhood probability alone. The present implementation also allows for handling dissimilarity or score-induced neighborhood topologies and makes use of quasi 2nd order gradient-based (l-)BFGS optimization.

Changes:
  • gradient in xsne_fun.m fixed! (constant factor m was missing)

  • symmetry option re-introduced allowing for enabling symmetric and asymmetric versions of SNE and t-SNE


Logo cbMDS Correlation Based Multi Dimensional Scaling 1.2

by emstrick - July 27, 2013, 14:35:36 CET [ BibTeX BibTeX for corresponding Paper Download ] 20055 views, 4342 downloads, 0 subscriptions

About: The aim is to embed a given data relationship matrix into a low-dimensional Euclidean space such that the point distances / distance ranks correlate best with the original input relationships. Input relationships may be given as (sparse) (asymmetric) distance, dissimilarity, or (negative!) score matrices. Input-output relations are modeled as low-conditioned. (Weighted) Pearson and soft Spearman rank correlation, and unweighted soft Kendall correlation are supported correlation measures for input/output object neighborhood relationships.

Changes:
  • Initial release (Ver 1.0): Weighted Pearson and correlation and soft Spearman rank correlation, Tue Dec 4 16:14:51 CET 2012

  • Ver 1.1 Added soft Kendall correlation, Fri Mar 8 08:41:09 CET 2013

  • Ver 1.2 Added reconstruction of sparse relationship matrices, Fri Jul 26 16:58:37 CEST 2013


Logo RegLin Posterior Regularization of Linear Mappings 1.1

by emstrick - May 23, 2012, 10:31:34 CET [ BibTeX BibTeX for corresponding Paper Download ] 13752 views, 2979 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 Generalized matrix relevance learning vector quantization GRLVQ 1.0

by emstrick - July 20, 2011, 17:19:48 CET [ BibTeX BibTeX for corresponding Paper Download ] 11444 views, 2687 downloads, 0 subscriptions

About: Multi-class vector classification based on cost function-driven learning vector quantization , minimizing misclassification.

Changes:

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 ] 15614 views, 3377 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