A guide to convolution arithmetic for deep learning

Vincent Dumoulin, Francesco Visin
2016
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
L1126 // Reference: https://arxiv.org/pdf/1603.07285.pdf
L1280 // Reference: https://arxiv.org/pdf/1603.07285.pdf
â–¶ tensorflow/python/keras/layers/convolutional.py
3
L912 https://arxiv.org/abs/1603.07285v1)
L1181 learning](https://arxiv.org/abs/1603.07285v1)
L1489 learning](https://arxiv.org/abs/1603.07285v1)
Link copied to clipboard!