Can someone help me to understand this slide?
Minimizing mean-square error maximizes Gaussian likelihood $$f ( x | \theta ) = \frac { 1 } { \sqrt { 2 \pi \sigma ^ { 2 } } } e ^ { - \frac { ( \alpha - \mu ) ^ { 2 } } { 2 \sigma ^ { 2 } } }$$ $$\log f ( x | \theta ) = C _ { 1 } - \frac { ( x - \mu ) ^ { 2 } } { C _ { 2 } }$$ $$\arg \max _ { \theta } f ( x | \theta ) = \arg \min _ { \theta } ( x - \mu ) ^ { 2 }$$
I am particularly confused about $C_1$ and $C_2$. What are those?