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
342 stars 294 forks source link

Added Cassava Leaf Disease Classification. #418 #451

Closed arijitde92 closed 8 months ago

arijitde92 commented 8 months ago

Pull Request for DL-Simplified 💡

Issue Title : Cassava Leaf Disease Classification #418

Closes: #418

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

I have done exploratory data analysis (EDA) on the dataset, solved the class imbalance issue by under sampling the majority class, then used data augmentation while training to increase the sample size and reduce overfitting. I have trained four different models - EfficientNetB1, InceptionV3, DenseNet121 and MobileNetV2 to classify the images and did a comparison of the model performance in the test set.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Compared model results on the test dataset and also created confusion matrix to see the multi-class performance of each model and how they are able to classify each class.

Checklist: ☑️

github-actions[bot] commented 8 months ago

Our team will soon review your PR. Thanks @arijitde92 :)