log

age author description
Mon, 09 Nov 2009 14:55:08 -0500 James Bergstra merge
Tue, 10 Nov 2009 17:49:10 -0500 James Bergstra improved the initialization range for weights in convolutional version of Rust2005
Tue, 10 Nov 2009 17:48:44 -0500 James Bergstra improved the initialization range for weights in lecun1998
Tue, 10 Nov 2009 17:44:36 -0500 James Bergstra added cache member to memo-ized functions
Tue, 10 Nov 2009 17:43:53 -0500 James Bergstra added code comment for vim shortcut
Tue, 03 Nov 2009 15:26:25 -0500 James Bergstra merge
Tue, 03 Nov 2009 15:26:07 -0500 James Bergstra added Rust2005Conv
Tue, 03 Nov 2009 15:26:01 -0500 James Bergstra added Rust2005Conv
Tue, 03 Nov 2009 15:25:08 -0500 James Bergstra reparametrization of kouh2008
Tue, 03 Nov 2009 15:24:27 -0500 James Bergstra removed useless print
Thu, 12 Nov 2009 12:24:36 -0500 Pascal Lamblin merge
Thu, 12 Nov 2009 12:24:05 -0500 Pascal Lamblin export 'cache' variable
Mon, 09 Nov 2009 16:12:09 -0500 Xavier Glorot sum change to mean for logistic regression cost over mini-batches for LogReg2
Mon, 09 Nov 2009 15:57:00 -0500 Xavier Glorot sum change to mean for logistic regression cost over mini-batches
Mon, 09 Nov 2009 14:41:00 -0500 desjagui adding simple cifar10 dataset (bypassing dataset_ops), AT&T face dataset and
Mon, 09 Nov 2009 14:15:19 -0500 desjagui * added option for loading norb_small in mono instead of stereo (old mod)
Tue, 03 Nov 2009 10:32:51 -0500 Frederic Bastien fix backport.
Tue, 03 Nov 2009 09:50:54 -0500 Frederic Bastien some fix to the c code of FillMissing. It was not compiling.
Mon, 26 Oct 2009 16:33:16 -0400 Pascal Lamblin merge.
Mon, 26 Oct 2009 16:33:03 -0400 Pascal Lamblin Small type fix
Mon, 26 Oct 2009 15:35:38 -0400 James Bergstra added function documentation to lecun layer
Sun, 25 Oct 2009 17:15:31 -0400 Pascal Lamblin Fix missing "return"
Thu, 22 Oct 2009 19:10:15 -0400 James Bergstra fixed typo in mnist glviewer
Thu, 22 Oct 2009 19:10:00 -0400 James Bergstra added sandbox init
Thu, 22 Oct 2009 19:09:45 -0400 James Bergstra added glviewer to cifar10
Thu, 22 Oct 2009 19:09:27 -0400 James Bergstra added forget() to tearDown of cifar unittests
Thu, 22 Oct 2009 18:53:50 -0400 James Bergstra many changes to kouh2008
Thu, 22 Oct 2009 18:53:16 -0400 James Bergstra moved COIL100 code to sandbox
Thu, 22 Oct 2009 18:52:47 -0400 James Bergstra added the ability to pass fn_args to TensorFnDataset
Thu, 22 Oct 2009 18:52:12 -0400 James Bergstra added forget function to memo in dataset_ops.memo