Mercurial > pylearn
changeset 985:78b5bdf967f6
mcRBM - removed references to dropped 'P' matrix
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Tue, 24 Aug 2010 13:51:26 -0400 |
parents | 5badf36a6daf |
children | bee0ca674b2b |
files | pylearn/algorithms/mcRBM.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/algorithms/mcRBM.py Tue Aug 24 13:50:26 2010 -0400 +++ b/pylearn/algorithms/mcRBM.py Tue Aug 24 13:51:26 2010 -0400 @@ -107,7 +107,6 @@ K covariance variables. The mcRBM is parametrized by 5 variables: - - `P`, a matrix (probably sparse) of pooling (F x K) - `U`, a matrix whose rows are visible covariance directions (I x F) - `W`, a matrix whose rows are visible mean directions (I x J) - `b`, a vector of hidden covariance biases (K) @@ -197,7 +196,6 @@ import numpy from theano import function, shared, dot from theano import tensor as TT -import theano.sparse #installs the sparse shared var handler floatX = theano.config.floatX from pylearn.sampling.hmc import HMC_sampler