ML Reviews

linear-gaussian-model

Described as a conditional distribution between two variables, XX and YY, as P(xy)P(x \vert y), we can factor YY as a linear function of a Gaussian mean and variance:

p(xy)=N(xmy+b,σ2)p(x \vert y) = \mathcal{N}(x \vert my + b, \sigma^2)

In other words, the probability of xx given yy depends on a Gaussian centered around my+bmy + b with constant variance σ\sigma.