Module activation_functions::f64[][src]

Expand description

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

Functions

calculate the binary step to the given f64 number

calculate the gaussian to the given f64 number

calculate the rectified linear unit to the given f64 number

calculate the sigmoid to the given f64 number

calculate the sigmoid linear unit to the given f64 number

calculate the tanh to the given f64 number