Mercurial > pylearn
view sparse_random_autoassociator/globals.py @ 388:98ca97cc9910
Debugging simple AA
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 08 Jul 2008 17:41:26 -0400 |
parents | a474341861fa |
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