Loss for univariate regression

 

Inference

  • Predict the mean of the Normal Distribution over y
  • We find the single best point estimate and we take max of the predicted distribution

Estimating if variance constant everywhere

  • Homoscedatic
  • Since the equation does not depend on variance, we pretend is a learned parameter and minimize it wrt

Estimating if variance is not constant

  • Heteroscedatic
  • Train a network that computes both mean and variance
  • Variance should be positive, but the result of composing networks might not be. To make it, pass it through the squaring function

Homoscedatic vs Heteroscedatic Regression