Summary

GANs in Action teaches you how to build and train your own Generative Adversarial Networks, one of the most important innovations in deep learning. In this book, you'll learn how to start...

Buy Now From Amazon

Summary

GANs in Action teaches you how to build and train your own Generative Adversarial Networks, one of the most important innovations in deep learning. In this book, you'll learn how to start building your own simple adversarial system as you explore the foundation of GAN architecture: the generator and discriminator networks.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Generative Adversarial Networks, GANs, are an incredible AI technology capable of creating images, sound, and videos that are indistinguishable from the "real thing." By pitting two neural networks against each other—one to generate fakes and one to spot them—GANs rapidly learn to produce photo-realistic faces and other media objects. With the potential to produce stunningly realistic animations or shocking deepfakes, GANs are a huge step forward in deep learning systems.

About the Book

GANs in Action teaches you to build and train your own Generative Adversarial Networks. You'll start by creating simple generator and discriminator networks that are the foundation of GAN architecture. Then, following numerous hands-on examples, you'll train GANs to generate high-resolution images, image-to-image translation, and targeted data generation. Along the way, you'll find pro tips for making your system smart, effective, and fast.

What's inside

  • Building your first GAN
  • Handling the progressive growing of GANs
  • Practical applications of GANs
  • Troubleshooting your system

About the Reader

For data professionals with intermediate Python skills, and the basics of deep learning-based image processing.

About the Author

Jakub Langr is a Computer Vision Cofounder at Founders Factory (YEPIC.AI). Vladimir Bok is a Senior Product Manager overseeing machine learning infrastructure and research teams at a New York-based startup.

Table of Contents

    PART 1 - INTRODUCTION TO GANS AND GENERATIVE MODELING

  1. Introduction to GANs
  2. Intro to generative modeling with autoencoders
  3. Your first GAN: Generating handwritten digits
  4. Deep Convolutional GAN
  5. PART 2 - ADVANCED TOPICS IN GANS

  6. Training and common challenges: GANing for success
  7. Progressing with GANs
  8. Semi-Supervised GAN
  9. Conditional GAN
  10. CycleGAN

    PART 3 - WHERE TO GO FROM HERE

  11. Adversarial examples
  12. Practical applications of GANs
  13. Looking ahead


Similar Products

Generative Deep Learning: Teaching Machines to Paint, Write, Compose, and PlayHands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent SystemsHands-On Unsupervised Learning Using Python: How to Build Applied Machine Learning Solutions from Unlabeled DataNatural Language Processing in Action: Understanding, analyzing, and generating text with PythonProgramming PyTorch for Deep Learning: Creating and Deploying Deep Learning ApplicationsDeep Reinforcement Learning Hands-On: Apply modern RL methods, with deep Q-networks, value iteration, policy gradients, TRPO, AlphaGo Zero and moreDeep Learning with PythonGenerative Adversarial Networks Cookbook: Over 100 recipes to build generative models using Python, TensorFlow, and Keras