Jump to content

Convolutional neural network: Difference between revisions

Line 96: Line 96:


===Stride===
===Stride===
How much the kernel moves. Typically 1 or 2.
How much the kernel moves. Typically 1 or 2
Moving by 2 will yield half the resolution of the input.


===Padding===
===Padding===