Softmax function. Computes the function which rescales elements to the range [0, 1] such that the elements along axis sum to 1.
axis
If axis is not specified, it defaults to the last axis.
Reference: https://en.wikipedia.org/wiki/Softmax_function
Softmax function. Computes the function which rescales elements to the range [0, 1] such that the elements along
axissum to 1.If
axisis not specified, it defaults to the last axis.Reference: https://en.wikipedia.org/wiki/Softmax_function