Bird Species Classification using Deep Learning #81
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Title: Add Deep Learning Models for Bird Species Classification
Description:
Closes: #40 introduces several deep learning models for the classification of bird species using the dataset available at Kaggle - 200 Bird Species. The dataset consists of 200 species of birds and contains a total of 11,788 images.
Models Implemented:
The following state-of-the-art deep learning architectures have been employed for this task:
Approach:
Each of these models has been fine-tuned on the dataset for optimal performance in classifying the bird species. Pretrained weights on ImageNet were used as a starting point, followed by further training on the bird species dataset.
How Has This Been Tested? ⚙️
Programs : GSSOC-extd and hacktoberfest
Please review the code and models. Any feedback or suggestions are appreciated.