A z-normalized 3x3 image has the following pixel values -1, -1, 0, -1, 1, 1, 1, ...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
A z-normalized 3x3 image has the following pixel values -1, -1, 0, -1, 1, 1, 1, 0, 0. A convolution layer accepts this image as input and uses a 3x3 filter with each of its weight values set to 1. The filter convolves the image with a padding of 0 and a stride of 1. If a bias weight of 0 and the ReLU activation function are used, what is the highest activation of this convolution layer when this filter is used on this image?