Photo by Vinicius "amnx" Amano on Unsplash

Hands-on Generative AI with GANs using Python: DCGAN

Improving synthetic image generation with convolutional layers in PyTorch

Marcello Politi
Towards Data Science
5 min readApr 4, 2023

--

Introduction

In my previous article, we have seen how to use GANs to generate images of the type of MNIST dataset. We achieved good results and succeeded in our intent. However, the two networks G (generator) and D…

--

--