pub fn relu<T>(args: T) -> Twhere
T: PartialOrd + Zero,Expand description
the relu activation function:
\mbox{f}(x) = \max(0, x)pub fn relu<T>(args: T) -> Twhere
T: PartialOrd + Zero,the relu activation function:
\mbox{f}(x) = \max(0, x)