Step through the softmax function — watch raw logits exponentiated and normalized into a valid probability distribution.
Exponential Normalization
Softmax converts any real vector into a probability distribution. Exponentiation amplifies differences: the largest logit gets a disproportionately large share — softmax is 'winner-take-most'.