You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really do not understand your code,i think that the crossentropy loss is like this:
loss=-p*(log(Q/P))+(-(1-P)log((1-Q)/(1-P)))
when P=Q the loss is zero
if loss=-P(log(Q/P))
when P=Q the loss is not at the minum,
I really do not understand your code,i think that the crossentropy loss is like this:
loss=-p*(log(Q/P))+(-(1-P)log((1-Q)/(1-P)))
when P=Q the loss is zero
if loss=-P(log(Q/P))
when P=Q the loss is not at the minum,