#568 · Primary category: Education & Research
generative-models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Project last updated:03/24/24
GitHub Stars
7.5K
Forks
2.0K
Contributors
7
License
Unlicense
Why we included this project
Reading a paper on GANs is one thing; seeing the same model written out in clean, runnable code is another. This repository collects working implementations of the major generative model families in PyTorch and TensorFlow. The GAN lineup alone spans the classics, from vanilla and Wasserstein to InfoGAN, DiscoGAN, and boundary equilibrium, and it continues with variational autoencoders, restricted Boltzmann machines, and a Helmholtz machine. Each model comes with training code and saves generated samples to an output folder, so you can run an experiment and inspect what it produces. That makes it a solid study companion for a student learning the mechanics or a researcher revisiting a classic paper, and a handy way to understand a generative architecture before picking a production tool. The code is meant for learning, not deployment, so expect to adapt it rather than run it as-is.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI