A technical report on convolution arithmetic in the context of deep learning.
The code and the images of this tutorial are free to use as regulated by the licence and subject to proper attribution:
- [1] Vincent Dumoulin, Francesco Visin - A guide to convolution arithmetic for deep learning (BibTeX)
From the repository's root directory:
$ conda env create -f environment.yaml
From the repository's root directory:
$ mkdir gif && mkdir png && mkdir pdf
From the repository's root directory:
$ conda activate conv_arithmetic
$ make thesis
The resulting pdfs will be output to the pdf
.