You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Malaria Detection from Microscopic-Tissue Images with Deep Learning (NasNetMobile)
Domain : Computer Vision, Machine Learning
Sub-Domain : Deep Learning, Image Recognition
Techniques : Deep Convolutional Neural Network, Transfer Learning, NASNetMobile
Application : Image Recognition, Image Classification, Medical Imaging, Bio-Medical Imaging
Description
1. Detected Malaria from microscopic tissue images by completely retraining pretrained model (Google's "NASNet") from scratch.
2. For training, concatenated global max pooling, global average pooling, flattened output, then added a dense layer with batch normalization and dropout and give to the output layer for final output prediction.
3. Attained validation accuracy of 95.72% and loss 0.1385 on 27K+ (330MB+) image malaria dataset.