log

age author description
Tue, 18 Nov 2008 00:32:39 -0500 Joseph Turian Added function length()
Mon, 17 Nov 2008 14:18:28 -0500 Frederic Bastien replaced the use of removed function compile.eval_outputs with theano.function.
Mon, 17 Nov 2008 14:15:19 -0500 Frederic Bastien the function compile.eval_outputs was retired. Now use function instead.
Mon, 17 Nov 2008 13:17:00 -0500 Frederic Bastien bugfix, outputs needed to be in a list in the past, not anymore.
Mon, 17 Nov 2008 13:16:33 -0500 Frederic Bastien bugfix. fix an import bug that I don't understand the cause.
Fri, 14 Nov 2008 16:52:24 -0500 Frederic Bastien corrected import.
Fri, 14 Nov 2008 16:48:17 -0500 Frederic Bastien added one test.
Fri, 14 Nov 2008 16:46:03 -0500 Frederic Bastien better main, allow to debug in a debugger.
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
Fri, 14 Nov 2008 16:38:30 -0500 Frederic Bastien modif source of ops as they where moved.
Fri, 14 Nov 2008 16:37:51 -0500 Frederic Bastien redirect to the good new source.
Fri, 14 Nov 2008 02:09:23 -0500 Joseph Turian merge
Fri, 14 Nov 2008 02:07:20 -0500 Joseph Turian Added theano.Member to Member variables which were passed in during initialization.
Wed, 12 Nov 2008 12:36:09 -0500 James Bergstra init dataset
Wed, 12 Nov 2008 10:54:38 -0500 James Bergstra init
Mon, 03 Nov 2008 00:10:18 -0500 Olivier Breuleux misc
Fri, 31 Oct 2008 16:37:19 -0400 Joseph Turian Small bugfix in hidden weight initialization.
Fri, 31 Oct 2008 11:08:25 -0400 James Bergstra merged
Thu, 30 Oct 2008 19:39:26 -0400 James Bergstra merged
Thu, 30 Oct 2008 19:39:10 -0400 James Bergstra added useless comments
Thu, 30 Oct 2008 23:27:27 -0400 James Bergstra fixed mnist path
Thu, 30 Oct 2008 18:42:16 -0400 Joseph Turian Fixed parameters.
Thu, 30 Oct 2008 11:27:04 -0400 James Bergstra added shapeset1
Wed, 29 Oct 2008 18:23:34 -0400 James Bergstra scrapped ulimit in smallnorb
Wed, 29 Oct 2008 18:06:49 -0400 James Bergstra modifs to smallNorb
Wed, 29 Oct 2008 17:20:18 -0400 James Bergstra removed n_out from smallnorb_iid rval
Wed, 29 Oct 2008 17:09:04 -0400 James Bergstra added smallNorb dataset, switched to PYLEARN_DATA_ROOT
Wed, 29 Oct 2008 11:38:49 -0400 James Bergstra slightly more sophisticated system for finding the mnist data
Wed, 29 Oct 2008 03:29:18 -0400 Joseph Turian Extensions to algorithms, and some cleanup (by defining linear_output result).
Wed, 29 Oct 2008 02:08:56 -0400 Joseph Turian Bug fix