Mercurial > pylearn
view sandbox/simple_autoassociator/globals.py @ 407:b9f545594207
Automated merge with ssh://projects@lgcm.iro.umontreal.ca/hg/pylearn
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Thu, 10 Jul 2008 09:03:11 -0400 |
parents | 36baeb7125a4 |
children | faffaae0d2f9 |
line wrap: on
line source
""" Global variables. """ #INPUT_DIMENSION = 1000 #INPUT_DIMENSION = 100 INPUT_DIMENSION = 4 HIDDEN_DIMENSION = 10 #HIDDEN_DIMENSION = 4 LEARNING_RATE = 0.1 LR = LEARNING_RATE SEED = 666