Files
2026-05-16 17:16:51 +08:00

20 lines
715 B
Markdown
Raw Permalink 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.
---
title: 03-生成模型
tags:
- 生成模型
- 深度学习
---
# 生成模型
本文件夹收录生成式模型的相关内容包括生成对抗网络GAN、变分自编码器VAE、标准化流NF/CNF以及 Neural ODE 与 FFJORD 等。这些模型能够学习数据分布并生成新的样本。
## 内容索引
| 文件 | 主题 |
|------|------|
| `01-VAE-变分自编码器.md` | VAE 变分自编码器 |
| `01-能量模型.md` | 能量模型与能量函数 |
| `02-GAN-对抗生成网络.md` | GAN 对抗生成网络 |
| `02-Neural-ODE-FFJORD.md` | Neural ODE 与 FFJORD 连续标准化流 |
| `03-NF-CNF-标准化流与连续标准化流.md` | 标准化流与连续标准化流 |