Generative Modelling
Goal
Given training samples from some distribution, learn a model that represents that distribution
Density Estimation
Given the samples, here you learn the density function of the distribution of the samples.

Sample Generation
Given the samples, here you learn a model that can generate new sample from the distribution of given samples.

Last updated