view pylearn/sampling/__init__.py @ 1498:0f326860210e

Merged
author Olivier Delalleau <delallea@iro>
date Thu, 01 Sep 2011 13:35:15 -0400
parents 492473059b37
children
line wrap: on
line source

"""Sampling

This module [will] contain theano-related code for various sampling algorithms, such as for
example:

 - MCMC

 - [Block] Gibbs Sampling

 - Slice sampling

 - HMC

 - Tempering methods


"""