An Introduction to Convolutional Neural Networks

Helene
11 min readMay 3, 2022

In this series, we will start to learn about Convolutional Neural Networks. We will not only learn about them on an intuitive level, but we will also try to understand the underlying math and how we can implement the Neural Networks by using Python and PyTorch.

Getting Introduced to Convolutional Neural Network

So, what exactly is a Convolutional Neural Network? To understand them, let us first remember how we define Neural Networks. As stated, Neural Networks are a subset of machine…

--

--