annotate activation.py @ 526:242efecefd70

corrected import.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:52:24 -0500
parents f13847478c6d
children
rev   line source
496
f13847478c6d A few more ideas, in comments
Joseph Turian <turian@gmail.com>
parents:
diff changeset
1 """
f13847478c6d A few more ideas, in comments
Joseph Turian <turian@gmail.com>
parents:
diff changeset
2 Activation functions.
f13847478c6d A few more ideas, in comments
Joseph Turian <turian@gmail.com>
parents:
diff changeset
3
f13847478c6d A few more ideas, in comments
Joseph Turian <turian@gmail.com>
parents:
diff changeset
4 @todo: Make an Activation function class, with a particular contract.
f13847478c6d A few more ideas, in comments
Joseph Turian <turian@gmail.com>
parents:
diff changeset
5 That way, we can swap in Activation functions in our algorithms.
f13847478c6d A few more ideas, in comments
Joseph Turian <turian@gmail.com>
parents:
diff changeset
6 """