Mercurial > ift6266
comparison deep/convolutional_dae/salah_exp/stacked_convolutional_dae_uit.py @ 364:c05680f8c92f
Fixing a wrong commit and committing more files.
author | humel |
---|---|
date | Thu, 22 Apr 2010 19:50:21 -0400 |
parents | 31641a84e0ae |
children |
comparison
equal
deleted
inserted
replaced
358:31641a84e0ae | 364:c05680f8c92f |
---|---|
7 import theano.sandbox.softsign | 7 import theano.sandbox.softsign |
8 import copy | 8 import copy |
9 from theano.tensor.signal import downsample | 9 from theano.tensor.signal import downsample |
10 from theano.tensor.nnet import conv | 10 from theano.tensor.nnet import conv |
11 | 11 |
12 | 12 sys.path.append('../../') |
13 #import ift6266.datasets | |
13 import ift6266.datasets | 14 import ift6266.datasets |
14 from ift6266.baseline.log_reg.log_reg import LogisticRegression | 15 from ift6266.baseline.log_reg.log_reg import LogisticRegression |
15 | 16 |
16 from theano.tensor.xlogx import xlogx, xlogy0 | 17 from theano.tensor.xlogx import xlogx, xlogy0 |
17 # it's target*log(output) | 18 # it's target*log(output) |