view sandbox/sparse_random_autoassociator/globals.py @ 527:3eb59514b534

bugfix. fix an import bug that I don't understand the cause.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 17 Nov 2008 13:16:33 -0500
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