tf.nn.leaky_relu

View source on GitHub

Compute the Leaky ReLU activation function.

tf.nn.leaky_relu(
    features, alpha=0.2, name=None
)

Source: Rectifier Nonlinearities Improve Neural Network Acoustic Models. AL Maas, AY Hannun, AY Ng - Proc. ICML, 2013.

Args:

Returns:

The activation value.