Closed gexty444 closed 6 years ago
Hello, may I know why is the loss function binary_crossentropy instead of categorical_crossentropy?
It is just a matter of preference. I use binary_crossentropy when I know the number of classes is always 2. Otherwise there is not much of a difference.
Hello, may I know why is the loss function binary_crossentropy instead of categorical_crossentropy?