view algorithms/layer.py @ 500:3c60c2db0319

Added new daa test
author Joseph Turian <turian@gmail.com>
date Tue, 28 Oct 2008 13:36:27 -0400
parents 2be795cc5c3a
children c7ce66b4e8f4
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)

Modules like pylearn.algorithms.logistic_regression.Module_Nclass and
pylearn.algorithms.???.Bin_Regressor should inherit from Layer and
Stacker should assume Layer.
"""