My submission for the Kaggle Humpback Whale Identification competition.
In this competition, you’re challenged to build an algorithm to identifying whale species in images. You’ll analyze Happy Whale’s database of over 25,000 images, gathered from research institutions and public contributors. By contributing, you’ll help to open rich fields of understanding for marine mammal population dynamics around the globe.
Playground dataset an be downloaded using this link
- Keras(tensorflow backend)
- Numpy
- Pandas
- scikit-learn
- Pillow
- Matplotlib
-
On train data :- On converting all images to a 100 x 100 size and training a small neural network on those images with adam optimizer, categorical_crossentropy loss and evaluating on accuracy metric we achived
Accuracy :- 88.71%
Loss :- 0.3857
-
On test Data :- My final submission score was 0.36030 which put me on 211th position of 528 on the competition playground leaderboard.