Covid-19 X-Ray Image Classification #131
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title :- [Project Addition] : Covid-19 X-Ray Image Classification
Description :- One of the areas where machine learning can help is detecting the COVID-19 cases from chest X-ray images. The task is a simple classification problem where given an input chest X-ray image, the machine learning-based model must detect whether the subject of study has been infected or not.
Solution :- I've used 5 different dl models after researching various parameters such as their accuracy , size and density of layers
to identify which one gives the highest performance using matrices such as accuracy score , graph representation etc. and have also done data augmentation to make the models adept for the dataset.
i've also used data analysis on the dataset to remove any redundancy and duplicacy and used visualization techniques to show it.
Tools I've used :- Numpy , keras , matplotlib , scikit-learn , tqdm etc.
closes :- #120
Kindly review my pr and add suitable label for it as I have used 5 models to train and validate the dataset which takes a lot of time and computational resources.