Skip to content

CNN for predicting if a person is Covid positive or negative

License

Notifications You must be signed in to change notification settings

prajwal-144/Covid19-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid19-Prediction

CNN for predicting if a person is Covid positive or negative

CNN

Convolutional Neural Network is a Neural Network that contains multiple convolutional layers. It deals mostly with image recognition and applies convolutional functions to input before transferring it to the next layer.

CNN takes in an input image, assigns importance like learnable weights and biases to various objects in the image and be able to differentiate one from the other.

WX20170812-215539copyyy

Code

The code studies X-Ray scans of Covid positive and negative patients. The accuracy is 85% - 89%. Total number of epochs is 20.

We can increase the number of epochs to 50 or 100 or even more to try to get more accuracy. Also we can tune the hyperparameters if necessary.

About

CNN for predicting if a person is Covid positive or negative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published