Loading
Cover of GANs in Action: Deep learning with Generative Adversarial Networks
English Beginner Machine Learning

GANs in Action: Deep learning with Generative Adversarial Networks

Jakub Langr,Vladimir Bok

Vladimir Bok

4.0 / 5

1 reviews

2019

Published

241

pages

580

views

Deep learning systems have gotten really great at identifying patterns in text, images, and video. But applications that create realistic images, natural sentences and paragraphs, or native-quality translations have proven elusive. Generative Adversarial Networks, or GANs, offer

About this book

Deep learning systems have gotten really great at identifying patterns in text, images, and video. But applications that create realistic images, natural sentences and paragraphs, or native-quality translations have proven elusive. Generative Adversarial Networks, or GANs, offer a promising solution to these challenges by pairing two competing neural networks' one that generates content and the other that rejects samples that are of poor quality. GANs in Action: Deep learning with Generative Adversarial Networks teaches you how to build and train your own generative adversarial networks. First, you'll get an introduction to generative modelling and how GANs work, along with an overview of their potential uses. Then, you'll 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.

Ask this book

Your question is answered in the context of this title and author. Each answer uses 2 points.

Sign in to ask the book assistant.

Reader reviews

1 reviews · 4.0 average out of 5

veli

2025/11/09

4 / 5

GANs in Action is an excellent introduction to the world of Generative Adversarial Networks (GANs) for both practitioners and enthusiasts of deep learning. Langr and Bok manage to break down complex concepts into digestible pieces, guiding the reader from fundamental theory to hands-on implementation.

The book begins by explaining the underlying mathematics of GANs and the adversarial training process, striking a good balance between clarity and depth. Each chapter includes practical examples, often implemented in Python with TensorFlow and Keras, which help solidify the reader’s understanding.

What sets this book apart is its focus on real-world applications: from image generation and style transfer to advanced topics like conditional GANs and training stability. The authors also discuss common pitfalls and challenges in GAN training, making the content realistic and applicable to actual projects.

While the book is approachable, a basic understanding of neural networks and Python programming is recommended to get the most out of it. Overall, GANs in Action is a highly practical resource for anyone looking to explore generative models, offering both the conceptual framework and actionable guidance needed to start building your own GAN projects.

Rating: 4.5/5 – Informative, practical, and highly accessible for developers and data scientists interested in generative AI.

Write a review

Sign in to publish a review.

Reader questions and answers

Ask a focused question and learn from the community.

Sign in to ask or answer a question.

No questions yet

Be the first to ask a clear, useful question.

Related references that continue this learning path.