Module activation_functions::f32[][src]

Expand description

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

Functions

calculate the binary step to the given f32 number

calculate the gaussian to the given f32 number

calculate the rectified linear unit to the given f32 number

calculate the sigmoid to the given f32 number

calculate the sigmoid linear unit to the given f32 number

calculate the tanh to the given f32 number