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] : Chest X-ray - Tuberculosis Disease Prediction #769

Closed aaradhyasinghgaur closed 2 weeks ago

aaradhyasinghgaur commented 3 weeks ago

Pull Request for DL-Simplified 💡

Issue Title : Chest X-ray - Tuberculosis Disease Prediction

Closes: #755

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

  1. Data Preparation: Collect and preprocess a balanced dataset of real and fake face images, including normalization, resizing, and augmentation.
  2. Base Model Selection: EfficientNetB0,VGG16 , Xception , InceptionV3 like 5 different models excluding its top layers, to leverage its learned features.
  3. Model Construction: Add custom layers on top of the base model for binary classification, compiling with appropriate loss and metrics.
  4. Initial Training: Train the model with the base layers frozen to only update the new layers.
  5. Fine-Tuning: Unfreeze some or all of the base model layers and continue training with a lower learning rate to fine-tune the entire network. 6.) EDA analysis. 7.) Comaprioson using performance matrices such as accuracy scores , confusion matrix etc.

Type of change ☑️

What sort of change have you made:

How Has This Been Tested? ⚙️

Describe how it has been tested Describe how have you verified the changes made

Checklist: ☑️

github-actions[bot] commented 3 weeks ago

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

aaradhyasinghgaur commented 3 weeks ago

@abhisheks008 kindly review my pr and assign me new issue if possible . Thank you