annotate activation.py @ 529:4e3629a894fa

the function compile.eval_outputs was retired. Now use function instead.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 17 Nov 2008 14:15:19 -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 """