view activation.py @ 521:2bef0768bc27

redirect to the good new source.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:37:51 -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.
"""