Texts: (1) Consider the following matrix:
0
0
0
i) Apply the following 3x3 kernel, using stride 1, to the above matrix.
(ii) Apply the above kernel using a bias of -1 and a ReLU activation function.
(iii) Apply the following 3x3 kernel, using stride 1, to the above matrix.
0
(iv) Apply the above kernel using a bias of -1 and a ReLU activation function.
(v) Apply max-pooling using a 2x2 window with stride 2 to the output matrices obtained in exercises (iv).