view sandbox/sparse_random_autoassociator/globals.py @ 464:121cc6db4481

More debug output
author Joseph Turian <turian@iro.umontreal.ca>
date Wed, 15 Oct 2008 17:00:26 -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