hoedt / Tricks-of-the-Trade-presentation

An attempt to use modern technology for a simple presentation on tricks of the trade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Networks: Tricks of the Trade

These are the resources I used for my presentation on tricks of the trade for the AIDD workshop in 2021. Normally, I create my presentations using libreoffice or google slides, but this time I wanted to give revealjs a try. Since I have not yet completely figured things out yet, there might be some suboptimal solutions in there. Feel free to let me know if you know of improvements (e.g., how to improve citing/references).

  • A recording of this presentation is available on vimeo.
  • The slides can be directly viewed in the browser here.

Generated Images

The custom images for this presentation were generated in a python environment with following packages:

numpy~=1.19.2
matplotlib~=3.3.4
pytorch~=1.8.0
torchvision~=0.9.0

Simply running the script in the resources directory should generate the images:

cd resources
python normalisation.py
cd ..

Further Reading

My main resources are linked in the presentation, but probably there is a lot more information out there. If you know of articles/blog posts that share useful tricks for deep learning, then let me know so I can add them to the list below:

About

An attempt to use modern technology for a simple presentation on tricks of the trade.


Languages

Language:HTML 78.0%Language:Python 22.0%