SlideShare a Scribd company logo
1 of 7
Download to read offline
Malaria Parasite Detection Model Using Convolutional Neural Network
By Emmanuel Baisire
Executive Summary
Malaria is a widelyprevalentdisease inmany parts of the world.It is transmittedto humans
through mosquito bitesand when not detectedin time,it may lead to death. The current
diagnosticmethod requiresa specializednurse practitionerto manuallyread bloodspecimens.
The proposeddeep learningmodel will automaticallydetectmalaria usingcell images. By using
CNN model withvarious layers,iterationsand tunable parameters. The proposed technique will
leadto a reduction indiagnostics costs and improve diagnosticaccuracy rate.
This is a binary classificationmodel basedon publiclyavailable Malaria cell images dataset
containing24,958 train and 2,600 testimages. The dataset iswell balancedand labelledas
Parasitizedor Uninfected.
To builda solidlyreliable model, the datasetwas splitinto train and test data. It was then
rescaledto make it necessary to flowinto a Convolutional Neural Network.To further enhance
cell imagesfor parasite detection,data augmentation technique was applied.The process
involvedimage rotationto differentangles,flippedhorizontallyandzoomed out to identify true
markers of infected/uninfectedcells.
The model performance was assessedby usinga binary crossentropyloss function,ADAM
optimizerand accuracy metrics.
Based on the outlinedtechniques, the highestperformingmodel achievedan accuracy rate of
98% which implies thatthe proposed image binary classificationmodel can outperform a skilled
microscopist.
For the model to be implemented aroundthe globe,a phone app can be developedtodetect
malaria in remote places that lacks adequate infrastructure and resources.
1. Introduction
The main purpose of this project isto developa binary image classification model that would
helpin detectingmalaria plasmodiumparasite in humans. The model will helpinreduction of
human deaths due to malaria. When plasmodiumparasitesare not detectedin time,it often
leadsto serious healthrisksincludingdeath.
According to World HealthOrganization, Malaria infectionsare fatal and leadsto millionsof
death annually.In 2021, WHO reported about 241 millioncasesand 627,000 deaths around the
world.
Malaria is a widelyprevalentdisease inmany parts of the world.It is transmitted through
mosquitobites.When a personis infected,one will sufferfromhigh fever,chillsand general
fatigue.When it isnot detectedearlyenoughand treated,it may cause liverdamage or other
serioushealth relatedproblemsincludingdeath.
Malaria diagnostictools include the use of microscopesby experiencednurseswho
painstakinglylookfor any signs of parasitesin bloodsmear images.Alternative methodsinclude
rapid diagnostictest and polymerase chainreaction. All these methodstakes time and requires
trainedexpertsto read bloodsmear images for possible Malaria cases.
The objective of this project isto builda deeplearningmodel that can detectmalaria parasite
using bloodsmear images.The builtmodel can then be incorporatedin a mobile phone
applicationto detect and fight against malaria deaths,improve accuracy and efficiency.
2. Model Architecture and Data Processing
The model is be basedon publiclyavailable Malaria cell images dataset containing24,958 train
and 2,600 test images.The dataset are labelledasParasitizedfor those withPlasmodiumand
Uninfectedfor those withoutPlasmodium.
Cell images for training and testingdataset was preprocessedand resizedto size 64 image
widthand heightto supports 4D arrays.
For data label identification,featureswere mappedas 1 for parasite image markers and 0 for
the uninfected usinga One Hot Encoding technique.Thistechnique was helpful inachievinga
faster feature convergence.
The model was based on a balanceddataset for both trainingand test data that was feed intoa
CNN model.Train and test images were normalizedby dividing the dataset by 255 and then
convertedinto a float32 data type.
A ConvolutionNeural Network architecture was preferred because of its advantage in image
cell binary classificationand predictions.A total of 6 modelswere trained and testedto choice
the bestmodel.They were dividedinto4 distinctCNNs and 2 VGG type neural networks to
evaluate a better performingmodel.
Aftermultiple iterations,it became evidentthat a CNN model with3 initial layersoutperformed
the other models.It isbased on 3 initial layers with32 filters,Maxpoolingof 2 by 2 windows
and a defaultBatchNormalization function.
It was then followedby an additional dense layerwith 512 filtersusinga LeakyReLU with 0.1
alpha parameter.
Finally a Sigmoidoutput activation functionwas initiatedtosolve an image classification
problem.
The model was then fitwith trainingimages and training labelsusing 32 data batch size,
validationsplitof 20% and 20 epochs.This resultedintoa model that was able to achieve an
accuracy rate of 98.5%.
3. Model Summary:
The proposed model was able to correctly predict 1278 images as parasitizedand falsely
predicted(mislabeled) only 16 as parasitizedwhenthey are actually not infectedimage cells.
It also correctly identified 1284 cell imagesas beinguninfectedandfalselypredicted
(mislabeled) 22cell images as uninfectedwhenthere were actually parasite image cell.
A summary result table is indicatedina ConfusionMatrix Table 1.
Table 1 - Confusion Matrix Table
Train and Validation Accuracy
Conclusions
A CNN deeplearning-basedmodel performedbetterthan other experimental models.Itwas
able to identifymalariaparasitesat an accuracy rate of 98% with relativelyfew cell images.The
added layers,data preprocessingand settinga dense layer of 512 seemsto make a big
difference inmodel performance. The dataset was splitinto train and validationdatasetsand
run into 5 differentCNN modelswithmultiple iterations.
Solutiondesignincludedmulti task actions like cell image resizing,data augmentationand
rescalingthat ledto an improvedprediction. To successfullyidentifymalariaparasites,several
techniquesincludingdropoutmethods,relu activationfunctions.Model performance was
assessedby binary_crossentropy lossfunction',ADAM optimizerand accuracy.
Based on augmentedimages,it is evidentthat most of the misclassifiedimagesbythe model
are not easilyidentifiable evenwitha human or microscopic eye.Further data augmentation
technique will be recommendedfor future model buildingto improve our prediction.
Afterrunning differentmodelsusingvaryingparameters, optimizationsandregularization
functions.The recommendationwouldbe to further simplify the modelsand avoidusing
excessive layersandpreferable use a higherDropout rate to minimize overfitting.
Anotherrecommendationis to perform a furtherreviewof the cell imagesthat seemedto be
wronglylabeled duringdata collection.Alternatively,we shouldcollectmore cell image dataset
sample with varyingparasite markers. The downside to thisapproach is that data collectionwill
be costly to the stakeholdersand it is manuallyexpensive.
To improve image precision,there will be a needto seekexpertknowledge froma skilled
microscopist to reviewthe mislabeledimagesbythe model prediction.The expertwill provide
additional annotationsto the images for the model to identifytrue positivesandtrue negatives.
Additional data collectionand expertknowledge mayslowdown project implementation since
it takes time to mobilize financial and human resources to undertake data collectiontasks. We
also risk cell image qualityif special attentionis not taken intoaccount during data collection
and data storage.
For model improvementand reliability,image datasetshouldbe splitinto3 sets that include
training,validationand test datasets. Insteadof usingonly 2 datasets, the added validationset
will be useful inensuringthat the usedhyperparametersof the model are finalizedbefore
fittingthe testdataset.
For validationpurpose,I would alsorecommend the K-Foldvalidation use by splittingthe data
into 3 partitionsand use the final score average of the 3 partition as the model evaluation
score.
In conclusion,the general architecture for this solutioninvolved data-preprocessingtoensure
that we are able feedthe input intothe model to predictParasitic and uninfectedpeople.
This is an ideal model because it does not needany heavy computational resources and will be
usedas a Phone App to provide diagnostic results.A user will scan cell image to the mobile app
and get patient’spositive or negative results.The model will be deployedusing TensorFlow
REST API withlesslittle infrastructure and network maintenance costs.

More Related Content

Similar to Deep Learning Malaria Detection Model by Emmanuel Baisire

DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSINGDETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSINGijcsit
 
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSINGDETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSINGAIRCC Publishing Corporation
 
Melanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep LearningMelanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep LearningIRJET Journal
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET Journal
 
i2164-2591-8-6-4 (1).pdf presentation cm
i2164-2591-8-6-4 (1).pdf presentation cmi2164-2591-8-6-4 (1).pdf presentation cm
i2164-2591-8-6-4 (1).pdf presentation cmahsamjutt1234
 
Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...
Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...
Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...IRJET Journal
 
A Survey on techniques for Diabetic Retinopathy Detection & Classification
A Survey on techniques for Diabetic Retinopathy Detection & ClassificationA Survey on techniques for Diabetic Retinopathy Detection & Classification
A Survey on techniques for Diabetic Retinopathy Detection & ClassificationIRJET Journal
 
Brain tumor detection using cnn
Brain tumor detection using cnnBrain tumor detection using cnn
Brain tumor detection using cnndrubosaha
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNNMohammadRakib8
 
Cervical Cancer Analysis
Cervical Cancer AnalysisCervical Cancer Analysis
Cervical Cancer AnalysisIRJET Journal
 
Comparing the performance of linear regression versus deep learning on detect...
Comparing the performance of linear regression versus deep learning on detect...Comparing the performance of linear regression versus deep learning on detect...
Comparing the performance of linear regression versus deep learning on detect...journalBEEI
 
REVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptx
REVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptxREVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptx
REVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptxsathiyasowmi
 
Implementation of Malaria Parasite Detection System Using Image Processing
Implementation of Malaria Parasite Detection System Using Image ProcessingImplementation of Malaria Parasite Detection System Using Image Processing
Implementation of Malaria Parasite Detection System Using Image Processingijtsrd
 
A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...IJECEIAES
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...CSCJournals
 
Detecting malaria using a deep convolutional neural network
Detecting malaria using a deep  convolutional neural networkDetecting malaria using a deep  convolutional neural network
Detecting malaria using a deep convolutional neural networkYusuf Brima
 
A Review Paper on Covid-19 Detection using Deep Learning
A Review Paper on Covid-19 Detection using Deep LearningA Review Paper on Covid-19 Detection using Deep Learning
A Review Paper on Covid-19 Detection using Deep LearningIRJET Journal
 
My own Machine Learning project - Breast Cancer Prediction
My own Machine Learning project - Breast Cancer PredictionMy own Machine Learning project - Breast Cancer Prediction
My own Machine Learning project - Breast Cancer PredictionGabriele Mineo
 
Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...
Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...
Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...IRJET Journal
 

Similar to Deep Learning Malaria Detection Model by Emmanuel Baisire (20)

DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSINGDETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
 
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSINGDETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
DETECTION OF MALARIA PARASITE IN GIEMSA BLOOD SAMPLE USING IMAGE PROCESSING
 
Melanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep LearningMelanoma Skin Cancer Detection using Deep Learning
Melanoma Skin Cancer Detection using Deep Learning
 
IRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer PredictionIRJET - Survey on Analysis of Breast Cancer Prediction
IRJET - Survey on Analysis of Breast Cancer Prediction
 
i2164-2591-8-6-4 (1).pdf presentation cm
i2164-2591-8-6-4 (1).pdf presentation cmi2164-2591-8-6-4 (1).pdf presentation cm
i2164-2591-8-6-4 (1).pdf presentation cm
 
Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...
Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...
Deep Learning for Leukemia Detection: A MobileNetV2-Based Approach for Accura...
 
A Survey on techniques for Diabetic Retinopathy Detection & Classification
A Survey on techniques for Diabetic Retinopathy Detection & ClassificationA Survey on techniques for Diabetic Retinopathy Detection & Classification
A Survey on techniques for Diabetic Retinopathy Detection & Classification
 
Brain tumor detection using cnn
Brain tumor detection using cnnBrain tumor detection using cnn
Brain tumor detection using cnn
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Cervical Cancer Analysis
Cervical Cancer AnalysisCervical Cancer Analysis
Cervical Cancer Analysis
 
Comparing the performance of linear regression versus deep learning on detect...
Comparing the performance of linear regression versus deep learning on detect...Comparing the performance of linear regression versus deep learning on detect...
Comparing the performance of linear regression versus deep learning on detect...
 
REVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptx
REVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptxREVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptx
REVIEW 1 - PROJECT PPT TEMPLATE (4) (3).pptx
 
Implementation of Malaria Parasite Detection System Using Image Processing
Implementation of Malaria Parasite Detection System Using Image ProcessingImplementation of Malaria Parasite Detection System Using Image Processing
Implementation of Malaria Parasite Detection System Using Image Processing
 
A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...A deep convolutional structure-based approach for accurate recognition of ski...
A deep convolutional structure-based approach for accurate recognition of ski...
 
Deep Transfer learning
Deep Transfer learningDeep Transfer learning
Deep Transfer learning
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
Detecting malaria using a deep convolutional neural network
Detecting malaria using a deep  convolutional neural networkDetecting malaria using a deep  convolutional neural network
Detecting malaria using a deep convolutional neural network
 
A Review Paper on Covid-19 Detection using Deep Learning
A Review Paper on Covid-19 Detection using Deep LearningA Review Paper on Covid-19 Detection using Deep Learning
A Review Paper on Covid-19 Detection using Deep Learning
 
My own Machine Learning project - Breast Cancer Prediction
My own Machine Learning project - Breast Cancer PredictionMy own Machine Learning project - Breast Cancer Prediction
My own Machine Learning project - Breast Cancer Prediction
 
Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...
Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...
Cervical Cancer Detection: An Enhanced Approach through Transfer Learning and...
 

More from Emanuel Baisire

Data Science Model Cmparison and Accuracy Rate by Emmanuel Baisire
Data Science Model Cmparison and Accuracy Rate by Emmanuel BaisireData Science Model Cmparison and Accuracy Rate by Emmanuel Baisire
Data Science Model Cmparison and Accuracy Rate by Emmanuel BaisireEmanuel Baisire
 
The role of expectations in human computer interactions by emanuel baisire
The role of expectations in human computer interactions by emanuel baisireThe role of expectations in human computer interactions by emanuel baisire
The role of expectations in human computer interactions by emanuel baisireEmanuel Baisire
 
Privatization of state prisons by emanuel baisire
Privatization of state prisons by emanuel baisirePrivatization of state prisons by emanuel baisire
Privatization of state prisons by emanuel baisireEmanuel Baisire
 
Investment incentives in south africa by emanuel baisire
Investment incentives in south africa by emanuel baisireInvestment incentives in south africa by emanuel baisire
Investment incentives in south africa by emanuel baisireEmanuel Baisire
 
Information systems and competitive strategy by emanuel baisire
Information systems and competitive strategy by emanuel baisireInformation systems and competitive strategy by emanuel baisire
Information systems and competitive strategy by emanuel baisireEmanuel Baisire
 
Information architecture and web design by emanuel baisire
Information architecture and web design by emanuel baisireInformation architecture and web design by emanuel baisire
Information architecture and web design by emanuel baisireEmanuel Baisire
 
European union’s medical technology market by emanuel baisire
European union’s medical technology market by emanuel baisireEuropean union’s medical technology market by emanuel baisire
European union’s medical technology market by emanuel baisireEmanuel Baisire
 
Eu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisireEu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisireEmanuel Baisire
 
Eu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisireEu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisireEmanuel Baisire
 
Automated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisireAutomated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisireEmanuel Baisire
 
Automated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisireAutomated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisireEmanuel Baisire
 
Why hire an information architect consultant for your business by emanuel bai...
Why hire an information architect consultant for your business by emanuel bai...Why hire an information architect consultant for your business by emanuel bai...
Why hire an information architect consultant for your business by emanuel bai...Emanuel Baisire
 
Emanuel Baisire's view about Global Central Bankers
Emanuel Baisire's  view about Global Central BankersEmanuel Baisire's  view about Global Central Bankers
Emanuel Baisire's view about Global Central BankersEmanuel Baisire
 
U.S- EU World Trade Organization Case- Emanuel Baisire
U.S- EU World Trade Organization Case- Emanuel BaisireU.S- EU World Trade Organization Case- Emanuel Baisire
U.S- EU World Trade Organization Case- Emanuel BaisireEmanuel Baisire
 
Genetically Modified Organism (GMO food)-- Emanuel Baisire
Genetically Modified Organism (GMO food)-- Emanuel BaisireGenetically Modified Organism (GMO food)-- Emanuel Baisire
Genetically Modified Organism (GMO food)-- Emanuel BaisireEmanuel Baisire
 
The role of information systems by Emanuel Baisire
The role of information systems by Emanuel BaisireThe role of information systems by Emanuel Baisire
The role of information systems by Emanuel BaisireEmanuel Baisire
 
E marketplaces by Emanuel Baisire
E marketplaces by Emanuel BaisireE marketplaces by Emanuel Baisire
E marketplaces by Emanuel BaisireEmanuel Baisire
 
Electronic commerce overview by Emanuel Baisire
Electronic commerce overview by Emanuel BaisireElectronic commerce overview by Emanuel Baisire
Electronic commerce overview by Emanuel BaisireEmanuel Baisire
 

More from Emanuel Baisire (18)

Data Science Model Cmparison and Accuracy Rate by Emmanuel Baisire
Data Science Model Cmparison and Accuracy Rate by Emmanuel BaisireData Science Model Cmparison and Accuracy Rate by Emmanuel Baisire
Data Science Model Cmparison and Accuracy Rate by Emmanuel Baisire
 
The role of expectations in human computer interactions by emanuel baisire
The role of expectations in human computer interactions by emanuel baisireThe role of expectations in human computer interactions by emanuel baisire
The role of expectations in human computer interactions by emanuel baisire
 
Privatization of state prisons by emanuel baisire
Privatization of state prisons by emanuel baisirePrivatization of state prisons by emanuel baisire
Privatization of state prisons by emanuel baisire
 
Investment incentives in south africa by emanuel baisire
Investment incentives in south africa by emanuel baisireInvestment incentives in south africa by emanuel baisire
Investment incentives in south africa by emanuel baisire
 
Information systems and competitive strategy by emanuel baisire
Information systems and competitive strategy by emanuel baisireInformation systems and competitive strategy by emanuel baisire
Information systems and competitive strategy by emanuel baisire
 
Information architecture and web design by emanuel baisire
Information architecture and web design by emanuel baisireInformation architecture and web design by emanuel baisire
Information architecture and web design by emanuel baisire
 
European union’s medical technology market by emanuel baisire
European union’s medical technology market by emanuel baisireEuropean union’s medical technology market by emanuel baisire
European union’s medical technology market by emanuel baisire
 
Eu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisireEu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisire
 
Eu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisireEu and turkey challenges and opportunities by emanuel baisire
Eu and turkey challenges and opportunities by emanuel baisire
 
Automated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisireAutomated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisire
 
Automated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisireAutomated doc tracker architecture by emanuel baisire
Automated doc tracker architecture by emanuel baisire
 
Why hire an information architect consultant for your business by emanuel bai...
Why hire an information architect consultant for your business by emanuel bai...Why hire an information architect consultant for your business by emanuel bai...
Why hire an information architect consultant for your business by emanuel bai...
 
Emanuel Baisire's view about Global Central Bankers
Emanuel Baisire's  view about Global Central BankersEmanuel Baisire's  view about Global Central Bankers
Emanuel Baisire's view about Global Central Bankers
 
U.S- EU World Trade Organization Case- Emanuel Baisire
U.S- EU World Trade Organization Case- Emanuel BaisireU.S- EU World Trade Organization Case- Emanuel Baisire
U.S- EU World Trade Organization Case- Emanuel Baisire
 
Genetically Modified Organism (GMO food)-- Emanuel Baisire
Genetically Modified Organism (GMO food)-- Emanuel BaisireGenetically Modified Organism (GMO food)-- Emanuel Baisire
Genetically Modified Organism (GMO food)-- Emanuel Baisire
 
The role of information systems by Emanuel Baisire
The role of information systems by Emanuel BaisireThe role of information systems by Emanuel Baisire
The role of information systems by Emanuel Baisire
 
E marketplaces by Emanuel Baisire
E marketplaces by Emanuel BaisireE marketplaces by Emanuel Baisire
E marketplaces by Emanuel Baisire
 
Electronic commerce overview by Emanuel Baisire
Electronic commerce overview by Emanuel BaisireElectronic commerce overview by Emanuel Baisire
Electronic commerce overview by Emanuel Baisire
 

Recently uploaded

Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknowmakika9823
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 

Recently uploaded (20)

Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 

Deep Learning Malaria Detection Model by Emmanuel Baisire

  • 1. Malaria Parasite Detection Model Using Convolutional Neural Network By Emmanuel Baisire Executive Summary Malaria is a widelyprevalentdisease inmany parts of the world.It is transmittedto humans through mosquito bitesand when not detectedin time,it may lead to death. The current diagnosticmethod requiresa specializednurse practitionerto manuallyread bloodspecimens. The proposeddeep learningmodel will automaticallydetectmalaria usingcell images. By using CNN model withvarious layers,iterationsand tunable parameters. The proposed technique will leadto a reduction indiagnostics costs and improve diagnosticaccuracy rate. This is a binary classificationmodel basedon publiclyavailable Malaria cell images dataset containing24,958 train and 2,600 testimages. The dataset iswell balancedand labelledas Parasitizedor Uninfected. To builda solidlyreliable model, the datasetwas splitinto train and test data. It was then rescaledto make it necessary to flowinto a Convolutional Neural Network.To further enhance cell imagesfor parasite detection,data augmentation technique was applied.The process involvedimage rotationto differentangles,flippedhorizontallyandzoomed out to identify true markers of infected/uninfectedcells. The model performance was assessedby usinga binary crossentropyloss function,ADAM optimizerand accuracy metrics. Based on the outlinedtechniques, the highestperformingmodel achievedan accuracy rate of 98% which implies thatthe proposed image binary classificationmodel can outperform a skilled microscopist. For the model to be implemented aroundthe globe,a phone app can be developedtodetect malaria in remote places that lacks adequate infrastructure and resources.
  • 2. 1. Introduction The main purpose of this project isto developa binary image classification model that would helpin detectingmalaria plasmodiumparasite in humans. The model will helpinreduction of human deaths due to malaria. When plasmodiumparasitesare not detectedin time,it often leadsto serious healthrisksincludingdeath. According to World HealthOrganization, Malaria infectionsare fatal and leadsto millionsof death annually.In 2021, WHO reported about 241 millioncasesand 627,000 deaths around the world. Malaria is a widelyprevalentdisease inmany parts of the world.It is transmitted through mosquitobites.When a personis infected,one will sufferfromhigh fever,chillsand general fatigue.When it isnot detectedearlyenoughand treated,it may cause liverdamage or other serioushealth relatedproblemsincludingdeath. Malaria diagnostictools include the use of microscopesby experiencednurseswho painstakinglylookfor any signs of parasitesin bloodsmear images.Alternative methodsinclude rapid diagnostictest and polymerase chainreaction. All these methodstakes time and requires trainedexpertsto read bloodsmear images for possible Malaria cases. The objective of this project isto builda deeplearningmodel that can detectmalaria parasite using bloodsmear images.The builtmodel can then be incorporatedin a mobile phone applicationto detect and fight against malaria deaths,improve accuracy and efficiency. 2. Model Architecture and Data Processing The model is be basedon publiclyavailable Malaria cell images dataset containing24,958 train and 2,600 test images.The dataset are labelledasParasitizedfor those withPlasmodiumand Uninfectedfor those withoutPlasmodium. Cell images for training and testingdataset was preprocessedand resizedto size 64 image widthand heightto supports 4D arrays. For data label identification,featureswere mappedas 1 for parasite image markers and 0 for the uninfected usinga One Hot Encoding technique.Thistechnique was helpful inachievinga faster feature convergence.
  • 3. The model was based on a balanceddataset for both trainingand test data that was feed intoa CNN model.Train and test images were normalizedby dividing the dataset by 255 and then convertedinto a float32 data type. A ConvolutionNeural Network architecture was preferred because of its advantage in image cell binary classificationand predictions.A total of 6 modelswere trained and testedto choice the bestmodel.They were dividedinto4 distinctCNNs and 2 VGG type neural networks to evaluate a better performingmodel. Aftermultiple iterations,it became evidentthat a CNN model with3 initial layersoutperformed the other models.It isbased on 3 initial layers with32 filters,Maxpoolingof 2 by 2 windows and a defaultBatchNormalization function. It was then followedby an additional dense layerwith 512 filtersusinga LeakyReLU with 0.1 alpha parameter. Finally a Sigmoidoutput activation functionwas initiatedtosolve an image classification problem. The model was then fitwith trainingimages and training labelsusing 32 data batch size, validationsplitof 20% and 20 epochs.This resultedintoa model that was able to achieve an accuracy rate of 98.5%.
  • 5. The proposed model was able to correctly predict 1278 images as parasitizedand falsely predicted(mislabeled) only 16 as parasitizedwhenthey are actually not infectedimage cells. It also correctly identified 1284 cell imagesas beinguninfectedandfalselypredicted (mislabeled) 22cell images as uninfectedwhenthere were actually parasite image cell. A summary result table is indicatedina ConfusionMatrix Table 1. Table 1 - Confusion Matrix Table
  • 6. Train and Validation Accuracy Conclusions A CNN deeplearning-basedmodel performedbetterthan other experimental models.Itwas able to identifymalariaparasitesat an accuracy rate of 98% with relativelyfew cell images.The added layers,data preprocessingand settinga dense layer of 512 seemsto make a big difference inmodel performance. The dataset was splitinto train and validationdatasetsand run into 5 differentCNN modelswithmultiple iterations. Solutiondesignincludedmulti task actions like cell image resizing,data augmentationand rescalingthat ledto an improvedprediction. To successfullyidentifymalariaparasites,several techniquesincludingdropoutmethods,relu activationfunctions.Model performance was assessedby binary_crossentropy lossfunction',ADAM optimizerand accuracy. Based on augmentedimages,it is evidentthat most of the misclassifiedimagesbythe model are not easilyidentifiable evenwitha human or microscopic eye.Further data augmentation technique will be recommendedfor future model buildingto improve our prediction. Afterrunning differentmodelsusingvaryingparameters, optimizationsandregularization functions.The recommendationwouldbe to further simplify the modelsand avoidusing excessive layersandpreferable use a higherDropout rate to minimize overfitting.
  • 7. Anotherrecommendationis to perform a furtherreviewof the cell imagesthat seemedto be wronglylabeled duringdata collection.Alternatively,we shouldcollectmore cell image dataset sample with varyingparasite markers. The downside to thisapproach is that data collectionwill be costly to the stakeholdersand it is manuallyexpensive. To improve image precision,there will be a needto seekexpertknowledge froma skilled microscopist to reviewthe mislabeledimagesbythe model prediction.The expertwill provide additional annotationsto the images for the model to identifytrue positivesandtrue negatives. Additional data collectionand expertknowledge mayslowdown project implementation since it takes time to mobilize financial and human resources to undertake data collectiontasks. We also risk cell image qualityif special attentionis not taken intoaccount during data collection and data storage. For model improvementand reliability,image datasetshouldbe splitinto3 sets that include training,validationand test datasets. Insteadof usingonly 2 datasets, the added validationset will be useful inensuringthat the usedhyperparametersof the model are finalizedbefore fittingthe testdataset. For validationpurpose,I would alsorecommend the K-Foldvalidation use by splittingthe data into 3 partitionsand use the final score average of the 3 partition as the model evaluation score. In conclusion,the general architecture for this solutioninvolved data-preprocessingtoensure that we are able feedthe input intothe model to predictParasitic and uninfectedpeople. This is an ideal model because it does not needany heavy computational resources and will be usedas a Phone App to provide diagnostic results.A user will scan cell image to the mobile app and get patient’spositive or negative results.The model will be deployedusing TensorFlow REST API withlesslittle infrastructure and network maintenance costs.