一些生成网络相关的算法
| bayes | ||
| gan | ||
| readme.md | ||
Generative Models
Introduction
There are so many generative ideas, including ar, vae, gan, flow, diffusion. For each idea, researchers have developed many algorithms by combining other frameworks, such as visual auto regressive, which is the best paper of NeurIPS 2024, as stable diffusion, which is an excellent work on image generation. This package is trying to reproduce some excellent algorithms, and is going to extend their applications to SPAD tasks. All these algorithms can be the backbone in many complex frameworks.