Softmax function (part 6)
A small detail regarding terminology is that what Andrew refers to as a softmax classifier is also known as logistic regression. That is, logistic regression can used for both binary and multiclass classification. When it is used for multiple class classification, it simply corresponds to a linear layer with a softmax activation.