PyLessons April 18, 2023 Introduction to GANs with TensorFlow In this tutorial, we'll cover the basics of GANs (Generative Adversarial Networks) step-by-step in TensorFlow. As an example, we'll use a basic MNIST dataset
PyLessons May 30, 2023 Training WGAN-GP to generate fake People portrait images We'll cover more advanced Generative Adversarial Network technique WGAN-GP. We'll train it on a popular celebA human portrait dataset