diff linear_regression.py @ 419:43d9aa93934e

added other_ops.py to nnet_ops; added basic tests, no docs.
author James Bergstra <bergstrj@iro.umontreal.ca>
date Mon, 14 Jul 2008 16:48:02 -0400
parents 5175c564e37a
children e01f17be270a
line wrap: on
line diff
--- a/linear_regression.py	Mon Jul 14 13:48:41 2008 -0400
+++ b/linear_regression.py	Mon Jul 14 16:48:02 2008 -0400
@@ -6,7 +6,7 @@
 
 from pylearn.learner import OfflineLearningAlgorithm
 from theano import tensor as T
-from theano.sandbox.others_ops import prepend_1_to_each_row
+from nnet_ops import prepend_1_to_each_row
 from theano.scalar import as_scalar
 from common.autoname import AutoName
 import theano