Updating the URL to the paper on leaky_relu.

PiperOrigin-RevId: 210444225
This commit is contained in:
A. Unique TensorFlower 2018-08-27 15:38:17 -07:00 committed by TensorFlower Gardener
parent fc492c08d6
commit 4e36393006

View File

@ -1586,7 +1586,7 @@ def leaky_relu(features, alpha=0.2, name=None):
"Rectifier Nonlinearities Improve Neural Network Acoustic Models"
AL Maas, AY Hannun, AY Ng - Proc. ICML, 2013
http://web.stanford.edu/~awni/papers/relu_hybrid_icml2013_final.pdf
https://ai.stanford.edu/~amaas/papers/relu_hybrid_icml2013_final.pdf
Args:
features: A `Tensor` representing preactivation values. Must be one of