Mercurial > pylearn
log mlp_factory_approach.py @ 224:2be51c13b55f
age | author | description |
---|---|---|
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__ |