a question about equation (5)
cizhenshi opened this issue · 2 comments
cizhenshi commented
In the equation (5), Loss function is defined as -log(N(x|μ,σ). I think N(x|μ,σ)is the value of probability density function of gaussian distribution. What does that mean? Does it reflect the probability?
jwchoi384 commented
@cizhenshi
Hi, Please see the equation and explanation of these pages. [link1], [link2], [link3].
Our model predicts the distribution.
cizhenshi commented
Thank you very much!!!!!