Skip to content

Repository files navigation

Convolution arithmetic

A technical report on convolution arithmetic in the context of deep learning.

Convolution animations

No padding, no stridesArbitrary padding, no stridesHalf padding, no stridesFull padding, no strides
No padding, no strides, transposedArbitrary padding, no strides, transposedHalf padding, no strides, transposedFull padding, no strides, transposed
No padding, stridesPadding, stridesPadding, strides (odd)
No padding, strides, transposedPadding, strides, transposedPadding, strides, transposed (odd)
No padding, no stride, dilation

Generating the Makefile

From the repository's root directory:

$ ./bin/generate_makefile

Generating the animations

From the repository's root directory:

$ make all_animations

The animations will be output to the gif directory. Individual animation steps will be output in PDF format to the pdf directory and in PNG format to the png directory.

Compiling the document

From the repository's root directory:

$ make

About

A technical report on convolution arithmetic in the context of deep learning

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages