Skip to content

ZexinYan/Deep-Generative-Model-Family

Repository files navigation

Deep Generative Model Family

Deep generative models have revolutionized the field of artificial intelligence by enabling the creation of realistic and high-quality synthetic data. This project aims to implement various deep generative models. Instead of focusing on improving the performance of models, this project implements the simplest models to solve the task of generating hand-written images (MNIST) by showing how these models train and sample.

Model Family

  1. Auto-Regressive Model
  • PixelCNN
  1. Generative Adversarial Networks
  • Wasserstein GAN
  1. Variational AutoEncoder
  • Mixture Gaussian Model
  1. Energy-Based Model
  • Contrastive Divergence Learning via Metropolis-Hastings MCMC
  1. Normalized Flow Model
  • Multi Scale Normalized Flow Model
  1. Diffusion Model
  • DDPM

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages