Home

Awesome

Minimum Probability Flow learning (MPF)

MPF is a technique for parameter estimation in un-normalized probabilistic models. It is described in the paper:

J Sohl-Dickstein, P Battaglino, MR DeWeese<br> Minimum probability flow learning<br> International Conference on Machine Learning (2011)<br> http://arxiv.org/abs/0906.4779

This repository contains Matlab code implementing MPF for the Ising model and the RBM. The directory structure is as follows:

If you're interesting in using MPF to build an Ising model of neural spike data, you should also check out Liberty Hamilton's repository at https://github.com/libertyh/ising-model.