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
319 stars 288 forks source link

[Project Addition] Turkey Almond Species Classification using DL #717

Closed Arihant-Bhandari closed 4 weeks ago

Arihant-Bhandari commented 4 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : #707 Turkey Almond Species Classification using DL

Closes: #707 Turkey Almond Species 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 29.81% 11.3137
InceptionV3 96.47% 0.1521
CNN 95.51% 0.1550
VGG16 97.76% 0.0680
EfficientNetB7 29.81% 1.3967
DenseNet-121 98.72% 0.0624
Xception 97.44% 0.0794

Checklist: ☑️

github-actions[bot] commented 4 weeks ago

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

Arihant-Bhandari commented 4 weeks ago

hi @abhisheks008 , pls review this PR, if any changes, i will gladly do them over.

thank you as always for your time and patience.