Softmax is a function :)
It is mainly used to normalize neural networks output to fit between zero and one. It is used to represent the certainty “probability” in the network output.
The normalization is calculated by dividing the exp value of the examined output by the summation of the exp value of each possible output.