← Back to Test

Problem 16 - Entrance Test

Which loss function is typically used for multi-class classification with softmax outputs?

Correct: B

Categorical cross-entropy compares the predicted probability distribution from softmax to the true one-hot distribution, penalizing confidence errors.