comparison mlp_factory_approach.py @ 225:8bc16220b29a

deprecation note for mlp
author James Bergstra <bergstrj@iro.umontreal.ca>
date Fri, 23 May 2008 17:11:39 -0400
parents 6fa8fbb0c3f6
children 3595ba2610f7
comparison
equal deleted inserted replaced
224:2be51c13b55f 225:8bc16220b29a
1 """
2
3
4
5 This file is deprecated. I'm continuing development in hpu/models.py.
6
7 Get that project like this: hg clone ssh://user@lgcm/../bergstrj/hpu
8
9
10
11
12
13 """
1 import copy, sys 14 import copy, sys
2 import numpy 15 import numpy
3 16
4 import theano 17 import theano
5 from theano import tensor as t 18 from theano import tensor as t