tensorflow1 Keras에서 binary_crossentropy와 categorical_crossentropy 차이 바이너리 classification 문제를 풀려고하면 둘 중 어떤걸 써야하나.. 뭐가 다른가 궁금해서 찾아보았다 우선 binary_crossentropy 소스 def binary_crossentropy(target, output, from_logits=False): """Binary crossentropy between an output tensor and a target tensor. # Arguments target: A tensor with the same shape as `output`. output: A tensor. from_logits: Whether `output` is expected to be a logits tensor. By default, we consider that `outpu.. 2019. 12. 16. 이전 1 다음