All my notebooks and code following Karpathy's legendary deep learning course: https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ
I have taken notes on the lectures and for almost all of the papers with my iPad. You can find those notes here:
https://www.icloud.com/notes/00c6eNDOsc0ouJGnoyuTDDhIg#Deep_Learning
For the final course, I decided to push myself and build GPT-2 from scratch and not watch the video until after I was already training the model. Because of that, you won't find the course notebook and code.
Instead, you can see my implementation of GPT-2 here: https://github.com/vhmth/gpt-2