Projects that are tagged with approximate inference.


Logo JMLR dlib ml 18.1

by davis685 - March 25, 2013, 23:48:23 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 53552 views, 9359 downloads, 1 subscription

About: This project is a C++ toolkit containing machine learning algorithms and tools that facilitate creating complex software in C++ to solve real world problems.

Changes:

In addition to some bug fixes, this release also brings the following notable improvements to the library:

  • The SURF feature extraction tool has higher matching accuracy than in previous dlib releases.
  • The cutting plane optimizer is now faster
  • A new tool for computing the singular value decomposition of very large matrices
  • A new tool for performing canonical correlation analysis on large datasets
  • A new tool for easily writing parallel for loops

Logo JMLR GPML Gaussian Processes for Machine Learning Toolbox 3.2

by hn - January 21, 2013, 15:34:50 CET [ Project Homepage BibTeX Download ] 9770 views, 2719 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 JMLR libDAI 0.3.1

by jorism - September 17, 2012, 14:17:03 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 25713 views, 4772 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 GP RTSS 1.0

by marc - March 21, 2012, 08:43:52 CET [ BibTeX BibTeX for corresponding Paper Download ] 902 views, 268 downloads, 1 subscription

About: Gaussian process RTS smoothing (forward-backward smoothing) based on moment matching.

Changes:

Initial Announcement on mloss.org.


About: The glm-ie toolbox contains scalable estimation routines for GLMs (generalised linear models) and SLMs (sparse linear models) as well as an implementation of a scalable convex variational Bayesian inference relaxation. We designed the glm-ie package to be simple, generic and easily expansible. Most of the code is written in Matlab including some MEX files. The code is fully compatible to both Matlab 7.x and GNU Octave 3.2.x. Probabilistic classification, sparse linear modelling and logistic regression are covered in a common algorithmical framework allowing for both MAP estimation and approximate Bayesian inference.

Changes:

contributed by George Papandreou:

  • preconditioning support in the inf/linsolve_lcg.m CG routine.

  • @matConv2 and @matFD2 support different boundary conditions in deblurring

  • various mat/@*/diagFAtAFt.m support circulant preconditioning

  • bugfixes in nonnegativity option in pls/plsLBFGS.m and pen/penVBNorm.m when used together with EP

  • inf/diag_inv_sample.m, a Monte Carlo estimator

gfortran support to pls/lbfgsb/Makefile (thanks to Ernst Kloppenburg)

slight modification to mat/@matFFTN/mvm.m to make it more consistent

simple gradient solver using Barzilai-Borwein step size pls/plsBB.m


Logo BRML toolbox 070711

by DavidBarber - July 17, 2011, 19:30:15 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 54664 views, 2777 downloads, 1 subscription

About: Bayesian Reasoning and Machine Learning toolbox

Changes:

Fixed some small bugs and updated some demos.


Logo Libra 0.4.0

by lowd - July 6, 2011, 09:40:25 CET [ Project Homepage BibTeX Download ] 7133 views, 1330 downloads, 1 subscription

About: The Libra machine learning toolkit includes implementations of a variety of algorithms for learning and inference with Bayesian networks, Markov networks, dependency networks, and arithmetic circuits. Libra's strength is exploiting context-specific independence to allow exact inference in models with high treewidth.

Changes:

Version 0.4.0 (7/06/2011): * MF inference in DNs (mf -depnet) * Max-product algorithm for BNs and MNs (maxprod) * MPE inference in ACs (acquery -mpe) * Added support for UAI MN file format. * New fstats utility to get basic file statistics for most file types supported by Libra * And more!


Logo JMLR FastInf 1.0

by arielj - June 4, 2010, 14:04:37 CET [ Project Homepage BibTeX Download ] 6648 views, 2093 downloads, 1 subscription

About: The library is focused on implementation of propagation based approximate inference methods. Also implemented are a clique tree based exact inference, Gibbs sampling, and the mean field algorithm.

Changes:

Initial Announcement on mloss.org.


Logo stroll 0.1

by ppletscher - April 1, 2009, 14:32:31 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 3203 views, 700 downloads, 1 subscription

About: stroll (STRuctured Output Learning Library) is a library for Structured Output Learning.

Changes:

Initial Announcement on mloss.org.