Mercurial > pylearn
view sandbox/sparse_random_autoassociator/globals.py @ 428:52b4908d8971
simple example of theano
author | Thierry Bertin-Mahieux <bertinmt@iro.umontreal.ca> |
---|---|
date | Fri, 25 Jul 2008 16:59:57 -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