Mercurial > pylearn
view activation.py @ 536:c6563c629984
Moved word preprocessing out
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Thu, 20 Nov 2008 06:11:52 -0500 |
parents | f13847478c6d |
children |
line wrap: on
line source
""" Activation functions. @todo: Make an Activation function class, with a particular contract. That way, we can swap in Activation functions in our algorithms. """