Skip to content

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

License

Notifications You must be signed in to change notification settings

maxfrei750/conv_arithmetic

 
 

Repository files navigation

Convolution arithmetic

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:

Setting up conda environment

From the repository's root directory:

$ conda env create -f environment.yaml

Setting up output folders

From the repository's root directory:

$ mkdir gif && mkdir png && mkdir pdf

Generating the pdfs for the thesis

From the repository's root directory:

$ conda activate conv_arithmetic
$ make thesis

The resulting pdfs will be output to the pdf.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 57.3%
  • TeX 33.5%
  • Python 9.2%