0

I am learning about Deep Generative Models, tutorials all over the places use symbols and no one actually explaining the meaning of it. Can you please suggest the meaning of these terms?

enter image description here

Sycorax
  • 76,417
  • 20
  • 189
  • 313
  • 1
    partially answered here: https://stats.stackexchange.com/questions/161808/how-is-the-notation-x-sim-n-mu-sigma2-read/162091#162091 – Sycorax Aug 08 '19 at 15:59
  • you can use math typesetting instead of attaching an image. More information: https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference – Sycorax Aug 08 '19 at 15:59

1 Answers1

2

In statistics, I read the "twiddle" notation ($\sim$) as: "is distributed as". The RHS should be a probability model, or family of distributions thereof. We are left to gather than $p_{data}$ is an unobserved data generating mechanism. But by running some ML-magic, you can get a $p_{model}$ which is a probability model for simulating outcomes. "Want to learn p-model similar to p-data" is just bad English, but the idea is just goodness of fit. Observed should accord with expected.

AdamO
  • 52,330
  • 5
  • 104
  • 209