AskAiml Academy Β· Advanced

Large Language Models

A research-engineer course on what is inside an LLM: the math and PyTorch foundations, neural nets and sequence models, the Transformer and building GPT from scratch, pretraining objectives and scaling laws, post-training (SFT, RLHF, DPO, reasoning RL), inference and serving (KV cache, quantization, speculative decoding), frontiers (MoE, Mamba, multimodal, agentic models), and evaluation and interpretability. Ends with a portfolio of buildable projects and an interview workbook.

  • 9 modules
  • 35 lessons
  • 4h of reading
  • 5 projects
0% complete
Lessons done
0 / 35
Badges earned
0 / 9
Certificate
Not yet earned

Create a free account to track progress

Curriculum

9 modules, from primitives to production

Every module ends in a quiz. Pass it to earn the badge. Pass the final exam to earn the certificate.

Achievements

Collect a badge per module

Badges unlock as you pass each module quiz. The final exam issues a verifiable certificate you can share.

  • Foundations specialist
  • Neural foundations specialist
  • Transformer specialist
  • Pretraining specialist
  • Post-training specialist
  • Inference specialist
  • Frontiers specialist
  • Evaluation & interpretability specialist
  • Certified LLM Engineer

Certified LLM Engineer

Pass the final exam to receive a certificate with a public verification link and a unique serial number.

Take the final exam
Portfolio

5 projects that prove you can build it

Reading is not evidence. Each project is a deployable system you can put in front of an interviewer.

Intermediate

BPE tokenizer from scratch

Build a byte-level BPE tokenizer in pure Python, train it on a small corpus, and compare against tiktoken.

See all projects