- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 121字
- 2021-06-24 16:43:35
Mean squared error
Mean Squared Error, also known as MSE, is defined as the measure of the average of the squares of the errors. To put it simply, please refer to the following plot:
The dots correlate to data points for our model, while the blue line is the prediction line. The distance between the red dots and the prediction line is the error. For MSE, the value is calculated based on these points and their distances to the line. From that value, the mean is calculated. For MSE, the smaller the value, the better fitting and more accurate predictions you will have with your model.
MSE is best used to evaluate models when outliers are critical to the prediction output.
推薦閱讀
- Android Wearable Programming
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- GAE編程指南
- Expert C++
- Learning Python Design Patterns(Second Edition)
- Apache Mesos Essentials
- Learn React with TypeScript 3
- Learning Salesforce Einstein
- 青少年信息學(xué)競賽
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- Python機(jī)器學(xué)習(xí)算法: 原理、實(shí)現(xiàn)與案例
- GitHub入門與實(shí)踐
- App Inventor 2 Essentials
- 物聯(lián)網(wǎng)系統(tǒng)架構(gòu)設(shè)計(jì)與邊緣計(jì)算(原書第2版)
- DevOps 精要:業(yè)務(wù)視角