Added Malaria Cell Classification Using CNN and Transfer Learning #982
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.
Pull Request for PyVerse 💡
Requesting to submit a pull request to the PyVerse repository.
Issue Title
Malaria Cell Classification Using CNN and Transfer Learning
Info about the Related Issue
What's the goal of the project?
The goal of this project is to automate the classification of malaria-infected and uninfected cells using machine learning and deep learning models. By utilizing CNNs and transfer learning, the project aims to increase diagnostic accuracy and reduce the time needed to identify parasitized cells from microscope images.
Name
Vivek Prakash
GitHub ID
https://github.com/IkkiOcean
Email ID
vivekprakash.st@gmail.com
Identify Yourself
Participating in GSSOC-EXT
Closes
**Closes: #926 **
Describe the Add-ons or Changes You've Made
Give a clear description of what you have added or modified.
This PR introduces the following changes:
Type of Change
Select the type of change:
How Has This Been Tested?
Describe how your changes have been tested.
The models were trained and tested on the malaria cell dataset, with accuracies recorded on training and testing sets to evaluate performance. The models were also validated with data augmentation to check for overfitting and generalization. Model performance was compared through metrics such as accuracy on both train and test datasets.
Checklist
Please confirm the following: