Mercurial > pylearn
comparison 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 |
comparison
equal
deleted
inserted
replaced
497:a272f4cbf004 | 498:2be795cc5c3a |
---|---|
1 """ | |
2 @todo: Make a layer class, with standardized names: | |
3 input, cost, lr, and update | |
4 (a Method called update, to be more precise, whose first argument is the input) | |
5 | |
6 Modules like pylearn.algorithms.logistic_regression.Module_Nclass and | |
7 pylearn.algorithms.???.Bin_Regressor should inherit from Layer and | |
8 Stacker should assume Layer. | |
9 """ |