Drag the input sliders (each in [-5, 5]) and watch the softmax distribution update.
softmax(x)i = exi / Σ exj. Values on the left are raw inputs ("logits"); bars on the right are the resulting probabilities, which always sum to 1.