125 - What are Generative Adversarial Networks (GAN)?
YouTube Viewers YouTube Viewers
98.3K subscribers
62,080 views
0

 Published On May 21, 2020

Generative adversarial networks (GANs) are deep learning architectures that use two neural networks (Generator and Discriminator), competing one against the other. The generator tries to create realistic looking fake data (e.g. images) and the discriminator tries to classify whether the data is real or fake. After a few thousand (or million) epochs, the generator trained model can be used to create new fake data that can pass for real data.

This tutorial provides a quick overview of GANs. The next tutorial in the playlist covers the implemetation of GAN using Keras in Python.

References from the video:
https://www.thispersondoesnotexist.com/
http://www.wisdom.weizmann.ac.il/~vis...

Code generated in the video can be downloaded from here: https://github.com/bnsreenu/python_fo...

show more

Share/Embed