Convolutional neural network: Difference between revisions

Line 20: Line 20:


===Padding===
===Padding===
Convolutional layers yield an output smaller than the input size.
We can use padding to increase the input size.
;Types of padding
* Zero
* Mirror
===Dilation===
===Dilation===
===Groups===
===Groups===