Tag: Computer Vision

Deep Learning: An Introduction to Convolutional Neural Networks

Convolutional Neural Network (CNN for short) is perhaps the most widely used deep learning model when it comes to computer vision application. In this article, you will get to know about the basic working principle of convolutional neural networks. The Building Block of a CNN Convolutional Neural Networks are pretty widely used nowadays for image-classification […] ...

Digit Classification using Neural Networks

Image of Neurons

Updated on April 19, 2020. Getting started with Deep Learning and neural networks can be challenging. So, to make things easier, in this post you will get hands-on experience with practical deep learning. You will get to know MNIST digit classification by using Neural Networks. If you want, you can take a look at one of my previous posts for MNIST digit classification using Scikit-Learn (Not a pre-requisite). You may gain some insights […] ...