view sandbox/sparse_random_autoassociator/globals.py @ 521:2bef0768bc27

redirect to the good new source.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:37:51 -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