Pick the loss by asking
how the data can be wrong.
The objective is an assumption about residuals and outcomes. Probe each curve to see how that assumption changes penalties and gradients.
data type → likelihood → link/output → lossNegative log-likelihood
Mean squared error
ℒ = ½(ŷ − y)²The distribution atlas comes back
A neural network often predicts distribution parameters, not the final answer directly. Its output head supplies μ, p, λ, or scale; negative log-likelihood scores how well those predicted distributions explain the observations.
Continue the path
Semi-supervised learning
A few labels plus many unlabeled examples: see when pseudo-labels and consistency actually help — and when they quietly hurt.
Propagate a label