Open alexklibisz opened 7 years ago
Papers covering multi-class classification (architecture, loss function, etc.)
Consider adding some completely negative images (e.g. images that belong to none of the classes) to force the network to learn to ignore irrelevant features.
Use a confusion matrix to express the co-occurrences of true labels and predicted labels on the training set. This might help narrow down common error cases.
Moved these ideas to a wiki page to organize a little better: https://github.com/alexklibisz/kaggle-planet/wiki/Ideas
Some ideas for improvement, ordered loosely by "bang for the effort buck":