VikParuchuri/zero_to_gpt
An interactive course teaching deep learning from scratch by building a GPT model with PyTorch.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
The repository contains Jupyter Notebook lessons that take learners from no deep learning knowledge to implementing their own GPT model. It covers foundational topics like linear algebra, NumPy, and gradient descent before progressing to complex subjects including transformers, GPU programming, and distributed training. The course balances theoretical concepts with practical implementation, using PyTorch as the primary framework.