Projects running under platform independent.
Showing Items 61-80 of 100 on page 4 of 5: Previous 1 2 3 4 5 Next

Logo PLEASD 0.1

by heroesneverdie - September 10, 2012, 03:53:26 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11987 views, 2951 downloads, 0 subscriptions

About: PLEASD: A Matlab Toolbox for Structured Learning

Changes:

Initial Announcement on mloss.org.


Logo libmind alpha 1

by neuromancer - September 4, 2012, 04:30:57 CET [ Project Homepage BibTeX Download ] 8530 views, 2726 downloads, 0 subscriptions

About: A general purpose library to process and predict sequences of elements using echo state networks.

Changes:

Initial Announcement on mloss.org.


Logo MLWizard 5.2

by remat - July 26, 2012, 15:04:14 CET [ Project Homepage BibTeX Download ] 15617 views, 3801 downloads, 0 subscriptions

About: MLwizard recommends and optimizes classification algorithms based on meta-learning and is a software wizard fully integrated into RapidMiner but can be used as library as well.

Changes:

Faster parameter optimization using genetic algorithm with predefined start population.


Logo SVM with uncertain labels 0.2

by rflamary - July 17, 2012, 11:06:23 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 22284 views, 4590 downloads, 0 subscriptions

About: Matlab code for learning probabilistic SVM in the presence of uncertain labels.

Changes:

Added missing dataset function (thanks to Hao Wu)


Logo pymaBandits 1.0

by garivier - July 6, 2012, 18:32:41 CET [ BibTeX Download ] 28818 views, 5314 downloads, 0 subscriptions

About: This package contains a python and a matlab implementation of the most widely used algorithms for multi-armed bandit problems. The purpose of this package is to provide simple environments for comparison and numerical evaluation of policies.

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 ] 15444 views, 3416 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 Partition Comparison 1.0

by andres - April 21, 2012, 03:26:47 CET [ Project Homepage BibTeX Download ] 8460 views, 2791 downloads, 0 subscriptions

About: Fast C++ implementation of the variation of information (Meila 2003) and Rand index (Rand 1971) with MATLAB mex files

Changes:

Initial Announcement on mloss.org.


Logo MLFlex 02-21-2012-00-12

by srp33 - April 3, 2012, 16:44:43 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 10512 views, 2355 downloads, 0 subscriptions

About: Motivated by a need to classify high-dimensional, heterogeneous data from the bioinformatics domain, we developed ML-Flex, a machine-learning toolbox that enables users to perform two-class and multi-class classification analyses in a systematic yet flexible manner. ML-Flex was written in Java but is capable of interfacing with third-party packages written in other programming languages. It can handle multiple input-data formats and supports a variety of customizations. MLFlex provides implementations of various validation strategies, which can be executed in parallel across multiple computing cores, processors, and nodes. Additionally, ML-Flex supports aggregating evidence across multiple algorithms and data sets via ensemble learning. (See http://jmlr.csail.mit.edu/papers/volume13/piccolo12a/piccolo12a.pdf.)

Changes:

Initial Announcement on mloss.org.


Logo A Local and Parallel Computation Toolbox for Gaussian Process Regression 1.0

by cwpark - March 19, 2012, 17:21:28 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 23021 views, 6317 downloads, 0 subscriptions

About: This local and parallel computation toolbox is the Octave and Matlab implementation of several localized Gaussian process regression methods: the domain decomposition method (Park et al., 2011, DDM), partial independent conditional (Snelson and Ghahramani, 2007, PIC), localized probabilistic regression (Urtasun and Darrell, 2008, LPR), and bagging for Gaussian process regression (Chen and Ren, 2009, BGP). Most of the localized regression methods can be applied for general machine learning problems although DDM is only applicable for spatial datasets. In addition, the GPLP provides two parallel computation versions of the domain decomposition method. The easiness of being parallelized is one of the advantages of the localized regression, and the two parallel implementations will provide a good guidance about how to materialize this advantage as software.

Changes:

Initial Announcement on mloss.org.


Logo Sparse MultiTask Learning Toolbox 1.2

by rflamary - March 18, 2012, 11:31:00 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14411 views, 3149 downloads, 0 subscriptions

About: This package is a set of Matlab scripts that implements the algorithms described in the submitted paper: "Lp-Lq Sparse Linear and Sparse Multiple Kernel MultiTask Learning".

Changes:

Initial Announcement on mloss.org.


Logo Nen Beta

by pascal - February 19, 2012, 00:31:34 CET [ Project Homepage BibTeX Download ] 19407 views, 4985 downloads, 0 subscriptions

About: 3-layer neural network for regression with sigmoid activation function and command line interface similar to LibSVM.

Changes:

Initial Announcement on mloss.org.


Logo Large margin filtering 0.9

by rflamary - February 18, 2012, 15:50:43 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12323 views, 3057 downloads, 0 subscriptions

About: Matlab SVM toolbox for learning large margin filters in signal or images.

Changes:

Initial Announcement on mloss.org.


Logo JMLR SSA Toolbox 1.3

by paulbuenau - January 24, 2012, 15:51:02 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 53932 views, 13738 downloads, 0 subscriptions

About: The SSA Toolbox is an efficient, platform-independent, standalone implementation of the Stationary Subspace Analysis algorithm with a friendly graphical user interface and a bridge to Matlab. Stationary Subspace Analysis (SSA) is a general purpose algorithm for the explorative analysis of non-stationary data, i.e. data whose statistical properties change over time. SSA helps to detect, investigate and visualize temporal changes in complex high-dimensional data sets.

Changes:
  • Various bugfixes.

Logo pGBRT, Parallel Gradient Boosted Regression Trees 0.9

by swtyree - September 16, 2011, 22:15:46 CET [ Project Homepage BibTeX Download ] 21963 views, 3506 downloads, 0 subscriptions

About: Learns gradient boosted regression tree ensembles in parallel on shared memory or cluster systems

Changes:

Initial Announcement on mloss.org.


Logo MLPlot Beta

by pascal - August 22, 2011, 11:07:53 CET [ Project Homepage BibTeX Download ] 8267 views, 2092 downloads, 0 subscriptions

About: MLPlot is a lightweight plotting library written in Java.

Changes:

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 ] 12249 views, 2918 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 Marray 2.2

by andres - July 6, 2011, 01:27:44 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12081 views, 2812 downloads, 0 subscriptions

About: Fast Runtime-Flexible Multi-dimensional Arrays and Views for C++

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 ] 17317 views, 3791 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

Logo Gird Soccer Simulator 1.0

by sina_iravanian - April 27, 2011, 16:47:38 CET [ Project Homepage BibTeX Download ] 9046 views, 2611 downloads, 0 subscriptions

About: Grid-Soccer Simulator is a multi-agent soccer simulator in a grid-world environment. The environment provides a test-bed for machine-learning, and control algorithms, especially multi-agent reinforcement learning.

Changes:

Initial Announcement on mloss.org.


Logo mldata.org svn-r1070-Apr-2011

by sonne - April 8, 2011, 10:15:49 CET [ Project Homepage BibTeX Download ] 11622 views, 2937 downloads, 0 subscriptions

About: The source code of the mldata.org site - a community portal for machine learning data sets.

Changes:

Initial Announcement on mloss.org.


Showing Items 61-80 of 100 on page 4 of 5: Previous 1 2 3 4 5 Next