Should you always use categorical_crossentropy
loss for multiclass classification problems? Or does binary_crossentropy
have significance in some way too?
To be clear, multiclass means an input can take on one of many classes. And the problem is single label, meaning an input cannot take on multiple classes at the same time.