Updating the URL to the paper on leaky_relu.
PiperOrigin-RevId: 210444225
This commit is contained in:
parent
fc492c08d6
commit
4e36393006
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user