StevenReitsma / kaggle-national-data-science-bowl

National Data Science Bowl competition entry for the Best Whale Wow team of the Radboud University Nijmegen. We ended 68th.
1 stars 0 forks source link

Meeting 11/3/2015 #25

Closed Moorkopsoesje closed 9 years ago

Moorkopsoesje commented 9 years ago

Done:

To-do:

StevenReitsma commented 9 years ago

Some pointers:

Moorkopsoesje commented 9 years ago

Well, the entropy is a measure of uncertainty so if the probabilities for the classes are all about the same, then it's not very informative. Just picking the highest probabilities is not really a good way to choose which method you want to use to assign a class to an image, you need the classification method that is the most certain of the most probable class relative to the other probabilities for classes. So calculating the entropy for the output of the CNN and the entropy for the output of Coates method, could then help decide for which prediction you should go, right?

StevenReitsma commented 9 years ago

We could definitely take a look at it, but I'm not sure whether it will work since certainty and correctness are not necessarily equal.