deep-learning-intro icon indicating copy to clipboard operation
deep-learning-intro copied to clipboard

Set baseline expectations for categorical cross-entropy

Open qualiaMachine opened this issue 8 months ago • 5 comments

In the same spirit as the regression episode, I thought it might be useful to establish a baseline expectation in terms of the categorical cross-entropy loss metric. You can calculate the expected performance of a model that guesses at random by using log(n), where n is the number of classes

qualiaMachine avatar Jun 04 '24 16:06 qualiaMachine