Mercurial > pylearn
changeset 1038:faeb114db3fb
v2 learner api - added todo notes
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Tue, 07 Sep 2010 12:29:27 -0400 |
parents | 88b296cfba50 |
children | 730c00950957 |
files | doc/v2_planning/learner.txt |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/v2_planning/learner.txt Tue Sep 07 12:25:10 2010 -0400 +++ b/doc/v2_planning/learner.txt Tue Sep 07 12:29:27 2010 -0400 @@ -175,8 +175,14 @@ ---------------------------- TODO: PUT IN TERMINOLOGY OF LEARNER, HYPER-LEARNER. + TODO: SEPARATE DISCUSSION OF PERSISTENT STORAGE FROM LEARNER INTERFACE. +TODO: API describing hyperparameters (categorical, integer, bounds on values, etc.) + +TODO: use-case - show how we could use the optimizer from + http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/ + ExperimentGraph ~~~~~~~~~~~~~~~