diff doc/v2_planning/architecture.txt @ 1186:f111f8c2a280

Update after sept. 17th meeting
author Pascal Lamblin <lamblinp@iro.umontreal.ca>
date Fri, 17 Sep 2010 17:07:52 -0400
parents ae5ba6206fd3
children 9ff2242a817b
line wrap: on
line diff
--- a/doc/v2_planning/architecture.txt	Fri Sep 17 16:59:08 2010 -0400
+++ b/doc/v2_planning/architecture.txt	Fri Sep 17 17:07:52 2010 -0400
@@ -140,4 +140,18 @@
 associated with them being hashable as well.
 
 
+Benchmark
+=========
 
+During the general meeting on sept. 17th, we agreed to produce at least pseudo-code (if
+possible, actual code) for the following model:
+A Deep Belief Net (with greedy layerwise pre-training, and supervised
+fine-tuning), with preprocessing of the data, double cross-validation, and
+save/load of the model.
+
+The different approach to be tested are:
+    - Plugins with a global scheduler driving the experiment (Razvan's team)
+    - Objects, with basic hooks at predefined places (Pascal L.'s team)
+    - Existing objects and code (including dbi and Jobman), with some more
+      pieces to tie things together (Fred B.)
+