Mercurial > pylearn
view pylearn/algorithms/layer.py @ 1199:98954d8cb92d
v2planning - modifs to plugin_JB
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Mon, 20 Sep 2010 02:56:11 -0400 |
parents | b054271b2504 |
children |
line wrap: on
line source
""" @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) input_dimension, output_dimension (aliased as nin and nout) Modules like pylearn.algorithms.logistic_regression.Module_Nclass and pylearn.algorithms.???.Bin_Regressor should inherit from Layer and Stacker should assume Layer. """