diff denoising_aa.py @ 233:9e96fe8b955c

moved the function from misc.py that have dependency on theano in misc_theano.py
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Tue, 27 May 2008 15:59:02 -0400
parents df3fae88ab46
children eded3cb54930
line wrap: on
line diff
--- a/denoising_aa.py	Tue May 27 13:46:03 2008 -0400
+++ b/denoising_aa.py	Tue May 27 15:59:02 2008 -0400
@@ -9,6 +9,7 @@
 from nnet_ops import *
 import math
 from misc import *
+from misc_theano import *
 from theano.tensor_random import binomial
 
 def hiding_corruption_formula(seed,average_fraction_hidden):