Convolution basics
Convolution Kernels
Last updated
Convolution Kernels
Last updated
1 * 1 convolution layer is used to change the number of channel
To transform a feature map from channels to channels, we will need kernels
Stride, padding, and kernel size determine the width and height of the output feature map :
Pooling changes the size of feature map but not the channel number of it.