ai-learnings

Transformers

The architecture behind every modern LLM: attention, multi-head attention, the transformer block, positional encodings, layer norm, residual connections.

What’s here

Status

[~] In progress — going through alongside courses/karpathy/gpt-from-scratch/.

Prerequisites

foundations/backprop/ — you should be comfortable with how gradients flow before you stack 12 attention layers.

Resources