Project 7: Generative Model (GAN/VAE)
Build a generative model to create new images or text.
Difficulty
Advanced
Time Estimate
2-3 weeks
Skills You'll Practice
- Generative Models
- GANs
- VAEs
- Deep Learning
Learning Objectives
- Understand GANs and VAEs
- Train generative models
- Handle training challenges
- Evaluate generative models
- Generate new content
Dataset
CelebA, MNIST, or custom dataset
Project Steps
- Understand GAN/VAE architecture
- Build generator and discriminator
- Train model
- Generate new samples
- Evaluate quality
- Experiment with variations