log linear_regression.py @ 528:cfe3f62a08cb

age author description
Mon, 17 Nov 2008 13:17:00 -0500 Frederic Bastien bugfix, outputs needed to be in a list in the past, not anymore.
Fri, 14 Nov 2008 16:39:59 -0500 Frederic Bastien modified to use the new implecement of ops and use the new interface to theano.function
Tue, 29 Jul 2008 11:16:05 -0400 Yoshua Bengio added a test for LinearRegression
Tue, 29 Jul 2008 10:19:25 -0400 Yoshua Bengio Adding file make_test_datasets to host simple data-generating processes
Tue, 22 Jul 2008 16:44:42 -0400 Yoshua Bengio Showing the path to an online version of linear regressor.
Sat, 19 Jul 2008 10:11:22 -0400 Yoshua Bengio Kernel regression learning algorithm
Mon, 14 Jul 2008 16:48:02 -0400 James Bergstra added other_ops.py to nnet_ops; added basic tests, no docs.