May 2020
Beginner to intermediate
430 pages
10h 39m
English
Softmax is an activation function that is used in the final layer of a CNN. It is represented by the following equation, where P is the probability of each class and n is the total number of classes:

The following table shows the probability for each of the seven classes when using the previously described Softmax function:

This is used to calculate the probability of the distribution for each class.