Hands-On Generative Adversarial Networks with Keras
上QQ阅读APP看书,第一时间看更新

Section 1: Introduction and Environment Setup

This section features an introduction to the basics of deep learning, how to set up a deep learning environment with Python and Keras, and how to go about acquiring data. You will also benefit from an introduction to generative models, including Generative Adversarial Networks (GANs), Variational Autoencoders (VAEs), and Normalizing Flow (NF).

The following chapters will be covered in this section:

  • Chapter 1Deep Learning Basics and Environment Setup
  • Chapter 2Introduction to Generative Models