0% found this document useful (0 votes)
33 views1 page

Generative Adversarial Networks

GANs are a machine learning framework with two neural networks, a generator that creates fake data and a discriminator that detects real from fake data, as they compete the generator improves at producing realistic data and has applications in image generation, video synthesis, and creating art and music.

Uploaded by

ranzit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Generative Adversarial Networks

GANs are a machine learning framework with two neural networks, a generator that creates fake data and a discriminator that detects real from fake data, as they compete the generator improves at producing realistic data and has applications in image generation, video synthesis, and creating art and music.

Uploaded by

ranzit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Generative Adversarial Networks (GANs) are a class of machine learning

frameworks designed by a pair of neural networks: a generator and a discriminator.


The generator creates fake data, and the discriminator attempts to detect whether
data is real or generated. Through this competition, the generator improves its
ability to produce realistic data.

Components of GANs:
1. Generator Network
2. Discriminator Network

Applications of GANs:
- Image Generation
- Video Synthesis
- Creating Art and Music

You might also like