An open API service indexing awesome lists of open source software.

https://github.com/mwoss/malaria-detection

Malaria cells detection using CNN model.
https://github.com/mwoss/malaria-detection

classification cnn deep-learning kaggle keras malaria-detection

Last synced: 3 months ago
JSON representation

Malaria cells detection using CNN model.

Awesome Lists containing this project

README

        

### Malaria cells detection
Detecting and deploying Image Cells that contain Malaria or not!

Short documentation and problem overview can be found in notebook.

Dataset used: [Malaria Cell Images Dataset from Kaggle.com](https://www.kaggle.com/iarunava/cell-images-for-detecting-malaria)
Useful articles:
* [A Beginner's Guide To Understanding Convolutional Neural-Networks](https://adeshpande3.github.io/adeshpande3.github.io/A-Beginner's-Guide-To-Understanding-Convolutional-Neural-Networks/)
* [A Comprehensive Guide to Transfer Learning](https://www.kaggle.com/rajmehra03/a-comprehensive-guide-to-transfer-learning)
* [Building a Convolutional Neural Network (CNN) in Keras](https://towardsdatascience.com/building-a-convolutional-neural-network-cnn-in-keras-329fbbadc5f5)
* [Train Keras model faster with Batch Normalization](https://www.dlology.com/blog/one-simple-trick-to-train-keras-model-faster-with-batch-normalization/)