20 projects found that use matlab as the programming language.
Showing Items 1-20 of 104 on page 1 of 6: 1 2 3 4 5 6 Next

Logo BayesOpt, a Bayesian Optimization toolbox 0.4.1

by rmcantin - May 15, 2013, 19:36:40 CET [ Project Homepage BibTeX Download ] 632 views, 144 downloads, 1 subscription

About: BayesOpt is an efficient, C++ implementation of the Bayesian optimization methodology for nonlinear-optimization, experimental design and stochastic bandits. In the literature it is also called Sequential Kriging Optimization (SKO) or Efficient Global Optimization (EGO). There are also interfaces for C, Matlab/Octave and Python.

Changes:

-Fixed bugs.

-Improved and extended documentation.

-Extended and simplified API accross platforms.

-Extended functionality (new surrogate functions, new priors, new kernels, new criteria).

-Improved modularity of the optimization process to allow plotting and debugging of intermediate steps.

-Added more demos and examples.


Logo Information Theoretical Estimators 0.37

by szzoli - May 12, 2013, 15:35:39 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9991 views, 2028 downloads, 1 subscription

About: ITE (Information Theoretical Estimators) is capable of estimating many different variants of entropy, mutual information, divergence, association measures and cross quantities. Thanks to its highly modular design, ITE supports additionally (i) the combinations of the estimation techniques, (ii) the easy construction and embedding of novel information theoretical estimators, and (iii) their immediate application in information theoretical optimization problems.

Changes:
  • K divergence estimation: added,

  • L divergence estimation: added,

  • kNN squared distance computation: refined.


Logo Social Impact theory based Optimizer library 1.0.1

by rishem - May 7, 2013, 08:03:06 CET [ Project Homepage BibTeX Download ] 485 views, 93 downloads, 1 subscription

About: This is an optimization library based on Social Impact Theory(SITO). The optimizer works in the same way as PSO and GA.

Changes:

minor changes


Logo GPstuff 4.1

by avehtari - April 25, 2013, 11:07:06 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1545 views, 229 downloads, 1 subscription

About: The GPstuff toolbox is a versatile collection of Gaussian process models and computational tools required for inference. The tools include, among others, various inference methods, sparse approximations and model assessment methods.

Changes:

2013-04-24 Version 4.1

New features:

  • Multinomial probit classification with nested-EP. Jaakko Riihimäki, Pasi Jylänki and Aki Vehtari (2013). Nested Expectation Propagation for Gaussian Process Classification with a Multinomial Probit Likelihood. Journal of Machine Learning Research 14:75-109, 2013.
  • Marginal posterior corrections for latent values. Cseke & Heskes (2011). Approximate Marginals in Latent Gaussian Models. Journal of Machine Learning Research 12 (2011), 417-454
    • Laplace: cm2 and fact
    • EP: fact

Improvements

  • lgpdens ignores now NaNs instead of giving error
  • gp_cpred has a new option 'target' accpeting values 'f' or 'mu'
  • unified gp_waic and gp_dic
    • by default return mlpd
    • option 'form' accetps now values 'mean' 'all' 'sum' and 'dic'
  • improved survival demo demo_survival_aft (accalerated failure time)
    • renamed and improved from demo_survival_weibull
  • rearranged some files to more logical directories
  • bug fixes

New files

  • gp_predcm: marginal posterior corrections for latent values.
  • demo_improvedmarginals: demonstration of marginal posterior corrections
  • demo_improvedmarginals2: demonstration of marginal posterior corrections
  • lik_multinomprobit: multinomial probit likelihood
  • demo_multiclass_nested_ep: demonstration of nested EP with multinomprobit

Logo JMLR MSVMpack 1.3

by lauerfab - April 23, 2013, 10:44:37 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5473 views, 2103 downloads, 1 subscription

About: MSVMpack is a Multi-class Support Vector Machine (M-SVM) package. It is dedicated to SVMs which can handle more than two classes without relying on decomposition methods and implements the four M-SVM models from the literature: Weston and Watkins M-SVM, Crammer and Singer M-SVM, Lee, Lin and Wahba M-SVM, and the M-SVM2 of Guermeur and Monfrini.

Changes:
  • Added Matlab interface.

Logo GBAC 0.0.2

by henrydcl - March 26, 2013, 15:48:24 CET [ BibTeX Download ] 424 views, 144 downloads, 2 subscriptions

About: Probabilistic performance evaluation for multiclass classification using the posterior balanced accuracy

Changes:

Readme added. Explanation of the examples in the readme file.


Logo MICP 1.04

by kay_brodersen - March 26, 2013, 12:42:04 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2583 views, 477 downloads, 2 subscriptions

About: This toolbox implements models for Bayesian mixed-effects inference on classification performance in hierarchical classification analyses.

Changes:

In addition to the existing MATLAB implementation, the toolbox now also contains an R package of the variational Bayesian algorithm for mixed-effects inference.


Logo ChaLearn Gesture Challenge Turtle Tamers 1.0

by konkey - March 17, 2013, 18:39:22 CET [ BibTeX Download ] 285 views, 93 downloads, 1 subscription

About: Soltion developed by team Turtle Tamers in the ChaLearn Gesture Challenge (http://www.kaggle.com/c/GestureChallenge2)

Changes:

Initial Announcement on mloss.org.


Logo cbMDS Correlation Based Multi Dimensional Scaling 1.1

by emstrick - March 11, 2013, 11:47:39 CET [ BibTeX BibTeX for corresponding Paper Download ] 862 views, 222 downloads, 1 subscription

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 (asymmetric) distances, dissimilarities, or (negative) scores. Input-output relations are modelled as row-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


Logo JMLR GPML Gaussian Processes for Machine Learning Toolbox 3.2

by hn - January 21, 2013, 15:34:50 CET [ Project Homepage BibTeX Download ] 9697 views, 2703 downloads, 3 subscriptions

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

About: The GPML toolbox is a flexible and generic Octave 3.2.x and Matlab 7.x implementation of inference and prediction in Gaussian Process (GP) models.

Changes:

We now support inference on large datasets using the FITC approximation for non-Gaussian likelihoods for EP and Laplace's approximation. New likelihood functions: mixture likelihood, Poisson likelihood, label noise. We added two MCMC samplers.


Logo LIBOL 0.1.0

by stevenhoi - December 27, 2012, 18:09:54 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 2114 views, 132 downloads, 1 subscription

About: LIBOL is an open-source library that consists of a family of state-of-the-art online learning algorithms for machine learning and data mining research.

Changes:

Initial Announcement on mloss.org.


About: Stochastic neighbor embedding aims at the reconstruction of given distance, dissimilarity, or score neighborhood 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. Probability of score exceedance is used for neighborhood probability estimation, which is connected to soft-rank optimization. The present implementation makes use of quasi 2nd order gradient-based (l-)BFGS optimization.

Changes:
  • scoretoprob.m replaced by d2p.m

  • protein score data set added

  • trank.m computes (mid/max -tied) ranks along columns of matrix

  • local P- neighborhood probability estimation added

  • experimental soft_rank_SNE added for minimizing KL between probabilities of exceedance in source and embedding space

  • symmetry option removed, because this was strange in previous version


Logo GradMC 1.00

by tur - October 18, 2012, 17:42:02 CET [ BibTeX Download ] 412 views, 156 downloads, 1 subscription

About: GradMC is an algorithm for MR motion artifact removal implemented in Matlab

Changes:

Initial Announcement on mloss.org.


Logo VLFeat 0.9.16

by andreavedaldi - October 5, 2012, 18:44:17 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3798 views, 659 downloads, 1 subscription

About: The VLFeat open source library implements popular computer vision algorithms including affine covariant feature detectors, HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift. It is written in C for efficiency and compatibility, with interfaces in MATLAB for ease of use, and detailed documentation throughout. It supports Windows, Mac OS X, and Linux. The latest version of VLFeat is 0.9.16.

Changes:

VLFeat 0.9.16: Added VL_COVDET() (covariant feature detectors). This function implements the following detectors: DoG, Hessian, Harris Laplace, Hessian Laplace, Multiscale Hessian, Multiscale Harris. It also implements affine adaptation, estiamtion of feature orientation, computation of descriptors on the affine patches (including raw patches), and sourcing of custom feature frame. Addet the auxiliary function VL_PLOTSS(). This is the second point update supported by the PASCAL Harvest programme.

VLFeat 0.9.15: Added VL_HOG() (HOG features). Added VL_SVMPEGASOS() and a vastly improved SVM implementation. Added IHASHSUM (hashed counting). Improved INTHIST (integral histogram). Added VL_CUMMAX(). Improved the implementation of VL_ROC() and VL_PR(). Added VL_DET() (Detection Error Trade-off (DET) curves). Improved the verbosity control to AIB. Added support for Xcode 4.3, improved support for past and future Xcode versions. Completed the migration of the old test code in toolbox/test, moving the functionality to the new unit tests toolbox/xtest. Improved credits. This is the first point update supported by the PASCAL Harvest (several more to come shortly).


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 ] 841 views, 233 downloads, 1 subscription

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 JMLR libDAI 0.3.1

by jorism - September 17, 2012, 14:17:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 25600 views, 4753 downloads, 2 subscriptions

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

About: libDAI provides free & open source implementations of various (approximate) inference methods for graphical models with discrete variables, including Bayesian networks and Markov Random Fields.

Changes:

Release 0.3.1 fixes various bugs. The issues on 64-bit Windows platforms have been fixed and libDAI now offers full 64-bit support on all supported platforms (Linux, Mac OSX, Windows).


Logo SVMStructMATLAB 1.2

by andreavedaldi - September 12, 2012, 00:25:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 5736 views, 1080 downloads, 1 subscription

About: svm-struct-matlab is a MATLAB wrapper of T. Joachims' SVM^struct solver for structured output support vector machines.

Changes:

Adds support for Xcode 4.0 and Mac OS X 10.7 and greater.


Logo PLEASD 0.1

by heroesneverdie - September 10, 2012, 03:53:26 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 974 views, 156 downloads, 1 subscription

About: PLEASD: A Matlab Toolbox for Structured Learning

Changes:

Initial Announcement on mloss.org.


Logo SVM with uncertain labels 0.2

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

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

Changes:

Added missing dataset function (thanks to Hao Wu)


Logo Uncorrelated Multilinear Discriminant Analysis 1.0

by hplu - July 7, 2012, 06:27:56 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 1296 views, 228 downloads, 1 subscription

About: A Matlab implementation of Uncorrelated Multilinear Discriminant Analysis (UMLDA) for dimensionality reduction of tensor data via tensor-to-vector projection

Changes:

Initial Announcement on mloss.org.


Showing Items 1-20 of 104 on page 1 of 6: 1 2 3 4 5 6 Next