Tutorials

All tutorial materials will be available on this page.

Additionally, the tutorial notebooks can be viewed in your browser by using nbviewer.

Tutorial 7: Attention

less than 1 minute read

Attention mechanisms, sequence-to-sequence models, machine translation.

Tutorial 10: CUDA Kernels

less than 1 minute read

The CUDA programming model, numba, implementing CUDA kernels in python, thread synchronization, shared memory