Stanford CS221 | Autumn 2025 | Lecture 17: Language Models
Stanford Online · 79:45
Language models are next-token predictors: objects that assign probabilities to sequences and generate text by classifying the next vocabulary item given prior context. This lecture explains what that object is (tenso...