Closed useric closed 4 years ago
Is symmetric_cross_entropy suitable for binary classification issue? If so, someone can give some hints to modify the symmetric_cross_entropy function?
symmetric_cross_entropy
symmetric_cross_entropy is definitely suitable for binary case where the one-hot label is [0,1] or [1,0].
Is
symmetric_cross_entropy
suitable for binary classification issue? If so, someone can give some hints to modify thesymmetric_cross_entropy
function?