5

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?

picture of the book: picture of the book An Introduction to Variational Autoencoders

Peyman
  • 564
  • 1
  • 3
  • 11

1 Answers1

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