Assignment task: Explain very clearly and do not copy from anywhere
Deep learning:
a). Given a 128 x 128 x 32 tensor and 16 convolution filters of size 3 x 3 x 32, what with be the size of the resulting tensor when convolving without zero padding.
b). Repeat the previous question when using a stride of 2.