Mercurial > pylearn
view sandbox/sparse_random_autoassociator/globals.py @ 530:844bad76459c
replaced the use of removed function compile.eval_outputs with theano.function.
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 17 Nov 2008 14:18:28 -0500 |
parents | 36baeb7125a4 |
children |
line wrap: on
line source
""" Global variables. """ INPUT_DIMENSION = 1000 HIDDEN_DIMENSION = 20 LEARNING_RATE = 0.1 LR = LEARNING_RATE SEED = 666 ZERO_SAMPLE_SIZE = 50 #ZERO_SAMPLE_SIZE = 250 MARGIN = 0.25 #MARGIN = 0.0