#007 CNN One Layer of A ConvNet
One layer of a Convolutional Neural Network We will now present how to make one convolutional layer within our network. Let’s go through the example. We’ve seen in the previous post how to take a 3D volume and convolve it with two different filters in order to get two different \(4 \times 4 \) outputs. An example of a convolution with two different filters Convolving with the first filter gives us one \(4 \times 4…
Read more