Mercurial > pylearn
diff algorithms/layer.py @ 498:2be795cc5c3a
More documentation + todo
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 12:25:15 -0400 |
parents | |
children | c7ce66b4e8f4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/algorithms/layer.py Tue Oct 28 12:25:15 2008 -0400 @@ -0,0 +1,9 @@ +""" +@todo: Make a layer class, with standardized names: + input, cost, lr, and update +(a Method called update, to be more precise, whose first argument is the input) + +Modules like pylearn.algorithms.logistic_regression.Module_Nclass and +pylearn.algorithms.???.Bin_Regressor should inherit from Layer and +Stacker should assume Layer. +"""