view activation.py @ 508:60b7dd5be860

scrapped ulimit in smallnorb
author James Bergstra <bergstrj@iro.umontreal.ca>
date Wed, 29 Oct 2008 18:23:34 -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.
"""