Concept
Softmax
Softmax turns a vector of real-valued scores into a probability distribution: each output is positive and the outputs sum to 1. It is the exponential of each score divided by the sum of the exponentials, so larger scores get exponentially more weight.
The rest of “Softmax” is a premium feature: every concept in the library gets a precise, practitioner-focused write-up like this one, cross-linked straight from the paper summaries that use it.
Log in to unlock→