log

age author description
Tue, 21 Jul 2009 13:31:43 -0400 Xavier Glorot DAA_inputs_groups readability
Tue, 21 Jul 2009 12:19:30 -0400 Xavier Glorot variable scale_cost for DAA_inputs_groups
Mon, 20 Jul 2009 13:07:51 -0400 Xavier Glorot fixed a bug in unsupupdate instance method for DAA_inputs_groups
Mon, 20 Jul 2009 13:04:18 -0400 Xavier Glorot added a separated auxiliary and normal inputs gradient computation behavior
Wed, 15 Jul 2009 13:19:56 -0400 Frederic Bastien put in comment a fct call all that seam to don't be used and conflict with numpy and python name.
Wed, 15 Jul 2009 13:18:55 -0400 Frederic Bastien get the mnist data from the pmat file and not the amat file
Mon, 13 Jul 2009 16:56:31 -0400 Xavier Glorot check saturation and noiseseed methods for DAA input groups
Fri, 10 Jul 2009 18:14:36 -0400 Xavier Glorot added a save and load mecanism and fixed bug to DAA_inputs_groups
Fri, 10 Jul 2009 16:56:52 -0400 Xavier Glorot changed behavior of DAAig and StackedDAAig, added a cost scaling parameter
Fri, 10 Jul 2009 12:16:20 -0400 Frederic Bastien fix FillMissing debug mode error. The error was caused by the fact that debug_mode generate an error by default for NaN value. We must disable this check for this op as we deal with NaN value.
Fri, 10 Jul 2009 11:31:32 -0400 Frederic Bastien gix on gcc4.1 FillMissing, seam broken on gcc 4.3
Tue, 30 Jun 2009 12:02:11 -0400 phamel Reverted previous commit
Tue, 30 Jun 2009 11:57:20 -0400 phamel Test commit - Will be reverted
Mon, 29 Jun 2009 16:08:00 -0400 Frederic Bastien dummy change to force the compilation with the good paramter of FillMissing.c_code()
Mon, 29 Jun 2009 11:55:29 -0400 desjagui * fixed test_stacker.py
Mon, 29 Jun 2009 09:49:28 -0400 Frederic Bastien removed manual call to Member and Variable as this is deprecated in theano.
Fri, 26 Jun 2009 16:44:55 -0400 Olivier Delalleau Merged
Fri, 26 Jun 2009 09:55:32 -0400 Olivier Delalleau Fixed test_float
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, 24 Jun 2009 10:53:55 -0400 Olivier Delalleau Fixed some SGD tests
Sun, 21 Jun 2009 20:16:23 -0400 Xavier Glorot Sigmoid before logistic regression to avoid small gradient with tanh in StackedDAAig
Sat, 13 Jun 2009 22:02:13 -0400 Foo Bar Merge
Sat, 13 Jun 2009 10:11:43 -0400 Xavier Glorot change seed initialisation for random object and weigth init for logistic regression
Thu, 11 Jun 2009 15:44:32 -0400 Frederic Bastien small optimisation
Thu, 11 Jun 2009 13:35:31 -0400 Frederic Bastien test more case in FillMissing and print the time of the op.
Thu, 11 Jun 2009 11:37:24 -0400 Xavier Glorot fix a bug for the weight decay
Wed, 10 Jun 2009 13:45:52 -0400 Frederic Bastien remove something that should not have been commited.
Wed, 10 Jun 2009 13:43:27 -0400 Frederic Bastien added more test for the FillMissing op.
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.