- 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.
推薦閱讀
- 區塊鏈架構與實現:Cosmos詳解
- 數據結構簡明教程(第2版)微課版
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Building Cross-Platform Desktop Applications with Electron
- Building a Recommendation Engine with Scala
- MATLAB定量決策五大類問題
- Mastering Drupal 8 Views
- Flutter跨平臺開發入門與實戰
- 劍指Java:核心原理與應用實踐
- SQL經典實例(第2版)
- TMS320LF240x芯片原理、設計及應用
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Java 從入門到項目實踐(超值版)
- Elasticsearch實戰(第2版)
- R High Performance Programming