LLM From Scratch is a hands-on workshop where you write every piece of an AI from nothing
… Here are all the courses you can take: Part What You'll Write Concepts Part 1: Tokenization Character-level tokenizer Character encoding, vocabulary size, why BPE fails on small data Part 2: The Transformer Full GPT model architecture Embeddings, self-attention, layer norm, MLP blocks Part 3: The T… …