Knowledge Graph — Coursera Notes › Academic disciplines › Information Technology / Computer Science › Artificial Intelligence › Generative AI › Generative AI Models
Generative Adversarial Networks (GANs)
concept · part of Generative AI Models
A generative AI model using a competitive framework of a generator and a discriminator to create realistic outputs. Suitable for realistic image creation.
GANs are particularly effective for tasks like image-to-image translation, super-resolution, and data augmentation. The generator learns to map random noise to the data distribution, while the discriminator distinguishes real from generated samples, leading to a minimax game that converges to a Nash equilibrium.
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.