tminka / bpm

Bayes Point Machine toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bayes Point Machine toolbox

This toolbox implements the EP algorithms described in "A family of algorithms for approximate Bayesian inference" and "Expectation Propagation for approximate Bayesian inference".

This toolbox requires the Lightspeed toolbox.

See Contents.m for a list of functions. This toolbox uses the object-oriented features of Matlab. You first create a 'task' structure, then create a 'bpm_ep' object. This object has methods like 'train' and 'classify'. See the 'test' scripts for examples.

Tom Minka

About

Bayes Point Machine toolbox


Languages

Language:MATLAB 99.6%Language:M 0.4%