why not use the max value of output tensor instead of Softmax Function?
问题 I built a CNN model on images one-class classification. The output tensor is a list which has 65 elements. I make this tensor input to Softmax Function, and got the classified result. I think the max value in this output tensor is the classified result, why not use this way to do classification task? Just the Softmax Function can be taken the derivative easily? 回答1: Softmax is used for multi-class classification. In multi-class class classification the model is expected to classify the input