The GAN Book: Train stable Generative Adversarial Networks using TensorFlow2, Keras and Python

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Key Features Learn generative learning approach of ML and its key differences from the discriminative learning approach. Understand why GANs are difficult to train, and key techniques to make their training stable to get impressive results. Implement multiple variants of GANs for solving problems such as image generation, image-to-image translation, image super-resolution and so on. Book Description Generative Adversarial Networks have become quite popular due to their wide variety of applications in the fields of Computer Vision, Digital Marketing, Creative artwork and so on. One key challenge with GANs is that they are very difficult to train. This book is a comprehensive guide that highlights the common challenges of training GANs and also provides guidelines for developing GANs in such a way that they result in stable training and high-quality results. This book also explains the generative learning approach of training ML models and its key differences from the discriminative learning approach. After covering the different generative learning approaches, this book deeps dive more into the Generative Adversarial Network and their key variants. This book takes a hands-on approach and implements multiple generative models such as Pixel CNN, VAE, GAN, DCGAN, CGAN, SGAN, InfoGAN, ACGAN, WGAN, LSGAN, WGAN-GP, Pix2Pix, CycleGAN, SRGAN, DiscoGAN, CartoonGAN, Context Encoder and so on. It also provides a detailed explanation of some advanced GAN variants such as BigGAN, PGGAN, StyleGAN and so on. This book will make you a GAN champion in no time. What will you learn Learn about the generative learning approach of training ML models Understand key differences of the generative learning approach from the discriminative learning approach Learn about various generative learning approaches and key technical aspects behind them Understand and implement the Generative Adversarial Networks in details Learn about some key challenges faced during GAN training and two common training failure modes Build expertise in the best practices and guidelines for developing and training stable GANs Implement multiple variants of GANs and verify their results on your own datasets Learn about the adversarial examples, some key applications of GANs and common evaluation strategies Who this book is for If you are a ML practitioner who wants to learn about generative learning approaches and get expertise in Generative Adversarial Networks for generating high-quality and realistic content, this book is for you. Starting from a gentle introduction to the generative learning approaches, this book takes you through different variants of GANs, explaining some key technical and intuitive aspects about them. This book provides hands-on examples of multiple GAN variants and also, explains different ways to evaluate them. It covers key applications of GANs and also, explains the adversarial examples.

Author(s): Kartik Chaudhary
Publisher: Kartik Chaudhary
Year: 2024

Language: English
Pages: 702

Preface
Skill 1: Generative Learning
Experiment: VAE for Digit generation
Experiment: Pixel CNN for Handwritten Digits
Skill 2: Generative Adversarial Networks
Experiment: GAN for Handwritten Digits Generation
Skill 3: GAN Failure Modes
Experiment: Mode Collapse in GAN training
Experiment: Convergence Failure in GANs
Skill 4: Deep Convolutional GANs
Experiment: DCGAN for Fashion MNIST
Experiment: DCGAN for Anime Face Generation
Experiment: DCGAN for Human Face Generation
Skill 4(II): Into the Latent Space
Skill 5: Towards stable GANs
Skill 6: Conditional GANs
Experiment: CGAN for MNIST
Experiment: SSGAN or SGAN for Fashion MNIST
Experiment: Info GAN for MNIST Handwritten Digits
Experiment: ACGAN on Fashion MNIST
Skill 7: Better Loss functions
Experiment: WGAN on MNIST Digits Dataset
Experiment: LSGAN for MNIST Handwritten Digits
Experiment: WGAN-GP for Fashion MNIST Dataset
Skill 8: Image-to-Image Translation
Experiment: Pix2Pix for Black-n-White to Color Images
Experiment: Pix2Pix for Google Maps Experiment
Experiment: Cycle GAN for Apples to Oranges translation
Experiment: Cycle GAN for Horses to Zebras translation
Skill 9: Other GANs and experiments
Experiment: Super Resolution GAN or SRGAN
Experiment: Disco GAN for Male to Female Experiment
Experiment: Customized Cartoon GAN for 3 Experiments
Experiment: Context Encoder Experiment
Skill 9(II): Advanced Scaling of GANs
Skill 10: How to evaluate GANs?
Skill 11: Adversarial Examples
Skill 12: Impressive Applications of GANs
Skill 13: Top Research Papers
Bibliography