comparison deep/stacked_dae/mnist_sda.py @ 191:3632e6258642

Ajouts mineurs à stacked_dae, juste printé l'heure je crois.
author fsavard
date Tue, 02 Mar 2010 14:47:18 -0500
parents 1f5937e9e530
children
comparison
equal deleted inserted replaced
190:70a9df1cd20e 191:3632e6258642
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # coding: utf-8 2 # coding: utf-8
3 3
4 # TODO: This probably doesn't work anymore, adapt to new code in sgd_opt
4 # Parameterize call to sgd_optimization for MNIST 5 # Parameterize call to sgd_optimization for MNIST
5 6
6 import numpy 7 import numpy
7 import theano 8 import theano
8 import time 9 import time