Mercurial > pylearn
diff doc/v2_planning/use_cases.txt @ 1097:8be7928cc1aa
use_cases: Added couple questions
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Mon, 13 Sep 2010 09:38:49 -0400 |
parents | a65598681620 |
children | b422cbaddc52 |
line wrap: on
line diff
--- a/doc/v2_planning/use_cases.txt Mon Sep 13 09:38:26 2010 -0400 +++ b/doc/v2_planning/use_cases.txt Mon Sep 13 09:38:49 2010 -0400 @@ -59,6 +59,7 @@ vm.call( halflife_stopper( + # OD: is n_hidden supposed to be n_classes instead? initial_model=random_linear_classifier(MNIST.n_inputs, MNIST.n_hidden, r_seed=234432), burnin=100, score_fn = vm_lambda(('learner_obj',), @@ -100,6 +101,7 @@ --------------------------------------- splits = kfold_cross_validate( + # OD: What would these parameters mean? indexlist = range(1000) train = 8, valid = 1,