Skip to content

shivamkc01/95.7-Malarial_cell_classification_using_CNN

Repository files navigation

Malaria Cell Image Classification

Neural network image classifier to detect malaria infected red blood cells

Motivation

There are a lot of images in the medical field that can benefit from image classifiers and object detection. I would love to contribute in any way I can to the medical field because it is essential and beneficial to everyone. Moreover, I wanted to learn how to perform an image classification end-to-end project using TensorFlow2 to gain more experience in TensorFlow.

Dataset Description

Malaria is a mosquito-borne infectious disease that affects humans and other animals. The symptoms range from tiredness, vomitting, and headacches to siezures, comas, and even death. Like any disease, being able to detect if a patient is infected is desireable. The Malaria dataset is a repository of segmented cells from the thin blood smear slide images from the Malaria Screener research activity. The Giemsa-stained thin blood smear slides from 150 P. falciparum-infected and 50 healthy patients were collected and photographed at Chittagong Medical College Hospital, Bangladesh.

Malaria Cell images dataset

Summary Results

A batch of 32 cell images can be seen below. The images display red blood cells that are both infected and not infected.

The training and validation curves of selected plots are shown below.

When evaluated on the test set, the model seems to perform well.

An AUC score of 1 indicates a perfect classifier while 0.5 indicates a truly random classifier, so a ROC AUC score of 98.6% is excellent. It's important to note that accuracy it not necessarily a good metric to score classifiers. We have 97.3% chance to identify all relevant instances indicated by recall and a 94.3% chance for the model to return only relevant instances indicated by precision.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published