home/dictionary/Generative Adversarial Network (gan)

Generative Adversarial Network (gan)

nouncandidate·updated May 13, 2026

No definition recorded.

Framework senses

A Gentle Introduction to Generative Adversarial Networks (GANs)1 senseview framework →
§1
Generative Adversarial Networks, or GANs for short, are an approach to generative modeling using deep learning methods, such as convolutional neural networks. Generative modeling is an unsupervised learning task in machine learning that involves automatically discovering and learning the regularities or patterns in input data in such a way that the model can be used to generate or output new examples that plausibly could have been drawn from the original dataset.
Artificial Intelligence: Background, Selected Issues, and Policy Considerations1 senseview framework →
§1
Generative adversarial networks (GANs) consist of two competing neural networks—a generator network that tries to create fake outputs (such as pictures), and a discriminator network that tries to determine whether the outputs are real or fake. A major advantage of this structure is that GANs can learn from less data than other deep learning algorithms.
AI Glossary: Artificial intelligence, in so many words1 senseview framework →
§1
A pair of jointly trained neural networks that generates realistic new data and improves through competition. One net creates new examples (fake Picassos, say) as the other tries to detect the fakes.
National Security Commission on Artificial Intelligence: The Final Report1 senseview framework →
§1
An approach to training AI models useful for applications like data synthesis, augmentation, and compression where two neural networks are trained in tandem: one is designed to be a generative network (the forger) and the other a discriminative network (the forgery detector). The objective is for each network to train and better itself off the other, reducing the need for big labeled training data.