State Library Victoria acknowledges the traditional lands of all the Victorian Aboriginal clans, and their cultural practices and knowledge systems. We recognise that our collections hold traditional cultural knowledge belonging to Indigenous communities in Victoria and around the country. We support communities to protect the integrity of this information, gathered from their Ancestors in the colonial period. We pay our respects to their Elders, past and present, who have handed down these systems of practice to each new generation for millennia

State Library Victoria Logo

Generative adversarial network

[JEN-uh-ruh-tiv ad-vuh-SAIR-ee-uhl NET-wurk] /ˈdʒɛn(ə)rətɪv ˌadvəˈsɛːriəl ˈnɛtwəːk/

A machine learning framework where two deep neural networks, a generator and a discriminator, are pitted against each other to eventually train the generator network to create highly realistic synthetic data. Both models are continuously updated, with the generator attempting to mimic a real-world dataset, and the discriminator judging whether this incoming data is real (from the training dataset) or fake (generated by the other neural network). Once the generator network can consistently fool the discriminator, the generator neural network can be used to create highly realistic synthetic data in the form of images, sounds, text, or whatever other form of data it was trained on.