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] Eye Disease Classification using DL #743

Closed Arihant-Bhandari closed 3 weeks ago

Arihant-Bhandari commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : #742 Eye Disease Classification using DL

Closes: #742 Eye 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, MobileNet and so on.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Models Accuracy Loss
ResNet-50 23.06% 12.4005
InceptionV3 87.68% 0.3861
CNN 87.68% 0.4260
VGG16 91.79% 0.2457
MobileNet 90.52% 0.2863
DenseNet-121 92.42% 0.2208
Xception 89.42% 0.3184

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 pls review this PR, if any changes will be glad to do them. thank you as always for your time.