The world is evolving and so is the technology serving it. It's crucial for everyone to keep up with the rapid changes in technology. One of the domains witnessing the fastest and largest evolution is ...
May 31, 2019 Leave a Comment
Image Classification using Convolutional Neural Networks in Keras
November 29, 2017 24 Comments
In this tutorial, we will learn the basics of Convolutional Neural Networks ( CNNs ) and how to use them for an Image Classification task. We will also see how data augmentation helps in improving the ...
Understanding Feedforward Neural Networks
October 9, 2017 16 Comments
In this article, we will learn about feedforward Neural Networks, also known as Deep feedforward Networks or Multi-layer Perceptrons. They form the basis of many important Neural Networks being used ...
Neural Networks : A 30,000 Feet View for Beginners
May 2, 2017 42 Comments
In this article, I am going to provide a 30,000 feet view of Neural Networks. The post is written for absolute beginners who are trying to dip their toes in Machine Learning and Deep Learning. We ...