view sandbox/sparse_random_autoassociator/globals.py @ 455:fb62f0e4bcfe

Reverted change ce6b4fd3ab29 (I do not believe anymore it was a typo)
author delallea@valhalla.apstat.com
date Thu, 02 Oct 2008 13:46:13 -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