Jump to content

Convolutional neural network: Difference between revisions

Line 28: Line 28:


===Dilation===
===Dilation===
Space between pixels in the kernel<br>
A dilation of 1 will apply a 3x3 kernel over a 5x5 region. This would be equivalent to a 5x5 kernel with odd index weights (<math> i \% 2 == 1</math>) set to 0.
===Groups===
===Groups===