SlideShare a Scribd company logo
by Emmanuel Baisire
Malaria Detection Model Using Convolutional Neural Network
Agenda
Discussion Topics
• Global Malaria Health Risks
• Data Preprocessing and Exploration
• Solution Design
• Recommended Model Architecture
• Opportunities and Challenges
3
Deep Learning Model
Problem Statement:
• According to WHO, Malaria infected 241 millions cases and 627,000 deaths in 2021.
• It is transmitted through mosquito bites leading to high fever, chills and even death.
• Diagnostic tools include microscopes by experienced nurses, rapid diagnostic test and polymerase chain
reaction.
• Current methods are time consuming, requires a trained microscopist to read hundreds of smear images to
detect malaria.
• Build a deep learning model that can automatically detect malaria parasite in blood smear images.
4
Deep Learning Model
Data Exploration
• Malaria cell images dataset contained 24,958 train and 2,600 test images.
• Test and Train images were of pixel values ranging from 0 to 255.
• Parasite and uninfected labels were balanced for Train and Test data.
• Parasitized blood cells have visibly red marks on any side of the image while uninfected images have no
marks.
5
Deep Learning Model
Solution Design
• A Convolution Neural Network architecture was preferred due to its strengthen to classify images.
• The problem was a binary classification to determine if an image had a parasite or uninfected
• A total of 6 models were trained and tested to choose the best performing models
• They were divided into 4 distinct CNNs and 2 VGG type neural networks
6
Deep Learning Model
Solution Design
• Base Model with 3 layer of 32 filter size • Best Performing Model 3 layers with BatchNormLzn
7
Deep Learning Model
Recommended Model Architecture
• Best Performing Model with 3 Conv2D layers with 32 filters
• LeakyReLu Activation Function
• Dense Layer with 512 filters 3 layers
• MaxPoolling2D of 2 by 2 windows and BatchNormalization
• Last Binary Classification layer using Softmax activation function
8
Deep Learning Model
Recommended Model Performance
9
Deep Learning Model
Recommended Model Performance
10
Deep Learning Model
Model Deployment
• It is a great candidate as a Phone App to provide diagnostic results
• user will scan cell images to the mobile app to get patient’s positive or negative results.
• The model will be deployed using TensorFlow REST API with less little infrastructure and network
maintenance costs.
• CNN deep learning-based model performed better than other experimental models.
• It was able to identify malaria parasites at an accuracy rate of about 98% with relatively few cell
images.
11
Deep Learning Model
Recommendations and Conclusions
• Perform further review of the cell images that seemed to be wrongly labeled during data collection.
• Collect more cell image dataset sample with varying parasite markers.
• Seek expert knowledge from skilled microscopist to review mislabeled images by the model.
• Image dataset should be split into 3 sets that include training, validation and test datasets. Instead of
using only 2 datasets.
• For validation purpose, I would also recommend the K-Fold validation use by splitting the data into 3
partitions
• In conclusion, the general architecture for this solution involved data-preprocessing to ensure that we
are able feed the input data into a model to predict Parasitic and uninfected people at 98% accuracy.

More Related Content

What's hot

Face recognization
Face recognizationFace recognization
Face recognization
leenak770
 
Pattern recognition UNIT 5
Pattern recognition UNIT 5Pattern recognition UNIT 5
Pattern recognition UNIT 5
SURBHI SAROHA
 
Image captioning
Image captioningImage captioning
Image captioning
Rajesh Shreedhar Bhat
 
Facial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approachFacial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approach
AshwinRachha
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseases
Muneesh Wari
 
Image Caption Generation using Convolutional Neural Network and LSTM
Image Caption Generation using Convolutional Neural Network and LSTMImage Caption Generation using Convolutional Neural Network and LSTM
Image Caption Generation using Convolutional Neural Network and LSTM
Omkar Reddy
 
security Issues of cloud computing
security Issues of cloud computingsecurity Issues of cloud computing
security Issues of cloud computing
prachupanchal
 
Image classification using CNN
Image classification using CNNImage classification using CNN
Image classification using CNN
Noura Hussein
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
ShitanshuRanjanSriva2
 
Emotion Speech Recognition - Convolutional Neural Network Capstone Project
Emotion Speech Recognition - Convolutional Neural Network Capstone ProjectEmotion Speech Recognition - Convolutional Neural Network Capstone Project
Emotion Speech Recognition - Convolutional Neural Network Capstone Project
Diego Rios
 
Attendance Management System using Face Recognition
Attendance Management System using Face RecognitionAttendance Management System using Face Recognition
Attendance Management System using Face Recognition
NanditaDutta4
 
Object detection presentation
Object detection presentationObject detection presentation
Object detection presentation
AshwinBicholiya
 
Computer vision and face recognition using python
Computer vision and face recognition using pythonComputer vision and face recognition using python
Computer vision and face recognition using python
Ratnakar Pandey
 
Face recogntion Using PCA Algorithm
Face recogntion Using PCA Algorithm Face recogntion Using PCA Algorithm
Face recogntion Using PCA Algorithm
Ashwini Awatare
 
Face Recognition Methods based on Convolutional Neural Networks
Face Recognition Methods based on Convolutional Neural NetworksFace Recognition Methods based on Convolutional Neural Networks
Face Recognition Methods based on Convolutional Neural Networks
Elaheh Rashedi
 
machine learning
machine learningmachine learning
machine learning
soundaryasarya
 
Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)
Herman Kurnadi
 
PCA Based Face Recognition System
PCA Based Face Recognition SystemPCA Based Face Recognition System
PCA Based Face Recognition System
Md. Atiqur Rahman
 
face recognition based on PCA
face recognition based on PCAface recognition based on PCA
face recognition based on PCA
@zenafaris91
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognition
Mazin Alwaaly
 

What's hot (20)

Face recognization
Face recognizationFace recognization
Face recognization
 
Pattern recognition UNIT 5
Pattern recognition UNIT 5Pattern recognition UNIT 5
Pattern recognition UNIT 5
 
Image captioning
Image captioningImage captioning
Image captioning
 
Facial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approachFacial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approach
 
Detection of plant diseases
Detection of plant diseasesDetection of plant diseases
Detection of plant diseases
 
Image Caption Generation using Convolutional Neural Network and LSTM
Image Caption Generation using Convolutional Neural Network and LSTMImage Caption Generation using Convolutional Neural Network and LSTM
Image Caption Generation using Convolutional Neural Network and LSTM
 
security Issues of cloud computing
security Issues of cloud computingsecurity Issues of cloud computing
security Issues of cloud computing
 
Image classification using CNN
Image classification using CNNImage classification using CNN
Image classification using CNN
 
Face recognition system
Face recognition systemFace recognition system
Face recognition system
 
Emotion Speech Recognition - Convolutional Neural Network Capstone Project
Emotion Speech Recognition - Convolutional Neural Network Capstone ProjectEmotion Speech Recognition - Convolutional Neural Network Capstone Project
Emotion Speech Recognition - Convolutional Neural Network Capstone Project
 
Attendance Management System using Face Recognition
Attendance Management System using Face RecognitionAttendance Management System using Face Recognition
Attendance Management System using Face Recognition
 
Object detection presentation
Object detection presentationObject detection presentation
Object detection presentation
 
Computer vision and face recognition using python
Computer vision and face recognition using pythonComputer vision and face recognition using python
Computer vision and face recognition using python
 
Face recogntion Using PCA Algorithm
Face recogntion Using PCA Algorithm Face recogntion Using PCA Algorithm
Face recogntion Using PCA Algorithm
 
Face Recognition Methods based on Convolutional Neural Networks
Face Recognition Methods based on Convolutional Neural NetworksFace Recognition Methods based on Convolutional Neural Networks
Face Recognition Methods based on Convolutional Neural Networks
 
machine learning
machine learningmachine learning
machine learning
 
Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)
 
PCA Based Face Recognition System
PCA Based Face Recognition SystemPCA Based Face Recognition System
PCA Based Face Recognition System
 
face recognition based on PCA
face recognition based on PCAface recognition based on PCA
face recognition based on PCA
 
Pattern recognition facial recognition
Pattern recognition facial recognitionPattern recognition facial recognition
Pattern recognition facial recognition
 

Similar to Malaria Detection Deep Learning Models.pptx

Deep Learning Malaria Detection Model by Emmanuel Baisire
Deep Learning Malaria Detection Model by Emmanuel BaisireDeep Learning Malaria Detection Model by Emmanuel Baisire
Deep Learning Malaria Detection Model by Emmanuel Baisire
Emanuel Baisire
 
Yu.pptx
Yu.pptxYu.pptx
brain_tumor_detection.pptxdsksv dkvdksvbkdsk
brain_tumor_detection.pptxdsksv dkvdksvbkdskbrain_tumor_detection.pptxdsksv dkvdksvbkdsk
brain_tumor_detection.pptxdsksv dkvdksvbkdsk
likhithkumpala159
 
The effect of cloud computing in next generation
The effect of cloud computing in next generationThe effect of cloud computing in next generation
The effect of cloud computing in next generation
Sustainable Education Foundation
 
ppt.pdf
ppt.pdfppt.pdf
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Vidit Goyal
 
DREAM Challenge
DREAM ChallengeDREAM Challenge
DREAM Challenge
Tulip Nandu
 
"Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno...
"Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno..."Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno...
"Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno...
Edge AI and Vision Alliance
 
Quadcopter for Monitoring and Detection
Quadcopter for Monitoring and DetectionQuadcopter for Monitoring and Detection
Quadcopter for Monitoring and Detection
TejasDalvi15
 
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural NetworkAutomated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
AdetayoOkunoye
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
vikyt2211
 
Multi faceted skin disorder classification
Multi faceted skin disorder classificationMulti faceted skin disorder classification
Multi faceted skin disorder classification
srujanmoily
 
An optimized deep learning architecture for the diagnosis of covid 19 disease...
An optimized deep learning architecture for the diagnosis of covid 19 disease...An optimized deep learning architecture for the diagnosis of covid 19 disease...
An optimized deep learning architecture for the diagnosis of covid 19 disease...
Aboul Ella Hassanien
 
Distilling dark knowledge from neural networks
Distilling dark knowledge from neural networksDistilling dark knowledge from neural networks
Distilling dark knowledge from neural networks
Alexander Korbonits
 
Malware Collection and Analysis via Hardware Virtualization
Malware Collection and Analysis via Hardware VirtualizationMalware Collection and Analysis via Hardware Virtualization
Malware Collection and Analysis via Hardware Virtualization
Tamas K Lengyel
 
AnoMalNet: outlier detection based malaria cell image classification method l...
AnoMalNet: outlier detection based malaria cell image classification method l...AnoMalNet: outlier detection based malaria cell image classification method l...
AnoMalNet: outlier detection based malaria cell image classification method l...
International Journal of Reconfigurable and Embedded Systems
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
IRJET Journal
 
Artificial Intelligence in Healthcare at OpenPOWER Summit Europe
Artificial Intelligence in Healthcare at OpenPOWER Summit EuropeArtificial Intelligence in Healthcare at OpenPOWER Summit Europe
Artificial Intelligence in Healthcare at OpenPOWER Summit Europe
OpenPOWERorg
 
Deep learning with keras
Deep learning with kerasDeep learning with keras
Deep learning with keras
MOHITKUMAR1379
 
Sensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Sensing the Future: Anomaly Detection and Event Prediction in Sensor NetworksSensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Sensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Boston Institute of Analytics
 

Similar to Malaria Detection Deep Learning Models.pptx (20)

Deep Learning Malaria Detection Model by Emmanuel Baisire
Deep Learning Malaria Detection Model by Emmanuel BaisireDeep Learning Malaria Detection Model by Emmanuel Baisire
Deep Learning Malaria Detection Model by Emmanuel Baisire
 
Yu.pptx
Yu.pptxYu.pptx
Yu.pptx
 
brain_tumor_detection.pptxdsksv dkvdksvbkdsk
brain_tumor_detection.pptxdsksv dkvdksvbkdskbrain_tumor_detection.pptxdsksv dkvdksvbkdsk
brain_tumor_detection.pptxdsksv dkvdksvbkdsk
 
The effect of cloud computing in next generation
The effect of cloud computing in next generationThe effect of cloud computing in next generation
The effect of cloud computing in next generation
 
ppt.pdf
ppt.pdfppt.pdf
ppt.pdf
 
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
Ghaziabad, India - Early Detection of Various Types of Skin Cancer Using Deep...
 
DREAM Challenge
DREAM ChallengeDREAM Challenge
DREAM Challenge
 
"Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno...
"Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno..."Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno...
"Another Set of Eyes: Machine Vision Automation Solutions for In Vitro Diagno...
 
Quadcopter for Monitoring and Detection
Quadcopter for Monitoring and DetectionQuadcopter for Monitoring and Detection
Quadcopter for Monitoring and Detection
 
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural NetworkAutomated Analysis of Microscopy Images using Deep Convolutional Neural Network
Automated Analysis of Microscopy Images using Deep Convolutional Neural Network
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
 
Multi faceted skin disorder classification
Multi faceted skin disorder classificationMulti faceted skin disorder classification
Multi faceted skin disorder classification
 
An optimized deep learning architecture for the diagnosis of covid 19 disease...
An optimized deep learning architecture for the diagnosis of covid 19 disease...An optimized deep learning architecture for the diagnosis of covid 19 disease...
An optimized deep learning architecture for the diagnosis of covid 19 disease...
 
Distilling dark knowledge from neural networks
Distilling dark knowledge from neural networksDistilling dark knowledge from neural networks
Distilling dark knowledge from neural networks
 
Malware Collection and Analysis via Hardware Virtualization
Malware Collection and Analysis via Hardware VirtualizationMalware Collection and Analysis via Hardware Virtualization
Malware Collection and Analysis via Hardware Virtualization
 
AnoMalNet: outlier detection based malaria cell image classification method l...
AnoMalNet: outlier detection based malaria cell image classification method l...AnoMalNet: outlier detection based malaria cell image classification method l...
AnoMalNet: outlier detection based malaria cell image classification method l...
 
Blood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNNBlood Cell Image Classification for Detecting Malaria using CNN
Blood Cell Image Classification for Detecting Malaria using CNN
 
Artificial Intelligence in Healthcare at OpenPOWER Summit Europe
Artificial Intelligence in Healthcare at OpenPOWER Summit EuropeArtificial Intelligence in Healthcare at OpenPOWER Summit Europe
Artificial Intelligence in Healthcare at OpenPOWER Summit Europe
 
Deep learning with keras
Deep learning with kerasDeep learning with keras
Deep learning with keras
 
Sensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Sensing the Future: Anomaly Detection and Event Prediction in Sensor NetworksSensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
Sensing the Future: Anomaly Detection and Event Prediction in Sensor Networks
 

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 Baisire
Emanuel 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
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
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
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
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
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
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
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
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
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
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
 
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
Emanuel 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 Baisire
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
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
Emanuel Baisire
 
E marketplaces by Emanuel Baisire
E marketplaces by Emanuel BaisireE marketplaces by Emanuel Baisire
E marketplaces by Emanuel Baisire
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
Emanuel 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

Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Aggregage
 
Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...
Bill641377
 
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
xclpvhuk
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
v7oacc3l
 
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
taqyea
 
writing report business partner b1+ .pdf
writing report business partner b1+ .pdfwriting report business partner b1+ .pdf
writing report business partner b1+ .pdf
VyNguyen709676
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
Social Samosa
 
Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......
Sachin Paul
 
Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...
Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...
Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...
Kaxil Naik
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
Social Samosa
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
Timothy Spann
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
bopyb
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
Lars Albertsson
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
soxrziqu
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
aqzctr7x
 
Intelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicineIntelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicine
AndrzejJarynowski
 
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
nuttdpt
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
SaffaIbrahim1
 
Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024
ElizabethGarrettChri
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
nyfuhyz
 

Recently uploaded (20)

Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
 
Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...
 
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
一比一原版(Unimelb毕业证书)墨尔本大学毕业证如何办理
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
 
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
 
writing report business partner b1+ .pdf
writing report business partner b1+ .pdfwriting report business partner b1+ .pdf
writing report business partner b1+ .pdf
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
 
Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......Palo Alto Cortex XDR presentation .......
Palo Alto Cortex XDR presentation .......
 
Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...
Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...
Orchestrating the Future: Navigating Today's Data Workflow Challenges with Ai...
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
 
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
06-12-2024-BudapestDataForum-BuildingReal-timePipelineswithFLaNK AIM
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
Intelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicineIntelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicine
 
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
 
Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024Open Source Contributions to Postgres: The Basics POSETTE 2024
Open Source Contributions to Postgres: The Basics POSETTE 2024
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
 

Malaria Detection Deep Learning Models.pptx

  • 1. by Emmanuel Baisire Malaria Detection Model Using Convolutional Neural Network
  • 2. Agenda Discussion Topics • Global Malaria Health Risks • Data Preprocessing and Exploration • Solution Design • Recommended Model Architecture • Opportunities and Challenges
  • 3. 3 Deep Learning Model Problem Statement: • According to WHO, Malaria infected 241 millions cases and 627,000 deaths in 2021. • It is transmitted through mosquito bites leading to high fever, chills and even death. • Diagnostic tools include microscopes by experienced nurses, rapid diagnostic test and polymerase chain reaction. • Current methods are time consuming, requires a trained microscopist to read hundreds of smear images to detect malaria. • Build a deep learning model that can automatically detect malaria parasite in blood smear images.
  • 4. 4 Deep Learning Model Data Exploration • Malaria cell images dataset contained 24,958 train and 2,600 test images. • Test and Train images were of pixel values ranging from 0 to 255. • Parasite and uninfected labels were balanced for Train and Test data. • Parasitized blood cells have visibly red marks on any side of the image while uninfected images have no marks.
  • 5. 5 Deep Learning Model Solution Design • A Convolution Neural Network architecture was preferred due to its strengthen to classify images. • The problem was a binary classification to determine if an image had a parasite or uninfected • A total of 6 models were trained and tested to choose the best performing models • They were divided into 4 distinct CNNs and 2 VGG type neural networks
  • 6. 6 Deep Learning Model Solution Design • Base Model with 3 layer of 32 filter size • Best Performing Model 3 layers with BatchNormLzn
  • 7. 7 Deep Learning Model Recommended Model Architecture • Best Performing Model with 3 Conv2D layers with 32 filters • LeakyReLu Activation Function • Dense Layer with 512 filters 3 layers • MaxPoolling2D of 2 by 2 windows and BatchNormalization • Last Binary Classification layer using Softmax activation function
  • 10. 10 Deep Learning Model Model Deployment • It is a great candidate as a Phone App to provide diagnostic results • user will scan cell images to the mobile app to get patient’s positive or negative results. • The model will be deployed using TensorFlow REST API with less little infrastructure and network maintenance costs. • CNN deep learning-based model performed better than other experimental models. • It was able to identify malaria parasites at an accuracy rate of about 98% with relatively few cell images.
  • 11. 11 Deep Learning Model Recommendations and Conclusions • Perform further review of the cell images that seemed to be wrongly labeled during data collection. • Collect more cell image dataset sample with varying parasite markers. • Seek expert knowledge from skilled microscopist to review mislabeled images by the model. • Image dataset should be split into 3 sets that include training, validation and test datasets. Instead of using only 2 datasets. • For validation purpose, I would also recommend the K-Fold validation use by splitting the data into 3 partitions • In conclusion, the general architecture for this solution involved data-preprocessing to ensure that we are able feed the input data into a model to predict Parasitic and uninfected people at 98% accuracy.