Swall0w / papers

This is a repository for summarizing papers especially related to machine learning.
65 stars 7 forks source link

A guide to convolution arithmetic for deep learning #706

Open Swall0w opened 5 years ago

Swall0w commented 5 years ago

Vincent Dumoulin, Francesco Visin

We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures. The guide clarifies the relationship between various properties (input shape, kernel shape, zero padding, strides and output shape) of convolutional, pooling and transposed convolutional layers, as well as the relationship between convolutional and transposed convolutional layers. Relationships are derived for various cases, and are illustrated in order to make them intuitive.

https://arxiv.org/abs/1603.07285