cs-self-learning/docs/深度生成模型/MIT6.S184.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 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MIT6.S184: Generative AI with Stochastic Differential Equations
## 课程简介
- 所属大学MIT
- 先修要求Basic understanding of deep learning, and be comfortable with calculus and linear algebra
- 编程语言Python (with PyTorch)
- 课程难度:🌟🌟🌟🌟
- 预计学时20
这门课程是由 MIT CSAIL 的 IAP 小学期开办的扩散模型入门课程。该课程由 MIT 学生 Peter Holderrieth 和 Ezra Erives 主讲,从微分方程的视角深入浅出地讲解了扩散模型和流匹配模型的数学理论基础,并且配以实践让学生从零构建扩散模型,最后通过讲座介绍其在分子设计和机器人学等前沿技术中的应用。
课程配套的教材笔记写得非常好,推荐仔细阅读。
## 课程资源
- 课程网站https://diffusion.csail.mit.edu/
- 课程视频:参见课程网站
- 课程教材:[An Introduction to Flow Matching and Diffusion Models](https://arxiv.org/abs/2506.02070)
- 课程作业:三个实验,具体参见课程网站