20 projects found that use matlab as the programming language.
Showing Items 121-140 of 160 on page 7 of 8: First Previous 2 3 4 5 6 7 8 Next

Logo JMLR Error Correcting Output Codes Library 0.1

by sescalera - March 5, 2010, 16:49:12 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 22179 views, 3320 downloads, 0 subscriptions

About: The open source Error-Correcting Output Codes (ECOC) library contains both state-of-the-art coding and decoding designs, as well as the option to include your own coding, decoding, and base classifier.

Changes:

Initial Announcement on mloss.org.


Logo LIBSVM 2.9

by cjlin - February 27, 2010, 01:09:23 CET [ Project Homepage BibTeX Download ] 25081 views, 5478 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 7 votes)

About: LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC ), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class [...]

Changes:

Initial Announcement on mloss.org.


Logo GPUML GPUs for kernel machines 4

by balajivasan - February 26, 2010, 18:12:46 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14141 views, 2823 downloads, 0 subscriptions

About: GPUML is a library that provides a C/C++ and MATLAB interface for speeding up the computation of the weighted kernel summation and kernel matrix construction on GPU. These computations occur commonly in several machine learning algorithms like kernel density estimation, kernel regression, kernel PCA, etc.

Changes:

Initial Announcement on mloss.org.


Logo MATLAB spectral clustering package 1.1

by wenyenc - February 4, 2010, 01:54:38 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 34097 views, 6594 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 2 votes)

About: A MATLAB spectral clustering package to deal with large data sets. Our tool can handle large data sets (200,000 RCV1 data) on a 4GB memory general machine. Spectral clustering algorithm has been [...]

Changes:
  • Add bib
  • Add code of nystrom without orthogonalization
  • Add accuracy quality measure
  • Add more running scripts

Logo OXlearn 1.0

by gwestermann - January 11, 2010, 11:48:26 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12435 views, 2702 downloads, 0 subscriptions

About: OXlearn is a free neural network simulation software that enables you to build, train, test and analyse connectionist neural network models. Because OXlearn is implemented as a Matlab toolbox you can run it on all operation systems (Windows, Linux, MAC, etc.), and there is a compiled version for XP.

Changes:

Initial Announcement on mloss.org.


Logo HSSR Hessian based semi supervised regression and dimensionality reduction 1.0

by kimki - December 15, 2009, 19:21:59 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 15842 views, 3193 downloads, 0 subscriptions

About: Matlab code for semi-supervised regression and dimensionality reduction using Hessian energy.

Changes:

Initial Announcement on mloss.org.


Logo JMLR RL Glue and Codecs -- Glue 3.x and Codecs

by btanner - October 12, 2009, 07:50:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 38292 views, 4987 downloads, 0 subscriptions

About: RL-Glue allows agents, environments, and experiments written in Java, C/C++, Matlab, Python, and Lisp to inter operate, accelerating research by promoting software re-use in the community.

Changes:

RL-Glue paper has been published in JMLR.


Logo BioSig for Octave and Matlab 2.31

by schloegl - July 28, 2009, 13:41:01 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 27396 views, 5180 downloads, 0 subscriptions

About: BioSig is a software library for biomedical signal processings. Besides several other modules, one modul (t400) provides a common interface (train_sc.m and test_sc.m) to various classification [...]

Changes:

Update of project information: machine learning and classification tools are moved to the NaN-toolbox.


Logo SeDuMi 1.21

by sonne - July 13, 2009, 10:22:00 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 13547 views, 2832 downloads, 0 subscriptions

About: SeDuMi is a software package to solve optimization problems over symmetric cones. This includes linear, quadratic, second order conic and semidefinite optimization, and any combination of these.

Changes:

Initial Announcement on mloss.org.


Logo Variational Inference for the Indian Buffet Process 0.1

by finale - May 4, 2009, 16:03:25 CET [ BibTeX BibTeX for corresponding Paper Download ] 16822 views, 3310 downloads, 0 subscriptions

About: Matlab code for performing variational inference in the Indian Buffet Process with a linear-Gaussian likelihood model.

Changes:

Initial Announcement on mloss.org.


Logo dataformat 0.1.1

by mikio - March 12, 2009, 16:07:55 CET [ Project Homepage BibTeX Download ] 18887 views, 4060 downloads, 0 subscriptions

About: The goal of this project is to provide code for reading and writing machine learning data sets for as many programming languages as possible.

Changes:

Forgot to include the Java sources.


Logo chi2 kernel 1.5

by gruel - February 15, 2009, 22:32:21 CET [ BibTeX Download ] 24144 views, 4979 downloads, 0 subscriptions

About: Very fast implementation of the chi-squared distance between histograms (or vectors with non-negative entries).

Changes:

Removed bug in symmetric chi-square distance and updated python wrapper to python 2.5 compatiblity.


Logo figtree 0.9.2

by vmorariu - January 17, 2009, 00:13:32 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 12388 views, 6295 downloads, 0 subscriptions

About: A library for fast computation of Gauss transforms in multiple dimensions, using the Improved Fast Gauss Transform and a tree data structure. This library is useful for efficient Kernel Density [...]

Changes:

Initial Announcement on mloss.org.


Logo MPI IKL 1.0

by pgehler - January 16, 2009, 16:39:29 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 16014 views, 3106 downloads, 0 subscriptions

About: This package contains an implementation of the Infinite Kernel Learning (IKL) algorithm and the SimpleMKL algorithm. This is realized by building on Coin-Ipopt-3.3.5 and Libsvm.

Changes:

Initial Announcement on mloss.org.


Logo MPIKmeans 1.5

by pgehler - January 16, 2009, 15:48:47 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 48826 views, 7326 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole StarEmpty Star
(based on 1 vote)

About: A K-means clustering implementation for command-line, Python, Matlab and C. This algorithm yields the very same solution as standard Kmeans, even after each iteration. However it uses some triangle [...]

Changes:

Initial Announcement on mloss.org.


Logo rdetools 0.1

by mikio - December 4, 2008, 22:56:37 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11913 views, 2843 downloads, 0 subscriptions

About: This software contains several matlab scripts for computing the RDE (relevant dimensionality estimate). The RDE measures the number of leading PCA components in feature space which contain the [...]

Changes:

Initial Announcement on mloss.org.


Logo Finding nonlinear and stochastic structures in time series 1

by Dante - October 29, 2008, 11:14:44 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14060 views, 3137 downloads, 0 subscriptions

About: The Delay vector variance (DVV) method uses predictability of the signal in phase space to characterize the time series. Using the surrogate data methodology, so called DVV plots and DVV scatter [...]

Changes:

Initial Announcement on mloss.org.


Logo CVX, a modeling system for disciplined convex programming 1.2

by mcgrant - October 21, 2008, 23:55:08 CET [ Project Homepage BibTeX Download ] 13463 views, 2942 downloads, 0 subscriptions

About: CVX is a Matlab-based modeling system for convex optimization. CVX turns Matlab into a modeling language, allowing constraints and objectives to be specified using standard Matlab expression syntax. [...]

Changes:

Initial Announcement on mloss.org.


Logo JMLR LIBLINEAR 1.32

by biconnect - September 3, 2008, 17:35:24 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 32245 views, 4044 downloads, 0 subscriptions

Rating Whole StarWhole StarWhole StarWhole Star1/2 Star
(based on 2 votes)

About: LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, L1-loss linear SVM, and multi-class SVM

Changes:

Initial Announcement on mloss.org.


Logo Sampling from multivariate correlated binary and poisson random variables 1.0

by phb - July 10, 2008, 09:39:49 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 11638 views, 2577 downloads, 0 subscriptions

About: You can use the software in this package to efficiently sample from

Changes:

Initial Announcement on mloss.org.


Showing Items 121-140 of 160 on page 7 of 8: First Previous 2 3 4 5 6 7 8 Next