GANs, namely Generative Adversarial Networks, are a hot topic nowadays. These models have the ability of generating good quality data, learning their distributions on a training set. Image generation in particular benefited from this framework, thanks also to the ease of assessment of the results obtained. Here we review the analysis of GAN models, recalling the necessary results from game theory, and propose a parametrization of the problem, which is then assessed analytically and by means of simulation, on image generation with MNIST dataset. With this parametrization it seems that in some cases it is possible to speed up the training phase.
guglielmocamporese/A-Deep-Introspection-on-Generative-Adversarial-Networks
Study and implementation of a GAN with Goodfellow’s approach.
Jupyter Notebook