log

age author description
Mon, 06 Sep 2010 22:06:13 -0400 Olivier Delalleau committees: Marked committees leaders with a *
Mon, 06 Sep 2010 20:45:45 -0400 Olivier Delalleau dataset: Dumi confirmed as leader
Mon, 06 Sep 2010 20:41:58 -0400 Olivier Delalleau Merged
Mon, 06 Sep 2010 20:41:51 -0400 Olivier Delalleau coding_style: Olivier D confirmed as leader
Fri, 03 Sep 2010 21:57:22 -0400 Yoshua Bengio few comments added
Fri, 03 Sep 2010 18:30:21 -0400 James Bergstra v2_planning - thoughts on learner
Fri, 03 Sep 2010 16:58:25 -0400 Olivier Delalleau coding_style: Added discussion point about backward compatibility with Python 2.x versions
Fri, 03 Sep 2010 16:31:06 -0400 Olivier Delalleau Merged
Fri, 03 Sep 2010 16:30:50 -0400 Olivier Delalleau dataset: Comment about viewing a dataset as a distribution
Fri, 03 Sep 2010 16:28:21 -0400 Frederic Bastien add comments.
Fri, 03 Sep 2010 16:26:42 -0400 Frederic Bastien add an existing lib.
Fri, 03 Sep 2010 16:20:10 -0400 Olivier Delalleau coding_style: More links and sections to discuss
Fri, 03 Sep 2010 15:01:23 -0400 gdesjardins merge
Fri, 03 Sep 2010 15:01:02 -0400 gdesjardins initial document for sampling
Fri, 03 Sep 2010 14:48:14 -0400 Olivier Delalleau coding_style: Added list of participants in the committee
Fri, 03 Sep 2010 14:34:01 -0400 Olivier Delalleau optimization: Minor typo fixes
Fri, 03 Sep 2010 14:32:21 -0400 Olivier Delalleau Merged
Fri, 03 Sep 2010 14:32:08 -0400 Olivier Delalleau Removed Ian from dataset committee, since actually he is not
Fri, 03 Sep 2010 14:07:34 -0400 James Bergstra optimization - added some text
Fri, 03 Sep 2010 13:55:01 -0400 Olivier Delalleau Added Ian in dataset committee, since he sent an email saying he was in
Fri, 03 Sep 2010 13:33:55 -0400 James Bergstra v2_planning - added committee leader responsibilities
Fri, 03 Sep 2010 10:04:14 -0400 Olivier Delalleau Merged
Fri, 03 Sep 2010 10:04:01 -0400 Olivier Delalleau Added files for Coding Style and Optimization committees
Fri, 03 Sep 2010 10:01:02 -0400 Dumitru Erhan Updating with talking points from Sept. 2 discussion
Thu, 02 Sep 2010 22:28:32 -0400 Yoshua Bengio motivations and meeting points
Thu, 02 Sep 2010 21:59:22 -0400 Yoshua Bengio job of each committee
Thu, 02 Sep 2010 18:03:25 -0400 Dumitru Erhan Committees
Wed, 01 Sep 2010 17:59:11 -0400 gdesjardins merge
Wed, 01 Sep 2010 17:58:43 -0400 gdesjardins Created online dataset, for testing PCD style learning algorithms.
Wed, 01 Sep 2010 16:43:24 -0400 Yoshua Bengio adding learner.txt and dataset.txt in v2_planning/
Wed, 01 Sep 2010 12:18:08 -0400 Yoshua Bengio moved planning into its directory
Tue, 24 Aug 2010 19:24:54 -0400 James Bergstra mcRBM - post code-review #1 with Guillaume
Tue, 24 Aug 2010 17:01:09 -0400 James Bergstra added sgd_updates to gd/sgd.py. Modif mcRBM to use it.
Tue, 24 Aug 2010 16:51:53 -0400 James Bergstra added the image_patches dataset used in RanzatoHinton2010
Tue, 24 Aug 2010 16:00:08 -0400 James Bergstra mcRBM - removed container logic that was redundant with global methods
Tue, 24 Aug 2010 15:50:14 -0400 James Bergstra mcRBM - made sampler a global function
Tue, 24 Aug 2010 15:28:13 -0400 James Bergstra mcRBM - cleaned up new_from_dims
Tue, 24 Aug 2010 14:54:41 -0400 James Bergstra mcRBM - removed old train_mcRBM cut-and-paste
Tue, 24 Aug 2010 14:54:25 -0400 James Bergstra mcRBM - cleaned up hmc_sampler
Tue, 24 Aug 2010 14:52:09 -0400 James Bergstra mcRBM - it works and committing it is taking forever... lets try this approach
Tue, 24 Aug 2010 14:12:53 -0400 James Bergstra mcRBM - cleaned up expected hidden unit function
Tue, 24 Aug 2010 14:08:24 -0400 James Bergstra mcRBM - moved contrastive_gradient to global function
Tue, 24 Aug 2010 14:03:07 -0400 James Bergstra mcRBM - cleaned up the preactivation function
Tue, 24 Aug 2010 14:02:29 -0400 James Bergstra mcRBM - moved some things to the top of the file
Tue, 24 Aug 2010 13:54:29 -0400 James Bergstra mcRBM - comment to as_shared
Tue, 24 Aug 2010 13:53:29 -0400 James Bergstra mcRBM - removed numpy_project_onto_ball
Tue, 24 Aug 2010 13:51:26 -0400 James Bergstra mcRBM - removed references to dropped 'P' matrix
Tue, 24 Aug 2010 13:50:26 -0400 James Bergstra mcRBM - added notes to leading comment
Mon, 23 Aug 2010 16:06:23 -0400 James Bergstra image-tiling - better error reporting
Mon, 10 May 2010 00:27:02 -0400 James Bergstra merge
Mon, 10 May 2010 00:26:48 -0400 James Bergstra added help message to glviewer
Thu, 15 Apr 2010 10:08:57 -0400 James Bergstra added __str__ to early Stopper
Mon, 23 Aug 2010 16:05:31 -0400 James Bergstra mcRBM - hacks to driver
Mon, 23 Aug 2010 16:04:31 -0400 James Bergstra mcRBM - particles initialized w randn instead of rand()
Mon, 23 Aug 2010 16:04:10 -0400 James Bergstra mcRBM - changed init of U to match M'A.R's code
Mon, 23 Aug 2010 16:03:38 -0400 James Bergstra mcRBM - added extra free_energy param
Mon, 23 Aug 2010 16:02:34 -0400 James Bergstra mcRBM - put softplus in directly for num. stability
Mon, 23 Aug 2010 16:02:02 -0400 James Bergstra mcRBM - added L1 penalties and normal sign convention to contrastive grad
Mon, 23 Aug 2010 15:59:40 -0400 James Bergstra mcRBM - added numpy import
Mon, 23 Aug 2010 15:59:21 -0400 James Bergstra mcRBM - adding math and comments