This commit is contained in:
Shreyansh Pathak 2023-07-15 09:07:28 +05:30 committed by GitHub
commit 18f8a6b3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ def rce(labels, predictions,
y = label; p = prediction;
binary cross entropy = y * log(p) + (1-y) * log(1-p)
relative cross entropy = E[log(p)/log(q)]
Args:
labels:
the ground true value.