Hi guys, I want to know what is the difference between Convolution and Deconvolution Layer. In matlab code, the deconvolution is the same as convolution with rot180 filter and full padding.
If the filters in Deconvolution and Convolution layer all need to be trained, that means they don't have the same filter parameters with 180 degree rotation relation. What's the difference between
Convolution and Deconvolution Layer in Caffe ? I extract the trained filter parameters, and i don't find any relationship between Convolution and Deconvolution Layer. Can anyone help me?
Please and thank you .