Basic hybrid Monte-Carlo for python.
This code is heavily inspired by the deep learning tutorials with theano and Radford Neal's work for R.
The only dependency is numpy.
Run
$ python setup.py install
or alternatively
$ pip install .
from the source directory. You might have to prefix the call with a sudo
.