Function engram::activation::leaky_relu
source ยท pub fn leaky_relu(x: f64) -> f64
Expand description
Returns the result of the leaky rectified linear unit function.
pub fn leaky_relu(x: f64) -> f64
Returns the result of the leaky rectified linear unit function.