abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
317 stars 288 forks source link

[Project Addition] Cats Breed Classification using DL #760

Closed Arihant-Bhandari closed 2 weeks ago

Arihant-Bhandari commented 3 weeks ago

Pull Request for DL-Simplified šŸ’”

Issue Title : #754 Cats Breed Classification using DL

Closes: #754 Cats Breed Classification using DL

Describe the add-ons or changes you've made šŸ“ƒ

Wrote code for preprocessing and loading images from cat_v1 dataset, turned labels into probability distributions, created models including custom CNN as well as pre-trained models, like ResNet-50, VGG16 and so on.

Type of change ā˜‘ļø

What sort of change have you made:

How Has This Been Tested? āš™ļø

Models Accuracy Loss
ResNet-50 22.66% 12.4663
InceptionV3 83.59% 0.4896
CNN 35.94% 2.2302
VGG16 78.12% 0.6243
MobileNet 90.62% 0.3220
DenseNet-121 85.16% 0.5082
Xception 82.81% 0.4810
NASNetMobile 87.50% 0.4133

Checklist: ā˜‘ļø

github-actions[bot] commented 3 weeks ago

Our team will soon review your PR. Thanks @Arihant-Bhandari :)

Arihant-Bhandari commented 3 weeks ago

hi @abhisheks008 this PR is for a look at my current code, i will update as per discussion on accuracy.

Arihant-Bhandari commented 3 weeks ago

hi @abhisheks008 models have been updated, pls change the tags as requested on pomegranate disease issue, and assign things for cats breed for submission of this project.

Thank you for your time and attention, and sorry for the changes in tags.

abhisheks008 commented 3 weeks ago

requirements.txt file is missing.

Arihant-Bhandari commented 3 weeks ago

@abhisheks008 I have added requirements.txt file , pls review