Convolutional Neural Network has been the most popular way for image-related Machine Learning tasks. This article intends to give you a simple yet clear deep dive into the Convolutional operations. We will be covering the following concepts: What is convolution operation? The easiest way to understand the convolution operation is by running the calculation...
NumPy Fundamentals – Understanding Matrix Dimensions
High dimensional array is a lot of pain I was really struggling to understand high dimensional array, especially in all the operations that involves manipulation in the axes of these ndarrays. If I could start all over again in learning Deep Learning, I would spend more time in understanding how to play around the...