Malaria Detection

Using Deep Learning and Convolutional Neural Networks to creat a computer vision model to cost effectively detect maaria

By James Hochleutner

https://github.com/jhochle/MalariaDetection

James Hochleutner Deep Learning Final Presentation.pptx

Data Set

Starting with a labeled data set of 27,558 color images takene from microscopic images of red blood cells

Data Pre-Processing

Blood_Samples

Model Training Approach and Evaluation

Initial Model

image

image

Model revisions

Many attempts to improve model accuracy were taken

None of these attempts significantly improved model performance

Pre Trained Model Structure

Using the Pre Trained VGG-16 model yielded suboptimal results. The VGG-16 model is more complex with over 19 layers and 14,714,688 trainable paramaters. The VGG-16 model performed the worst of all models tested with 88.3% overall accuracy

Simpler Model Structure

Since attempts to incrase model complexity from our base model failed to improve model performance and given that the far more complex VGG-16 model showed inferior performance, I decided to try to use a simpler model with fewer trainable parameters. The approach worked and achieved superier overall accuracy and Recall

Final Model

image

image