cs-self-learning/docs/深度生成模型/MIT6.S184.en.md
Yinmin Zhong 0e793039d8
[COURSE] Add MIT 6.S184 (#772)
* Add course

* add nav
2025-07-11 00:52:24 +08:00

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