log lookup_list.py @ 137:ff6b7bfb6cdc

age author description
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,