Generative Adversarial Networks

0 0
  • 0 Collaborators

...learn more

Project status: Published/In Market

Artificial Intelligence

Code Samples [1]

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

Repository

https://github.com/flirtguru/GAN-s

Comments (0)