Photo by Jez Timms on Unsplash In this article, we’ll be learning about using machine learning on sequential data. Recurrent Neural Networks (RNNs) and Long Short Term Memory (LSTM) are two types of networks that could be used...
Understanding Convolutional Neural Network with Malaria Cell Image Detection
Photo by Tanguy Sauvin on Unsplash In this article, we’ll be learning what is Convolutional Neural Network (CNN) and implement it for Malaria Cell Image dataset. I’ve got the dataset from Kaggle. CNN is a multilayer perceptron which is...
Implementing GAN using Tensorflow 2.0
Photo by Markus Spiske on Unsplash In the previous article, we learned the theoretical concepts of Generative Adversarial Networks. Please check out this blog on “Scratching the surface of Generative Adversarial Network”. In this article, we’ll understand how...