view sandbox/sparse_random_autoassociator/globals.py @ 423:3da4961cc80b

oops removed debug print
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Sat, 19 Jul 2008 14:18:35 -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