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