|
|
|
|
|
by orm
914 days ago
|
|
Hm, not exhaustive but I think these are potentially useful to you: The deeplearning.ai math basics for deep learning, seems self-contained.
MiniTorch repo (implement your own tiny torch) seems also helpful to understand what goes on during training.
MinGPT repo (to understand a basic version of GPT model structure)
Dive into deep learning (textbook avail online, more focused on practical DL) |
|