Mercurial > pylearn
view activation.py @ 511:58810b63292b
fixed mnist path
author | James Bergstra <bergstrj@iro.umontreal.ca> |
---|---|
date | Thu, 30 Oct 2008 23:27:27 -0400 |
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. """