ssavvides / COVID-19

Automated Detection of COVID-19 Cases Using Deep Neural Networks with X-Ray Images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19

Automated Detection of COVID-19 Cases Using Deep Neural Networks with X-Ray Images

In this study, a deep learning model is proposed for the automatic diagnosis of COVID-19. The proposed model is developed to provide accurate diagnostics for binary classification (COVID vs. No-Findings) and multi-class classification (COVID vs. No-Findings vs. Pneumonia). Our model produced an average classification accuracy of 98.08% for binary classes and 87.02% for multi-class cases.

X-ray images obtained from two different sources were used for the diagnosis of COVID-19. A COVID-19 X-ray image database was developed by Cohen JP using images from various open access sources. This database is constantly updated with images shared by researchers from different regions. Also, the ChestX-ray8 database provided by Wang et al. was used for normal and pneumonia images. In order to avoid the unbalanced data problem, we used 500 no-findings and 500 pneumonia class frontal chest X-ray images randomly from this database. Please see our paper for the details.

Citation

The paper is avaible here.
The published version of our article is now available online at: https://doi.org/10.1016/j.compbiomed.2020.103792

About

Automated Detection of COVID-19 Cases Using Deep Neural Networks with X-Ray Images


Languages

Language:Jupyter Notebook 100.0%