Mercurial > pylearn
comparison sandbox/sparse_random_autoassociator/globals.py @ 393:36baeb7125a4
Made sandbox directory
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 08 Jul 2008 18:46:26 -0400 |
parents | sparse_random_autoassociator/globals.py@a474341861fa |
children |
comparison
equal
deleted
inserted
replaced
392:e2cb8d489908 | 393:36baeb7125a4 |
---|---|
1 """ | |
2 Global variables. | |
3 """ | |
4 | |
5 INPUT_DIMENSION = 1000 | |
6 HIDDEN_DIMENSION = 20 | |
7 LEARNING_RATE = 0.1 | |
8 LR = LEARNING_RATE | |
9 SEED = 666 | |
10 ZERO_SAMPLE_SIZE = 50 | |
11 #ZERO_SAMPLE_SIZE = 250 | |
12 MARGIN = 0.25 | |
13 #MARGIN = 0.0 |