This project focuses on predicting pneumonia using a machine learning model trained on the EfficientNetB0 architecture. With a solid 79% accuracy, the model showcases efficient feature extraction, making it a valuable tool for medical diagnostics.
- Efficient Model: Utilizes EfficientNetB0 for feature extraction.
- Accuracy: Achieves an accuracy of 79% on the provided dataset.
- Data Source: Kaggle dataset forms the foundation for training and testing.
Develop a machine learning model for pneumonia prediction using chest X-ray images and transfer learning.
- Source: Kaggle dataset- Chest X-Ray Images (Pneumonia)
- Preprocessing: Divided the training images into batches of 32 for better results in training
- Architecture: EfficientNetB0 as the feature extraction layer and a Dense output layer
- Training: Trainable parameters are 2049/ 23566849
- Optimizer: Adam
- Loss Function: binary_crossentropy
- Accuracy: 79%
The model achieved an accuracy of 79% in pneumonia prediction.