Module activation

Source
Expand description

Activation functions and their derivatives.

The activation functions are used to determine the output of a neuron and to compute the back-propagation gradient.

Enums§

ActivationType
Determine types of activation functions contained in this module.

Functions§

arc_tanh
der_arc_tanh
der_elu
der_leaky_relu
der_relu
der_sigm
der_softmax
der_softplus
der_swish
der_tanh
elu
leaky_relu
relu
sigm
softmax
softmax_array
softplus
swish
tanh