Skip to content

Latest commit

 

History

History
62 lines (23 loc) · 1.92 KB

File metadata and controls

62 lines (23 loc) · 1.92 KB

PNEUMONIA DETECTION USING MOBILENETV2 | Python, Tensorflow, Keras, MobileNetV2, CNN, Deep learning

• Enhanced the technique for pneumonia detection, achieving a reliable 91% accuracy in identifying pneumonia cases and an impressive 90% precision for recognizing normal cases

• Effectively addressed the dataset’s class imbalance, by combining an ensemble approach with under-sampling, ensuring good precision for both Normal and Pneumonia Cases.

Train Distribution

Distribution of Train Dataset

Test Distribution

Distribution of Test Dataset

normal chest_xray

Normal chest X-Rays

Pneumonia chest_xray

Pneumonia Chest X-Rays

accuracy%

Accuracy Score

Classification Report

Classification Report(Without applying SMOTE)

after smote

Classification Report(SMOTE APPLIED)

download

Confusion matrix

Accuracy report

Accuracy Report