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 f05426b commit a8717e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yadll/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ def relu(x, alpha=0):
References
----------
Xavier Glorot, Antoine Bordes and Yoshua Bengio (2011). Deep sparse rectifier neural networks (PDF). AISTATS.
.. [1] Xavier Glorot, Antoine Bordes and Yoshua Bengio (2011).
Deep sparse rectifier neural networks. AISTATS.
http://jmlr.org/proceedings/papers/v15/glorot11a/glorot11a.pdf
"""
return T.nnet.relu(x, alpha)

Expand Down

0 comments on commit a8717e1

Please sign in to comment.