mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-26 03:17:01 +08:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
# MIT6.S184: Generative AI with Stochastic Differential Equations
|
|
|
|
## Course Introduction
|
|
|
|
- University: MIT
|
|
- Prerequisites: Basic understanding of deep learning, and be comfortable with calculus and linear algebra
|
|
- Programming Language: Python (with PyTorch)
|
|
- Course Difficulty: 🌟🌟🌟🌟
|
|
- Estimated Study Hours: 20
|
|
|
|
This course is an introductory diffusion model course offered during MIT's IAP term by MIT CSAIL. Taught by MIT students Peter Holderrieth and Ezra Erives, the course provides a clear and accessible explanation of the mathematical foundations of diffusion and flow-matching models from the perspective of differential equations. It also includes hands-on labs where students build diffusion models from scratch, concluding with lectures on applications in cutting-edge areas such as molecular design and robotics.
|
|
|
|
The accompanying lecture notes are exceptionally well-written and highly recommended for in-depth reading.
|
|
|
|
## Course Resources
|
|
|
|
- Course Website: https://diffusion.csail.mit.edu/
|
|
- Course Videos: See course website
|
|
- Course Textbook: [An Introduction to Flow Matching and Diffusion Models](https://arxiv.org/abs/2506.02070)
|
|
- Course Assignments: Three labs, see course website for details
|