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
316 stars 290 forks source link

[Project Addition] Cotton Disease Classification using DL #773

Closed Arihant-Bhandari closed 2 weeks ago

Arihant-Bhandari commented 2 weeks ago

Pull Request for DL-Simplified πŸ’‘

Issue Title : #767 Cotton Disease Classification using DL

Closes: #767 Cotton 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 17.95% 13.2251
InceptionV3 97.22% 0.1047
CNN 92.52% 0.3026
VGG16 98.50% 0.0673
MobileNet 99.36% 0.0264
DenseNet-121 99.57% 0.0295
Xception 97.22% 0.0989

Checklist: β˜‘οΈ

github-actions[bot] commented 2 weeks ago

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