relu

Function relu 

Source
pub fn relu<T>(args: T) -> T
where T: PartialOrd + Zero,
Expand description

the relu activation function:

\mbox{f}(x) = \max(0, x)