<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>GANs in action</title>
    <subTitle>deep learning with generative adversarial networks</subTitle>
  </titleInfo>
  <titleInfo type="alternative">
    <title>Generative Adversarial Networks in action</title>
  </titleInfo>
  <name type="personal">
    <namePart>Langr, Jakub</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Bok, Vladimir</namePart>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="marc">bibliography</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">nyu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">New York</placeTerm>
    </place>
    <publisher>Manning Publications Co.</publisher>
    <dateIssued>2019</dateIssued>
    <copyrightDate encoding="marc">2019</copyrightDate>
    <edition>1st ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xxiii, 214 pages : illustrations ; 24 cm</extent>
  </physicalDescription>
  <abstract>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.  "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.</abstract>
  <tableOfContents>Introduction to GANs and generative modeling -- Advanced topics in GANs -- Where to go from here.</tableOfContents>
  <note type="statement of responsibility">Jakub Langr, Vladimir Bok.</note>
  <note>Includes bibliographical references and index.</note>
  <note>CSE ps REF</note>
  <note>Omni concept</note>
  <subject authority="lcsh">
    <topic>Machine learning</topic>
    <topic>Technological innovations</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Artificial intelligence</topic>
    <topic>Computer programs</topic>
  </subject>
  <classification authority="ddc" edition="23">006.31 L285g</classification>
  <identifier type="isbn">9781617295560</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">YDX</recordContentSource>
    <recordCreationDate encoding="marc">260707</recordCreationDate>
    <recordChangeDate encoding="iso8601">20260707121813.0</recordChangeDate>
    <recordIdentifier>57891</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
