Cargando…

Hands-On Generative Adversarial Networks with Pytorch 1. x : Implement Next-Generation Neural Networks to Build Powerful GAN Models Using Python.

This book will help you understand how GANs architecture works using PyTorch. You will get familiar with the most flexible deep learning toolkit and use it to transform ideas into actual working codes. You will apply GAN models to areas like computer vision, multimedia and natural language processin...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hany, John
Otros Autores: Walters, Greg
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited, 2019.
Temas:
Acceso en línea:Texto completo
Texto completo
Tabla de Contenidos:
  • Section 1. Introduction to GANs and PyTorch.Generative Adversarial Networks Fundamentals ; Getting Started with PyTorch 1.3 ; Best Practices for Model Design and Training
  • Section 2. Typical GAN Models for Image Synthesis. Building Your First GAN with PyTorch ; Generating Images Based on Label Information ; Image-to-Image Translation and Its Applications ; Image Restoration with GANs ; Training Your GANs to Break Different Models ; Image Generation from Description Text ; Sequence Synthesis with GANs ; Reconstructing 3D models with GANs.