annotate activation.py @ 524:317a052f9b14

better main, allow to debug in a debugger.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 14 Nov 2008 16:46:03 -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 """