Most Common Loss function and Evaluation metrics in machine learning(Regression)

Most Common Loss function and Evaluation metrics in machine learning(Regression)

It’s been a long, I have not shared any knowledge content.

Now I plan to share some useful content for Machine learning /Data Scientist engineer on timely basis.

Content will mostly include:

1-   Machine Learning

2-   Deep Learning

3-   Natural Language Processing

4-   Artificial Intelligence

5-   Latest Research / Research Papers

Today, I will start with the most fundamental Evaluation metrics for regression.

MAE: Mean Absolute Error calculates the average difference between the calculated values and actual values.

No alt text provided for this image

Less bias for large error (outliers) but also May not be adequately representing large errors. It does put large weight on outlier because error weighted on linear scale.

No alt text provided for this image


MSE: It is simply the average of the square of the difference between the original values and the predicted values.

No alt text provided for this image


Highly biased for large errors. It’s a good loss function if we can take care of outliers. It put large weight on outliers.

No alt text provided for this image


RMSE: Same as MSE as this is just a square root of MSE.

No alt text provided for this image


Tips: Use MSE if outlier important.

Very insightful, thanks for sharing

To view or add a comment, sign in

More articles by Ravi Choudhary

  • Machine Learning Classifier?????

    Choosing a Machine Learning Classifier How do you know what machine learning algorithm to choose for your…

  • The assumption in Linear Regression

    There are mainly 5 assumptions in Linear Regression. 1-Linear relationship There should be a linear relationship…

  • How to start Statistics For Data Science

    For Data Science Beginner. #Statistics This post is for those who want to learn Statistics for Data Science.

Explore content categories