Skip to main content

Chapter 0.1 - Course Index

Welcome to the complete, step-by-step mathematical breakdown of Large Language Models (Decoder-only Transformer Architecture)! Below is the structured index of all course modules:

Course Repository

All the code, notebooks, and materials for this course can be found on our official GitHub repository: hashcodes7/GPT2-End-to-End-Architecture

Chapter 1: Pre Requisite Maths

Chapter 3: Input Processing and Embeddings (End to End Walkthrough)

Chapter 6: Multi Head Attention

Chapter 7: Pre FFN Cleanup

Chapter 8: Feed Forward Network (FFN)

Chapter 9: Post FFN Cleanup