Translations:Convolutional Neural Networks/7/en: Difference between revisions
(Importing a new version from external source) |
(Importing a new version from external source) Tag: Manual revert |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Revision as of 21:57, 27 April 2026
- Kernel size — the spatial extent of the filter (e.g. $ 3 \times 3 $, $ 5 \times 5 $).
- Stride — the step size between successive positions of the kernel. A stride of 2 halves the spatial dimensions.
- Padding — adding zeros around the border of the input to control the output size. "Same" padding preserves spatial dimensions; "valid" padding uses no padding.