Mercurial > pylearn
view activation.py @ 530:844bad76459c
replaced the use of removed function compile.eval_outputs with theano.function.
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Mon, 17 Nov 2008 14:18:28 -0500 |
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. """