Binary Cross Entropy

Same as Multi Label Cross Entropy

[!def] Binary Cross Entropy
$$
BCE = -( y log \hat{y} + (1-y) log (1- \hat{y})
$$