view pylearn/sandbox/sparse_random_autoassociator/globals.py @ 537:b054271b2504

new file structure layout, factories, etc.
author James Bergstra <bergstrj@iro.umontreal.ca>
date Wed, 12 Nov 2008 21:57:54 -0500
parents sandbox/sparse_random_autoassociator/globals.py@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