log mlp_factory_approach.py @ 520:82bafb80ba65

age author description
Tue, 10 Jun 2008 17:42:59 -0400 Thierry Bertin-Mahieux more verbose
Tue, 10 Jun 2008 17:16:49 -0400 Thierry Bertin-Mahieux while learning using __call__, we can now set the early stopper
Fri, 06 Jun 2008 17:58:45 -0400 Thierry Bertin-Mahieux small bug fixed
Wed, 04 Jun 2008 17:34:01 -0400 Thierry Bertin-Mahieux commented junk in the default test (main function) of mlp_factory_approach so the test still works
Wed, 04 Jun 2008 17:00:44 -0400 Thierry Bertin-Mahieux we can now load and save in a file, see test class in the file for an example, but basically it's model1.save(filename) or learn_algo(filename) to load
Mon, 02 Jun 2008 17:08:17 -0400 James Bergstra mlp_factory_approach.py, updated and un-deprecated by popular demand
Tue, 27 May 2008 15:49:09 -0400 delallea Fixed by James
Fri, 23 May 2008 17:12:12 -0400 James Bergstra merged
Fri, 23 May 2008 17:11:39 -0400 James Bergstra deprecation note for mlp
Fri, 23 May 2008 12:22:54 -0400 Thierry Bertin-Mahieux small debugging
Thu, 22 May 2008 17:41:14 -0400 James Bergstra tlearn->pylearn in mlp
Wed, 21 May 2008 17:42:20 -0400 Thierry Bertin-Mahieux previous commit was supposed to concern only one file, dataset.py, try to undo my other changes with this commit (nothing was broken though, just useless debugging prints)
Wed, 21 May 2008 17:39:30 -0400 Thierry Bertin-Mahieux in __get__, problem if the i.stop was None, i being the slice, added one line replacing None by the len(self)
Fri, 16 May 2008 16:39:01 -0400 Yoshua Bengio back to James' version
Fri, 16 May 2008 16:38:15 -0400 Yoshua Bengio trying to merge
Fri, 16 May 2008 16:36:27 -0400 Yoshua Bengio changes made with Pascal but should probably be discarded
Wed, 14 May 2008 20:04:44 -0400 James Bergstra added early stopping to mlp.__call__
Wed, 14 May 2008 16:24:10 -0400 James Bergstra progress toward early stopping
Wed, 14 May 2008 14:50:07 -0400 James Bergstra many changes to NeuralNet
Wed, 14 May 2008 11:51:08 -0400 James Bergstra added mlp_factory_approach