11. Generative Models

Overview

This chapter introduces you to generative models—their components, how they function, and what they can do. You will start with generative long short-term memory (LSTM) networks and how to use them to generate new text. You will then learn about generative adversarial networks (GANs) and how to create new data, before moving on to deep convolutional generative adversarial networks (DCGANs) and creating your own images.

By the end of the chapter, you will know how to effectively use different types of GANs and generate various types of new data.

Introduction

In this chapter, you will explore generative models, which are types of unsupervised learning algorithms that generate completely new artificial data. ...

Get The TensorFlow Workshop now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.