• Complain

Jakub Langr - GANs in Action: Deep learning with Generative Adversarial Networks

Here you can read online Jakub Langr - GANs in Action: Deep learning with Generative Adversarial Networks full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Shelter Island, NY, year: 2019, publisher: Manning Publications, genre: Computer / Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Jakub Langr GANs in Action: Deep learning with Generative Adversarial Networks
  • Book:
    GANs in Action: Deep learning with Generative Adversarial Networks
  • Author:
  • Publisher:
    Manning Publications
  • Genre:
  • Year:
    2019
  • City:
    Shelter Island, NY
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

GANs in Action: Deep learning with Generative Adversarial Networks: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "GANs in Action: Deep learning with Generative Adversarial Networks" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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, youll learn how to start building your own simple adversarial system as you explore the foundation of GAN architecture: the generator and discriminator networks.About the TechnologyGenerative 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 otherone to generate fakes and one to spot themGANs 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 BookGANs in Action teaches you to build and train your own Generative Adversarial Networks. Youll start by creating simple generator and discriminator networks that are the foundation of GAN architecture. Then, following numerous hands-on examples, youll train GANs to generate high-resolution images, image-to-image translation, and targeted data generation. Along the way, youll find pro tips for making your system smart, effective, and fast.Whats inside Building your first GAN Handling the progressive growing of GANs Practical applications of GANs Troubleshooting your systemAbout the ReaderFor data professionals with intermediate Python skills, and the basics of deep learning-based image processing.About the AuthorJakub 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.

Jakub Langr: author's other books


Who wrote GANs in Action: Deep learning with Generative Adversarial Networks? Find out the surname, the name of the author of the book and a list of all author's works by series.

GANs in Action: Deep learning with Generative Adversarial Networks — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "GANs in Action: Deep learning with Generative Adversarial Networks" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
About the cover illustration Saint-Sauveur The figure on the cover of GANs in - photo 1
About the cover illustration
Saint-Sauveur

The figure on the cover of GANs in Action is captioned Bourgeoise de Londre, or a bourgeoise woman from London. The illustration was originally issued in 1787 and is taken from a collection of dress costumes from various countries by Jacques Grasset de Saint-Sauveur (17571810). Each illustration is finely drawn and colored by hand. The rich variety of Grasset de Saint-Sauveurs collection vividly reminds us of how culturally distinct the worlds towns and regions were just 200 years ago. Isolated from each other, people spoke different dialects and languages. In the streets or in the countryside, it was easy to identify where they lived and what their trade or station in life was just by their dress.

The way we dress has changed since then, and the regional diversity, so rich at the time, has faded away. It is now hard to tell apart the inhabitants of different continents, let alone different towns, regions, or countries. Perhaps we have traded cultural diversity for a more varied personal lifecertainly for a more varied and fast-paced technological life.

At a time when it is hard to tell one computer book from another, Manning celebrates the inventiveness and initiative of the computer business with book covers based on the rich diversity of regional life of two centuries ago, brought back to life by Grasset de Saint-Sauveurs pictures.

GANs in Action: Deep learning with Generative Adversarial Networks
Jakub Langr and Vladimir Bok

GANs in Action Deep learning with Generative Adversarial Networks - image 2

Copyright

For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact

Special Sales Department Manning Publications Co. 20 Baldwin Road PO Box 761 Shelter Island, NY 11964 Email: orders@manning.com

2019 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Picture 3 Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

Picture 4Manning Publications Co.20 Baldwin RoadPO Box 761Shelter Island, NY 11964
Acquisitions editor: Brian SawyerDevelopment editor: Christina TaylorTechnical development editors: John Hyaduck and Kostas PassadisReview editor Aleks DragosavljeviProduction editor: Anthony CalcaraCopy editor: Sharon WilkeyProofreader Tiffany TaylorTechnical proofreader: Karsten StrbkTypesetter: Dennis DalinnikCover designer: Marija Tudor

ISBN: 9781617295560

Printed in the United States of America

Dedication

To those who will consider the jokes more of a pun-ishment than the math.

Jakub Langr

To Michael Reitano, for helping me become a better writer; to Simone Reitano, for helping me become a better person.

Vladimir Bok

Brief Table of Contents
Table of Contents
Preface
Jakub Langr

When I first discovered GANs in 2015, I instantly fell in love with the idea. It was the kind of self-criticizing machine learning (ML) system that I always missed in other parts of ML. Even as humans, we constantly generate possible plans and then discriminate that just naively running into a door is not the best idea. GANs really made sense to meto get to the next level of AI, we should take advantage of automatically learned representations and a machine learning feedback loop. After all, data was expensive, and compute was getting cheap.

The other thing I loved about GANsthough this realization came laterwas its growth curve. No other part of ML is so new. Most of computer vision was invented before 1998, whereas GANs were not working before 2014. Since that moment, we have had uninterrupted exponential growth until the time of this writing.

To date, we have achieved a great deal, cat meme vectors included. The first GAN paper has more than 2.5 times the number of citations the original TensorFlow paper got. GANs are frequently discussed by, for example, McKinsey & Company and most mainstream media outlets. In other words, GANs have an impact far beyond just tech.

It is a fascinating new world of possibilities, and I am honored and excited to be sharing this world with you. This book was close to two years in the making, and we hope it will be as exciting to you as it is to us. We cant wait to see what amazing inventions you bring to the community.

Vladimir Bok

In the words of science fiction writer Arthur C. Clarke, Technology advanced enough is indistinguishable from magic. These words inspired me in my early years of exploring the impossible in computer science. However, after years of studying and working in machine learning, I found I had become desensitized to the advances in machine intelligence. When, in 2011, IBMs Watson triumphed over its flesh-and-bone rivals in Jeopardy, I was impressed; yet five years later, in 2016, when Googles AlphaGo did the same in the board game Go (computationally, an even more impressive achievement), I was hardly moved. The accomplishment felt somewhat underwhelmingeven expected. The magic was gone.

Then, GANs came along.

I was first exposed to GANs during a research project at Microsoft Research. It was 2017 and, tired of hearing Despacito over and over again, my teammates and I set out to experiment with generative modeling for music using spectrograms (visual encodings of sound data). It quickly became apparent that GANs are vastly superior to other techniques in their ability to synthesize data. Spectrograms produced by other algorithms amounted to little more than white noise; those our GAN outputted were, quite literally, music to our ears. It is one thing to see machines triumph in areas where the objective is clear (as with Jeopardy and Go), and another to witness an algorithm create something novel and authentic independently.

I hope that, as you read our book, you will share my enthusiasm for GANs and rediscover the magic in AI. Jakub and I worked tirelessly to make this cutting-edge field accessible and comprehensive. We hope you will find our book enjoyable and informativeand our humor bearable.

Acknowledgments

This book would not be possible without the support and guidance from the editorial team at Manning Publications. We are grateful to Christina Taylor for her hard work and dedication; we could not have hoped for a better development editor. We were also fortunate to work with John Hyaduck and Kostas Passadis, whose insightful feedback helped make this book the best it can be.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «GANs in Action: Deep learning with Generative Adversarial Networks»

Look at similar books to GANs in Action: Deep learning with Generative Adversarial Networks. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «GANs in Action: Deep learning with Generative Adversarial Networks»

Discussion, reviews of the book GANs in Action: Deep learning with Generative Adversarial Networks and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.