Build a Large Language Model (From Scratch) – Live Coding with Sebastian Raschka

عدد الدروس : 47 عدد ساعات الدورة : 12:29:11 شهادة معتمدة : نعم التسجيل في الدورة للحصول على شهادة

للحصول على شهادة

  • 1- التسجيل
  • 2- مشاهدة الكورس كاملا
  • 3- متابعة نسبة اكتمال الكورس تدريجيا
  • 4- بعد الانتهاء تظهر الشهادة في الملف الشخصي الخاص بك
A practical, chapter-by-chapter live coding course teaching how to build an LLM from scratch, including tokenization, embeddings, and training pipelines.

قائمة الدروس

عن الدورة

el (From Scratch)” chapter-by-chapter live coding series by Sebastian Raschka is a hands-on educational course that walks learners through the full process of building a modern language model step by step. It is designed for learners who want to deeply understand how LLMs work by implementing them from the ground up.

The course begins with environment setup, ensuring learners have the correct Python tools and dependencies to start building language models.

It then moves into text processing fundamentals, including tokenization, where raw text is broken into meaningful units that models can understand.

Learners are guided through converting tokens into token IDs and adding special context tokens, which are essential for structured input representation.

A major focus is Byte Pair Encoding (BPE), a key tokenization method used in modern LLMs, helping compress and efficiently represent langu