@AndrewYNg: New course: Transformers in Practice. You'll get a practical view of how transformer-based LLMs work, so you can reason…

X AI KOLs Following Products

Summary

New course 'Transformers in Practice' from deeplearning.ai and AMD teaches practical understanding of transformer-based LLMs, covering text generation, attention mechanisms, and inference optimization techniques like quantization and KV caching.

New course: Transformers in Practice. You'll get a practical view of how transformer-based LLMs work, so you can reason about their behavior, diagnose problems like slow inference, and make smarter decisions about deployment. This course is built in partnership with @AMD and taught by @realSharonZhou. You'll see how transformers generate text one token at a time, how the model decides which earlier words matter most when predicting the next one, and how techniques like quantization speed up inference on GPUs. This is not a video-only course; interactive visualizations throughout let you play with these concepts and build intuition that sticks. Skills you'll gain: - Understand why LLMs hallucinate, and RAG and chain-of-thought shape what they generate - Look inside the model to see how attention and layers combine to predict the next token - Diagnose inference bottlenecks and learn the techniques that speed up transformers on GPUs Join and understand what's really happening inside your LLMs: https://deeplearning.ai/courses/transformers-in-practice…
Original Article
View Cached Full Text

Cached at: 05/14/26, 04:40 PM

New course: Transformers in Practice. You’ll get a practical view of how transformer-based LLMs work, so you can reason about their behavior, diagnose problems like slow inference, and make smarter decisions about deployment. This course is built in partnership with @AMD and taught by @realSharonZhou. You’ll see how transformers generate text one token at a time, how the model decides which earlier words matter most when predicting the next one, and how techniques like quantization speed up inference on GPUs. This is not a video-only course; interactive visualizations throughout let you play with these concepts and build intuition that sticks. Skills you’ll gain: - Understand why LLMs hallucinate, and RAG and chain-of-thought shape what they generate - Look inside the model to see how attention and layers combine to predict the next token - Diagnose inference bottlenecks and learn the techniques that speed up transformers on GPUs Join and understand what’s really happening inside your LLMs: https://deeplearning.ai/courses/transformers-in-practice…


Transformers in Practice

Source: https://www.deeplearning.ai/courses/transformers-in-practice

Understand what’s actually happening inside your LLMs

  • Understand text generation: see how transformers produce output one token at a time, and why that explains so much about their behavior.
  • Look inside the model: build intuition for what attention is really doing, how positional encoding works, and how layers combine to make predictions.
  • Optimize for production: learn how quantization, KV caching, and flash attention help transformers run efficiently on GPUs.

Why Enroll

If you’ve worked with LLMs, you’ve probably run into slow inference, out-of-memory errors, or hallucinations you couldn’t explain. There’s no shortage of resources on how transformers work, but most of them either ask you to build one from scratch or get lost in theory that doesn’t connect to the problems you’re actually facing.

Transformers in Practice is different. Taught by Sharon Zhou, VP of Engineering & AI at AMD, this course gives you a complete practical view of how transformers work, from how they generate text to what’s happening inside the model to how it all gets optimized to run on real hardware. Interactive visualizations throughout let you see key concepts in action and build intuition that actually sticks.

Here’s what you’ll learn:

  • **Model Behavior:**You’ll learn how LLMs generate text through an autoregressive loop, selecting one token at a time from a probability distribution. You’ll see how sampling parameters like temperature shape the output, why hallucinations happen, and how techniques like RAG, constrained generation, and chain-of-thought reasoning all work within this same loop.
  • **Model Architecture and Attention:**You’ll look inside the transformer to understand what attention is really doing, how positional encoding tracks token order, and how multiple layers and attention heads work together to turn an input sequence into a next-token prediction.
  • **Scaling and Deploying:**You’ll learn why GPUs are well-suited for transformer inference and where the real bottlenecks are. You’ll build practical intuition for quantization, KV caching, flash attention, and speculative decoding, including the tradeoffs each one introduces for cost, speed, and output quality.

You’ll earn a certificate upon completing the course, recognizing your skills in transformer-based language models.

In partnership with

nullWe built this course with AMD to help engineers move beyond treating LLMs as black boxes. You’ll build practical intuition for how transformers generate text, process context, and run efficiently on GPUs, while learning techniques and concepts that apply across transformer-based models and hardware environments.

Who should join?

This course is designed for software engineers, ML engineers, and developers who work with LLMs and want to understand what’s actually happening under the hood.

You don’t need to have built a model from scratch, but you should be comfortable using LLMs through an API or chat interface and have a basic understanding of neural network concepts like weights, layers, and training.

Course Outline

Transformers in Practice

Module 1: Observed behavior

Module 2: LLM internals and attention

Module 3: Scaling and deploying

Instructor

Sharon Zhou

Sharon Zhou

VP of Engineering & AI at AMD

What Learners From Previous Courses Say About DeepLearning.AI

Frequently Asked Questions

I have questions about my DeepLearning.AI Pro subscription, whom can I ask?

Please send an email to[email protected]to receive assistance.

How much does a Pro membership cost?

The DeepLearning.AI Pro membership costs $25/mo billed annually and $30/mo billed monthly.

More pricing details are available on themembership page.

Important details:

  • All prices are listed in USD
  • Payments are processed securely via Stripe
  • Taxes may apply depending on your location

Will I receive a certificate at the end of the course?

Yes! If you’re a DeepLearning.AI Pro member, you’ll earn a certificate upon completing the course, recognizing your skills in AI prompting.

Similar Articles

LLMs 101: A Practical Guide (2026 Edition)

X AI KOLs

A comprehensive practical guide to LLMs covering inference mechanics, tokens, Transformers, KV cache, local deployment hardware, and quantization as of May 2026.