A Convolutional Neural Network (ConvNet/CNN) is a Deep Learning algorithm which can take in an input image, assign importance (learnable weights and biases) to various aspects/objects in the image and be able to differentiate one from the other.
This dataset contains two types of images of cells infected and uninfected. if image recognised is infected than the person is having maleria. Yes we know spelling of MALERIA is wrong.
Train your own model by downloading the dataset.
See our Code at Github.