Mean Squared Error MSE

Tags: #machine learning #metric

Equation

$$\text{MSE} = \frac{1}{n} \sum^{n}_{i=1} (Y_{i} - \hat{Y}_{i}) ^ {2}$$

Latex Code

                                 \text{MSE} = \frac{1}{n} \sum^{n}_{i=1} (Y_{i} - \hat{Y}_{i}) ^ {2}
                            

Have Fun

Let's Vote for the Most Difficult Equation!

Introduction

$$ \text{MSE} $$: denotes the Mean Squared Error
$$ Y_{i} $$: denotes the true value to predict.
$$ \hat{Y}_{i} $$: denotes the predicted value as the output of a model, usually a regression model.

References

Wikipedia: Mean Squared Error

Discussion

Comment to Make Wishes Come True

Leave your wishes (e.g. Passing Exams) in the comments and earn as many upvotes as possible to make your wishes come true