Generative Adversarial Networks
- 0 Collaborators
Project status: Published/In Market
Overview / Usage
A new way to generate data.
Methodology / Approach
I used a Generator and a Discriminator architecture to generate new images.
The model was trained on a MNIST database.
The generator is a deconv network whereas discriminator is a conv network both get better with time and try to defeat each other.
Technologies Used
Pytorch