Concept

Generative Modeling

Generative modeling assumes that there exists a distribution p(x)p(x) of xx, and aims to estimate this distribution. This typically involves estimating p(xy)p(x|y) and p(y)p(y). Generative modeling uses prior knowledge by assuming that p(x;θ)p(x;\theta) is parameterized by θ\theta, and introduces a latent variable zz with distribution p(z;γ)p(z;\gamma). Thus, p(x;θ)p(x;\theta) can be estimated by integrating p(xz;θ)p(z;γ)p(x|z;\theta)p(z;\gamma) over zz. The distribution p(z;γ)p(z;\gamma) is estimated using prior knowledge.

0

1

Updated 2026-06-13

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences