• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Jupyter Notebook
  • Created over 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

We have used the Fast.ai library for the training and testing of the deep learning model.

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