Softmax mathematical notation

Softmax is a recurring research-paper notation family. Converts a vector of scores into positive weights that sum to one along a stated axis.

Softmax: Converts a vector of scores into positive weights that sum to one along a stated axis. Example: Exponentiate score i and divide by the sum of all exponentiated scores.