Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joyalshaji135/cnn-implementation

Automated detection of COVID-19 in real time can greatly help clinicians to handle increasing number of cases for preliminary screening. Deep CNN models trained with sufficiently large datasets may become best candidates to meet the purpose.
https://github.com/joyalshaji135/cnn-implementation

csv deep-learning deep-neural-networks jupyter-notebook keras neural-networks python3

Last synced: 26 days ago
JSON representation

Automated detection of COVID-19 in real time can greatly help clinicians to handle increasing number of cases for preliminary screening. Deep CNN models trained with sufficiently large datasets may become best candidates to meet the purpose.

Awesome Lists containing this project

README

        

# CNN-Implementation
A total of 15,153 samples are used in this work. These samples include chest X-ray images of COVID-19, viral pneumonia, and normal cases. The entire dataset was split into train and test sets, with a ratio of 80:20 before training the model. To enhance important image features, image preprocessing and augmentation were applied before feeding the image batches to the model.


Testing Result


Test Implementation Name
Test Accuracy


CNN Implementation - 1
0.8780487775802612

CNN Implementation - 2
0.9451219439506531


Transfer_Learning_Implementation - 3
0.957317054271698