view pylearn/sampling/__init__.py @ 1529:9737834dcb0f

Add the total test time in the buildbot.
author Frederic Bastien <nouiz@nouiz.org>
date Mon, 11 Mar 2013 16:56:54 -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


"""