Module f64

Source
Expand description

containing the activation functions which need an f64 parameter and return a f64

Functionsยง

bstep
calculate the binary step to the given f64 number
gaussian
calculate the gaussian to the given f64 number
relu
calculate the rectified linear unit to the given f64 number
sigmoid
calculate the sigmoid to the given f64 number
silu
calculate the sigmoid linear unit to the given f64 number
tanh
calculate the tanh to the given f64 number