view activation.py @ 496:f13847478c6d

A few more ideas, in comments
author Joseph Turian <turian@gmail.com>
date Tue, 28 Oct 2008 12:09:49 -0400
parents
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.
"""