Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cross Entropy

How Can I Implement A Weighted Cross Entropy Loss In Tensorflow Using Sparse_softmax_cross_entropy_with_logits

I am starting to use tensorflow (coming from Caffe), and I am using the loss sparse_softmax_cross_e… Read more How Can I Implement A Weighted Cross Entropy Loss In Tensorflow Using Sparse_softmax_cross_entropy_with_logits

Binary Cross Entropy Vs Categorical Cross Entropy With 2 Classes

When considering the problem of classifying an input to one of 2 classes, 99% of the examples I saw… Read more Binary Cross Entropy Vs Categorical Cross Entropy With 2 Classes