Deep Learning 5 - Simple Convolutional Neural Networks in Pytorch

#convolutionalneuralnetworks #deeplearning #computervision We explore convolutional neural networks (CNN) when doing image classification tasks, and show how we can create them in pytorch. We explain the ideas behind convolution, max pooling, strides, and feature map computations. This is a simple introduction to CNNs, and we'll go more in depth regarding these in upcoming lectures.