Searched defs:binary_crossentropy (Results 1 – 2 of 2) sorted by relevance
1782 def binary_crossentropy(y_true, function
5007 def binary_crossentropy(target, output, from_logits=False): function