log

age author description
Tue, 08 Jul 2008 01:57:33 -0400 Joseph Turian Added xent loss
Wed, 09 Jul 2008 16:55:27 -0400 Frederic Bastien added function to load amat file
Mon, 07 Jul 2008 12:27:06 -0400 Frederic Bastien small modif by yoshue
Mon, 07 Jul 2008 12:02:34 -0400 Yoshua Bengio fixing merge
Mon, 07 Jul 2008 10:09:37 -0400 Yoshua Bengio merge
Mon, 07 Jul 2008 10:08:35 -0400 Yoshua Bengio Redesigning linear_regression
Mon, 16 Jun 2008 17:47:36 -0400 Yoshua Bengio Automated merge with http://lgcm.iro.umontreal.ca/hg/pylearn
Tue, 03 Jun 2008 21:27:32 -0400 bengioy split LearningAlgorithm into OfflineLearningAlgorithm and OnlineLearningAlgorithm
Mon, 07 Jul 2008 02:15:14 -0400 Joseph Turian No update if there aren't any non-zeros
Mon, 07 Jul 2008 02:06:15 -0400 Joseph Turian Moved more logic into model.py
Mon, 07 Jul 2008 01:57:49 -0400 Joseph Turian Update doc
Mon, 07 Jul 2008 01:54:46 -0400 Joseph Turian Moved sparse_random_autoassociator from my repository
Fri, 04 Jul 2008 01:00:22 -0400 Joseph Turian Merge
Fri, 04 Jul 2008 01:00:11 -0400 Joseph Turian Removed featuremap.py, moved to common
Thu, 03 Jul 2008 23:55:39 -0400 Joseph Turian merge
Thu, 03 Jul 2008 23:52:56 -0400 Joseph Turian Removed common/
Thu, 03 Jul 2008 18:48:32 -0400 Joseph Turian Bugfix in common.misc.find_files
Thu, 03 Jul 2008 17:52:26 -0400 Joseph Turian merge
Thu, 03 Jul 2008 17:52:11 -0400 Joseph Turian Added to misc.file
Thu, 03 Jul 2008 00:14:42 -0400 Joseph Turian Added common.misc.utilsdir
Wed, 02 Jul 2008 23:56:51 -0400 Joseph Turian Added common.misc.homedir()
Wed, 02 Jul 2008 16:10:00 -0400 Joseph Turian common.misc.runcmd can now take input
Wed, 02 Jul 2008 15:42:42 -0400 Joseph Turian Improved runcmd
Tue, 01 Jul 2008 21:09:24 -0400 Joseph Turian Added common.misc.runcmd
Thu, 19 Jun 2008 16:27:02 -0400 Joseph Turian Added common.string
Thu, 19 Jun 2008 16:18:37 -0400 Joseph Turian Added more functions
Thu, 19 Jun 2008 16:12:29 -0400 Joseph Turian Added common directory
Thu, 19 Jun 2008 12:35:41 -0400 Thierry Bertin-Mahieux dataset__call__() returns a FieldsSubsetDataSet, so still a subset of fields, but not cached any more. I added the function dataset.cached_fields_subset(self,*fieldnames) that returns the old version, cached, in case someone needs it. Current behaviour passes the tests.
Tue, 17 Jun 2008 17:12:43 -0400 Thierry Bertin-Mahieux Cached dataset seems debug, using n_batches... is n_batches around to stay?
Tue, 17 Jun 2008 16:50:35 -0400 Frederic Bastien code cleanup