annotate 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
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 """