Introduction

Table of Content

Representation Learning

<aside> 💡 The concept of encoding the training dataset into a latent space so that we can sample from it and decode the point back to the original domain is common to many generative modeling techniques. Mathematically speaking, encoder-decoder techniques try to transform the highly nonlinear manifold on which the data lies (e.g., in pixel space) into a simpler latent space that can be sampled from, so that it is likely that any point in the latent space is the representation of a well-formed image.

The dog manifold in high-dimensional pixel space is mapped to a simpler latent space that can be sampled from.

The dog manifold in high-dimensional pixel space is mapped to a simpler latent space that can be sampled from.

</aside>

Table of Content

Core Probability Theory