Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mk2345/cnn-for-chest-x-ray-images-for-pneumonia-detection-on-kaggle

Kaggle hosts several datasets of chest X-ray images for pneumonia detection using deep learning models. Here is one of my CNN-models.
https://github.com/mk2345/cnn-for-chest-x-ray-images-for-pneumonia-detection-on-kaggle

Last synced: 5 days ago
JSON representation

Kaggle hosts several datasets of chest X-ray images for pneumonia detection using deep learning models. Here is one of my CNN-models.

Awesome Lists containing this project

README

        

# CNN-for-Chest-X-Ray-Images-for-Pneumonia-Detection-on-Kaggle
Kaggle hosts several datasets of chest X-ray images for pneumonia detection using deep learning models.

### Interpretation:
The models are very good at detecting pneumonia cases. They are more cautious in classifying normal cases, resulting in a high precision but a lower recall. The models tend to diagnose pneumonia when in doubt, which is often preferred in a medical context to avoid missing cases.

I will train more models with this dataset on occasion to further improve performance.

You will find two CNN models I created in the master branch.
The dataset used for this project can be found at the following link https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia/data

![jZqpV51](https://github.com/MK2345/CNN-for-Chest-X-Ray-Images-for-Pneumonia-Detection-on-Kaggle/assets/24621381/77d1fe6d-33c6-4eeb-96c0-544715af723d)