Skip to content
/ pmtk3 Public
forked from probml/pmtk3

Probabilistic Modeling Toolkit (pmtk) for Matlab/Octave.

License

Notifications You must be signed in to change notification settings

chunjiw/pmtk3

This branch is 1 commit ahead of, 63 commits behind probml/pmtk3:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23b3985 · Sep 23, 2016
Dec 2, 2015
Jan 27, 2016
Jan 27, 2016
Sep 23, 2016
Mar 28, 2012
Sep 23, 2016
Jun 17, 2016
Jan 7, 2014
Dec 16, 2012
Jan 27, 2016
Feb 26, 2014
Jan 27, 2016
Jan 4, 2012
Sep 9, 2010
Jan 10, 2014
Jan 27, 2016
Feb 28, 2011
Nov 23, 2010
Sep 9, 2010
Jan 27, 2016
Feb 28, 2011

Repository files navigation

PMTK is a collection of Matlab/Octave functions, written by Matt Dunham, Kevin Murphy and various other people. The toolkit is primarily designed to accompany Kevin Murphy's textbook Machine learning: a probabilistic perspective, but can also be used independently of this book. The goal is to provide a unified conceptual and software framework encompassing machine learning, graphical models, and Bayesian statistics (hence the logo). (Some methods from frequentist statistics, such as cross validation, are also supported.) Since December 2011, the toolbox is in maintenance mode, meaning that bugs will be fixed, but no new features will be added (at least not by Kevin or Matt).

PMTK supports a large variety of probabilistic models, including linear and logistic regression models (optionally with kernels), SVMs and gaussian processes, directed and undirected graphical models, various kinds of latent variable models (mixtures, PCA, HMMs, etc) , etc. Several kinds of prior are supported, including Gaussian (L2 regularization), Laplace (L1 regularization), Dirichlet, etc. Many algorithms are supported, for both Bayesian inference (including dynamic programming, variational Bayes and MCMC) and MAP/ML estimation (including EM, conjugate and projected gradient methods, etc.)

PMTK builds on top of several existing packages, available from pmtksupport, and provides a unified interface to them. In addition, it provides readable "reference" implementations of many common machine learning techniques. The vast majority of the code is written in Matlab. (For a brief discussion of why we chose Matlab, click here. Most of the code also runs on Octave an open-source Matlab clone.) However, in a few cases we also provide wrappers to implementations written in C, for speed reasons. PMTK currently (October 2010) has over 67,000 lines.

PMTK contains many demos of different methods applied to many different kinds of data sets. The demos are listed here.

To get the code, click on the "Download zip" button on the right hand side of github, or just clone this repository. Click here for information on how to use the toolbox. If you want to contribute code, please follow the guidelines here, and issue a Pull Request.

As you can tell by the name, PMTK3 is the third version of PMTK. Older versions are obsolete, but are briefly described here.

About

Probabilistic Modeling Toolkit (pmtk) for Matlab/Octave.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 52.1%
  • HTML 46.7%
  • C 0.7%
  • R 0.3%
  • Python 0.2%
  • M 0.0%