view algorithms/layer.py @ 512:da916044454c

added useless comments
author James Bergstra <bergstrj@iro.umontreal.ca>
date Thu, 30 Oct 2008 19:39:10 -0400
parents c7ce66b4e8f4
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.
"""