Code and Documents related to Deep Learning Course at padh.ai
Note : Some links might not work. They are a work in progress.
Topic | Source |
---|---|
LSTMs solving vanishing gradient problem | Link |
Using nn.init methods for initialising weights in Pytorch | Link |
Long Short-Term Memory: From Zero to Hero with PyTorch | Link |
Understanding the return type of nn.LSTM in Pytorch | Link |
Operating with variable length sequences for batching using packing in Pytorch | Link |
Stackoverflow packing sequences | Link |
Backpropogation in CNN | Link 1 , Link 2 |
Utility of 1*1 convolutions | Link |
Illustrated Transformer | Link |
Attention is all you need; Attentional Neural Network Models, Łukasz Kaiser , Masterclass | Link |