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] Pomegranate Disease Classification using DL #766

Closed Arihant-Bhandari closed 2 weeks ago

Arihant-Bhandari commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : #759 Pomegranate Disease Classification using DL

Closes: #759 Pomegranate Disease Classification using DL

Describe the add-ons or changes you've made 📃

Wrote code for preprocessing and loading images from 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 20.52% 12.8102
InceptionV3 96.86% 0.1006
CNN 94.90% 0.3179
VGG16 96.21% 0.1311
MobileNet 98.69% 0.0488
DenseNet-121 98.43% 0.0451
Xception 97.78% 0.0834

Checklist: ☑️

github-actions[bot] commented 3 weeks ago

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

Arihant-Bhandari commented 2 weeks ago

hi @abhisheks008 this is my PR for pomegranate disease issue, pls review, if any changes, will gladly do them over; thanks as always