Mercurial > pylearn
view sandbox/sparse_random_autoassociator/globals.py @ 402:ffdd2c199f2a
* Added momentum.
* Added deterministic_reconstruction_error.
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Wed, 09 Jul 2008 15:27:12 -0400 |
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