Learn Before
Concept

How to generate samples from not complicated distributions using generator networks?

• The standard procedure for drawing samples from a normal distribution with mean µ and covariance Σ is to feed samples z from a normal distribution with zero mean and identity covariance into a very simple generator. • Pseudorandom number generators can also use nonlinear transformations of simple distributions. In this case, we can use the inverse transform sampling techniques. If we can specify p(x), integrate over x, and invert the resulting function. In this case, we don’t need to use machine learning methods.

0

1

Updated 2021-08-05

Contributors are:

Who are from:

Tags

Data Science