Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
Warning
This page was created from a pull request (#9655).
Leaky rectified linear unit activation function.
Computes the element-wise function:
where \(\alpha\) = negative_slope.
negative_slope
x (Any) – input array
Any
negative_slope (Any) – array or scalar specifying the negative slope (default: 0.01)
previous
jax.nn.log_sigmoid
next
jax.nn.hard_sigmoid