Jump to content

Convolutional neural network: Difference between revisions

Line 65: Line 65:
* Zero
* Zero
* Mirror
* Mirror
With convolution layers in tensorflow and other libraries you often see these two types of padding:
* <code>VALID</code> - Do not do any padding
* <code>SAME</code> - Apply zero padding such that the output will have resolution \(x/stride\).


===Dilation===
===Dilation===