I know that the notation $\mathcal{N}(\mu, \sigma)$ stands for a normal distribution. But I'm reading the book "An Introduction to Variational Autoencoders" and in it, there is this notation: $$\mathcal{N}(z; 0, I)$$ What does it mean?
Asked
Active
Viewed 1,001 times
5
-
Comments are not for extended discussion; this conversation has been moved to chat. – nbro Jan 10 '21 at 15:54
1 Answers
7
It means that $z$ has a (multivariate) normal distribution with 0 mean and identity covariance matrix. This essentially means each individual element of the vector $z$ has a standard normal distribution.

David
- 4,889
- 1
- 8
- 28
-
Comments are not for extended discussion; this conversation has been moved to chat. – nbro Jan 10 '21 at 15:52