Skip to content

Commit

Permalink
first yadll commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Jun 20, 2016
1 parent 2a7b4a2 commit 9cf9092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions yadll/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def ultra_fast_sigmoid(x):
Notes
_____
Use the Theano flag optimizer_including=local_ultra_fast_sigmoid to use
ultra_fast_sigmoid systematically instead of sigmoid.
"""
return T.nnet.ultra_fast_sigmoid(x)
Expand Down

0 comments on commit 9cf9092

Please sign in to comment.