Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    GANs in Action: Deep learning with Generative Adversarial Networks

    Posted By: tarantoga
    GANs in Action: Deep learning with Generative Adversarial Networks

    Jakub Langr, Vladimir Bok, "GANs in Action: Deep learning with Generative Adversarial Networks"
    ISBN: 1617295566 | 2019 | EPUB | 240 pages | 6 MB

    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
    Introduction to GANs
    Intro to generative modeling with autoencoders
    Your first GAN: Generating handwritten digits
    Deep Convolutional GAN
    PART 2 - ADVANCED TOPICS IN GANS
    Training and common challenges: GANing for success
    Progressing with GANs
    Semi-Supervised GAN
    Conditional GAN
    CycleGAN
    PART 3 - WHERE TO GO FROM HERE
    Adversarial examples
    Practical applications of GANs
    Looking ahead