Mercurial > pylearn
view activation.py @ 532:34ee3aff3e8f
Improved embedding word preprocessing.
author | Joseph Turian <turian@gmail.com> |
---|---|
date | Tue, 18 Nov 2008 02:57:50 -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. """