To achieve this we’ll use the following technologies:
Google says: “Generative Adversarial Networks (GANs) are one of the most interesting ideas in computer science today. Two models are trained simultaneously by an adversarial process. A generator (“the artist”) learns to create images that look real, while a discriminator (“the art critic”) learns to tell real images apart from fakes.”
Training of GANs is a process of training two neural nets simultaneously.
Software Engineer from Košice