log lookup_list.py @ 485:e8c37244b54f

age author description
Fri, 25 Jul 2008 16:59:57 -0400 Thierry Bertin-Mahieux simple example of theano
Sat, 19 Jul 2008 14:18:35 -0400 Yoshua Bengio oops removed debug print
Sat, 19 Jul 2008 14:12:41 -0400 Yoshua Bengio Added __len__ to HStackedDataSet and replaced default len() by sys.maxint instead of None
Mon, 09 Jun 2008 13:37:22 -0400 James Bergstra doctest syntax for lookup_list
Thu, 15 May 2008 12:55:21 -0400 Yoshua Bengio Complete redesign of learner...
Mon, 12 May 2008 18:51:42 -0400 Joseph Turian Updated documentation
Mon, 12 May 2008 14:15:16 -0400 Frederic Bastien Automated merge with ssh://p-omega1@lgcm.iro.umontreal.ca/tlearn
Wed, 07 May 2008 17:01:51 -0400 Frederic Bastien added function LookupList.append_lookuplist
Fri, 09 May 2008 17:38:57 -0400 Yoshua Bengio Fixes to ApplyFunctionDataSet and other things to make learner and mlp work
Fri, 09 May 2008 13:38:54 -0400 Yoshua Bengio Corrected typos
Tue, 06 May 2008 22:24:55 -0400 bengioy Worked on OneShotTLearner and implementation of LinearRegression
Mon, 05 May 2008 10:28:58 -0400 Frederic Bastien -bugfix. We need to make deep copy otherwise we modify this instance event if we should not do it.
Tue, 29 Apr 2008 11:25:36 -0400 bengioy Test functions for dataset.py
Mon, 07 Apr 2008 20:44:37 -0400 bengioy Created virtual sub-classes of DataSet: {Finite{Length,Width},Sliceable}DataSet,
Mon, 07 Apr 2008 09:48:39 -0400 bengioy Minor editions, plus adding untested ApplyFunctionDataset for GradientLearner in the works.
Thu, 27 Mar 2008 01:59:44 -0400 bergstrj Iterators extend LookupList
Wed, 26 Mar 2008 21:05:14 -0400 bergstrj more comments, looping ArrayDataSet iterator, bugfixes to lookup_list, more tests
Wed, 26 Mar 2008 18:21:57 -0400 bengioy Added LookupList type in lookup_list.py and used it to keep order