January 2019
Intermediate to advanced
386 pages
11h 13m
English
We've now described how convolutional layers work, but we'll gain better intuition with a visual example. Let's implement a convolution operation by applying a couple of filters across an image. For the sake of clarity, we'll implement the sliding of the filters across the image manually and we won't use any DL libraries. Let's start.
import numpy as np