A guide to convolution arithmetic for deep learning

Tobias Würfl, Florin C. Ghesu, Vincent Christlein, Andreas Maier
2016
144 citations
5 references

Abstract

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.

1 repository
5 references

Code References

tensorflow/tensorflow
2 files
tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc
2
// Reference: https://arxiv.org/pdf/1603.07285.pdf
// Reference: https://arxiv.org/pdf/1603.07285.pdf
tensorflow/python/keras/layers/convolutional.py
3
https://arxiv.org/abs/1603.07285v1)
learning](https://arxiv.org/abs/1603.07285v1)
learning](https://arxiv.org/abs/1603.07285v1)
Link copied to clipboard!