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.
Mon, 14 Jul 2008 13:48:36 -0400 Frederic Bastien corrected import as a file moved to sandbox
Wed, 09 Jul 2008 17:55:46 -0400 Yoshua Bengio Making linear_regression more robust
Tue, 08 Jul 2008 17:49:44 -0400 Yoshua Bengio First non-crashing draft of LinearRegression
Mon, 07 Jul 2008 12:27:06 -0400 Frederic Bastien small modif by yoshue
Mon, 07 Jul 2008 10:08:35 -0400 Yoshua Bengio Redesigning linear_regression
Thu, 08 May 2008 00:54:14 -0400 Joseph Turian Updated documentation slightly
Wed, 07 May 2008 15:07:56 -0400 Yoshua Bengio Finished draft of OneHiddenLayerNNetClassifier to debut learner.py