A generative adversarial network (GAN) involves two deep neural networks: one attempts to generate a realistic image (or other media), and the other acts as a critic deterimining if the image looks real. The effect is rather like the method used in game playing by which networks play against each other and learn to be better and better. As the generator network improves the critic has to learn to make finer distinctions, which then forces the generator to learn to be yet better.
Also known as: GAN
Used in glossary entries: deep neural network, game playing