9: Generative AI – Large Language Models (LLMs) and Retrieval Augmented Generation (RAG)
MIT OpenCourseWare · 74:29
This lecture explains how next-word prediction turns a BERT-style transformer into an autoregressive language model like GPT: you keep the same stack and softmax-over-vocabulary setup, but replace bidirectional self-a...