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