jovenwayfarer / pneumonia

Pneumonia detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pneumonia detection neural netwrok

alt text

Figure 1.Illustrative Examples of Chest X-Rays in Patients with Pneumonia, Related to Figure 6 The normal chest X-ray (left panel) depicts clear lungs without any areas of abnormal opacification in the image. Bacterial pneumonia (middle) typically exhibits a focal lobar consolidation, in this case in the right upper lobe (white arrows), whereas viral pneumonia (right) manifests with a more diffuse ‘‘interstitial’’ pattern in both lungs. http://www.cell.com/cell/fulltext/S0092-8674(18)30154-5 (kaggle.com)

Content

The dataset is organized into 3 folders (train, test, val) and contains subfolders for each image category (Pneumonia/Normal). There are 5,863 X-Ray images (JPEG) and 2 categories (Pneumonia/Normal).

Chest X-ray images (anterior-posterior) were selected from retrospective cohorts of pediatric patients of one to five years old from Guangzhou Women and Children’s Medical Center, Guangzhou. All chest X-ray imaging was performed as part of patients’ routine clinical care.

For the analysis of chest x-ray images, all chest radiographs were initially screened for quality control by removing all low quality or unreadable scans. The diagnoses for the images were then graded by two expert physicians before being cleared for training the AI system. In order to account for any grading errors, the evaluation set was also checked by a third expert.(kaggle.com)

For the classification Inception.v3 net was used. It was pre-trained on the ImageNet. 84-86% accuracy was achieved. The purpose of the project is to learn how to use pretrained models and finetuning. To improve the results another architecture should be used, U-Net(https://arxiv.org/abs/1505.04597) for example.

About

Pneumonia detection


Languages

Language:Jupyter Notebook 100.0%