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] Fracture Detection using DL #753

Closed Arihant-Bhandari closed 3 weeks ago

Arihant-Bhandari commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : #751 Fracture Detection using DL

Closes: #751 Fracture Detection using DL

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

Wrote code for preprocessing and loading images from bone_fracture_binary_classification directory, turned labels into probability distributions, checked for image appropriateness, 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 Validation Accuracy Validation Loss Test Accuracy Test Loss
ResNet-50 38.74% 9.8734 44.92% 8.8777
InceptionV3 61.26% 6.1766 55.08% 7.1615
CNN 99.87% 0.0100 100.00% 0.0037
VGG16 94.63% 0.1482 96.16% 0.1142
MobileNet 99.21% 0.0346 100.00% 0.0156
DenseNet-121 94.50% 0.1413 95.03% 0.1494
Xception 98.82% 0.0541 100.00% 0.0170

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 this is my work on fracture detection, please review this PR, thank you as always for your time and patience; if any changes will gladly do things over.

abhisheks008 commented 3 weeks ago

I'll review your PR by EOD.

Arihant-Bhandari commented 3 weeks ago

also @abhisheks008 i want your opinion on something, the other project i had proposed about cat species, i am getting 88% approx on the best model currently, would it be considered sufficient for approval ? or should i try getting it to 90 and beyond ?

abhisheks008 commented 3 weeks ago

also @abhisheks008 i want your opinion on something, the other project i had proposed about cat species, i am getting 88% approx on the best model currently, would it be considered sufficient for approval ? or should i try getting it to 90 and beyond ?

Try to reach to the 90 mark