gfdl.activations.softmin#
- softmin(z)[source]#
The softmin activation function.
It is the softmax function applied to negative of the input values.
- Parameters:
- zarray_like
Input array.
- Returns:
- numpy.ndarray
The output array with the function values.
See also
scipy.special.softmaxThe softmax function.