Mercurial > pylearn
view activation.py @ 501:4fb6f7320518
N-class logistic regression top-layer works
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 28 Oct 2008 13:54:01 -0400 |
parents | f13847478c6d |
children |
line wrap: on
line source
""" Activation functions. @todo: Make an Activation function class, with a particular contract. That way, we can swap in Activation functions in our algorithms. """