Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.nn.
leaky_relu
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)