log learner.py @ 326:fe57b96f33d4

age author description
Fri, 13 Jun 2008 15:26:35 -0400 Olivier Breuleux made ExampleWiseMean Op
Fri, 06 Jun 2008 14:01:36 -0400 Frederic Bastien bugfix, bad object name
Tue, 03 Jun 2008 21:34:24 -0400 Yoshua Bengio Split LearningAlgorithm into OfflineLearningAlgorithm and OnlineLearningAlgorithm
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)
Sat, 17 May 2008 00:01:26 -0400 Yoshua Bengio template statscollector
Thu, 15 May 2008 12:55:21 -0400 Yoshua Bengio Complete redesign of learner...
Tue, 13 May 2008 15:35:43 -0400 Yoshua Bengio mlp seems to work!
Tue, 13 May 2008 15:11:47 -0400 James Bergstra s/Output/Input
Tue, 13 May 2008 14:28:47 -0400 Yoshua Bengio fixed import of AbstractFunction
Mon, 12 May 2008 18:51:42 -0400 Joseph Turian Updated documentation
Mon, 12 May 2008 15:08:18 -0400 Frederic Bastien Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn
Mon, 12 May 2008 15:08:09 -0400 Frederic Bastien added missing raise
Mon, 12 May 2008 14:30:21 -0400 Yoshua Bengio Fixed bugs in dataset to make test_mlp.py work
Fri, 09 May 2008 17:38:57 -0400 Yoshua Bengio Fixes to ApplyFunctionDataSet and other things to make learner and mlp work