annotate activation.py @ 672:27b1344a57b1

Added preprocessing back in
author Joseph Turian <turian@gmail.com>
date Thu, 20 Nov 2008 06:38:06 -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 """