log deep/convolutional_dae/scdae.py @ 402:83413ac10913

age author description
Thu, 15 Apr 2010 12:53:03 -0400 Arnaud Bergeron noisyness -> noise
Wed, 14 Apr 2010 16:06:43 -0400 Arnaud Bergeron Name the important layers to be able to change them easily later.
Thu, 01 Apr 2010 14:28:50 -0400 Arnaud Bergeron Print the error sometimes in the pretrain loop.
Wed, 31 Mar 2010 15:54:47 -0400 Arnaud Bergeron Use sigmoids with cross-entropy cost in the ConvAutoencoders.
Mon, 29 Mar 2010 18:14:30 -0400 Arnaud Bergeron Fix last-minute bugs in the code.
Mon, 29 Mar 2010 17:36:22 -0400 Arnaud Bergeron - Adapt to scdae to input_shape change in pynnet
Fri, 26 Mar 2010 18:49:27 -0400 Arnaud Bergeron Fix stuff (imports, ...) so that it can run under jobman properly.
Fri, 26 Mar 2010 17:35:23 -0400 Arnaud Bergeron Add commas, since that way it's not a syntax error anymore.
Fri, 26 Mar 2010 17:24:17 -0400 Arnaud Bergeron Add net saving (only the best model) and error saving using SeriesTable
Mon, 22 Mar 2010 16:37:34 -0400 Arnaud Bergeron Use softmax for the output layer and rework the dset iterator stuff.
Mon, 22 Mar 2010 13:33:29 -0400 Arnaud Bergeron Add reworked code for convolutional auto-encoder.