Softmax
A function that turns a vector of real numbers into a probability distribution — exponentiate each, divide by the sum.
Math
A function that turns a vector of real numbers into a probability distribution — exponentiate each, divide by the sum.