This chapter provides an introduction to the basic concepts of generative adversarial networks (GANs), which are a type of neural network that can be used to generate synthetic data. Later chapters demonstrate how to use R and Python to use GANs to generate synthetic data for specific applications; this chapter provides crucial context for the R and Python chapters on generating synthetic data.
After brief introduction to GANs, we’ll explore the different ...