What is the best loss function for multi-class accuracy evaluation metric? The following should be explored: 1. Categorical binary cross entropy 2. Focal Loss (https://arxiv.org/pdf/1708.02002.pdf, https://www.kaggle.com/iafoss/pretrained-resnet34-with-rgby-0-460-public-lb) 3. AUC-PR Loss 4. AUC-ROC Loss 5. F1 Loss (https://www.kaggle.com/rejpalcz/cnn-128x128x4-keras-from-scratch-lb-0-328)
What is the best loss function for multi-class accuracy evaluation metric?
The following should be explored: