The last step: turn a row of scores into one honest answer.
Every model's final layer puts out a raw score for each option — bigger means 'more likely,' but that's all it means. Before it can answer, it has to turn that messy row into a real probability: which one, and exactly how sure. That single move is the softmax.