log pylearn/sandbox/scan_inputs_groups.py @ 1530:08b3e827575a

age author description
Fri, 12 Jul 2013 13:46:45 -0400 Frederic Bastien Change class path as Theano want to hide the Deprecated Module interface.
Tue, 03 Nov 2009 09:50:54 -0500 Frederic Bastien some fix to the c code of FillMissing. It was not compiling.
Wed, 02 Sep 2009 13:36:41 -0400 Xavier Glorot new parameters and Op for DAA inputs groups
Fri, 10 Jul 2009 11:31:32 -0400 Frederic Bastien gix on gcc4.1 FillMissing, seam broken on gcc 4.3
Mon, 29 Jun 2009 16:08:00 -0400 Frederic Bastien dummy change to force the compilation with the good paramter of FillMissing.c_code()
Fri, 26 Jun 2009 10:46:45 -0400 Frederic Bastien implemented FillMissing.c_code. It use the new c_no_compile_args to remove -ffast-math and -ffinite-math-only as they broke isnan.
Wed, 10 Jun 2009 13:42:56 -0400 Frederic Bastien opt of the FillMissing op. Now 80-90% faster python implementation.
Tue, 09 Jun 2009 21:39:50 -0400 Frederic Bastien scall optimisation to FillMissing.
Mon, 08 Jun 2009 13:14:09 -0400 Xavier Glorot small change to Checks of scan_inputs_groups ops
Mon, 08 Jun 2009 12:14:14 -0400 Frederic Bastien very small opt.
Tue, 02 Jun 2009 10:14:00 -0400 Olivier Delalleau FillMissing can now impute missing values by an array instead of a single constant
Wed, 27 May 2009 09:59:25 -0400 Olivier Delalleau Replaced debug special code for missing values (-123456) by truly missing (NaN)
Mon, 25 May 2009 23:11:38 -0400 Olivier Delalleau Some fixes to FillMissing, and added MaskGradient (another Op to move elsewhere later)
Mon, 25 May 2009 11:45:37 -0400 Olivier Delalleau Merged
Mon, 25 May 2009 11:42:25 -0400 Olivier Delalleau New class MaskSelect (should probably be moved to another file)
Mon, 25 May 2009 10:23:00 -0400 Olivier Delalleau New class FillMissing (should probably be moved to another file later)
Fri, 22 May 2009 15:14:34 -0400 Xavier Glorot improved readability DAA_inputs_groups and scan_inputs_groups
Fri, 22 May 2009 14:11:51 -0400 Olivier Delalleau Fixed minor typo in comment
Tue, 19 May 2009 19:00:34 -0400 Xavier Glorot fixed bug of scan_inputs_groups
Tue, 19 May 2009 11:23:54 -0400 Xavier Glorot improved efficiency of scan_inputs_groups
Thu, 14 May 2009 19:34:21 -0400 Xavier Glorot added a Mask creation Op and fixed some bugs
Tue, 12 May 2009 15:34:38 -0400 Foo Bar add direclty the file scan_inputs_groups.py to sandbox and remove the directory input_groups