Convolution in depth
Posted on Thu 05 April 2018 in Basics • Tagged with Deep Learning, Convolution
CNNs (Convolutional Neural Network) are the most powerful networks used in computer vision. Let's see what a convolutional layer is all about, from the definition to the implementation in numpy, even with the back propagation.
Continue reading