- Mastering Machine Learning Algorithms
- Giuseppe Bonaccorso
- 84字
- 2021-06-25 22:07:28
Huber cost function
As explained, mean squared error isn't robust to outliers, because it's always quadratic independently of the distance between actual value and prediction. To overcome this problem, it's possible to employ the Huber cost function, which is based on threshold tH, so that for distances less than tH, its behavior is quadratic, while for a distance greater than tH, it becomes linear, reducing the entity of the error and, therefore, the relative importance of the outliers.
The analytical expression is:
推薦閱讀
- AutoCAD快速入門與工程制圖
- Cinema 4D R13 Cookbook
- 輕松學PHP
- Hands-On Cloud Solutions with Azure
- 精通Windows Vista必讀
- 大數據時代的數據挖掘
- ROS機器人編程與SLAM算法解析指南
- Multimedia Programming with Pure Data
- OpenStack Cloud Computing Cookbook(Second Edition)
- Blender Compositing and Post Processing
- 現代傳感技術
- 悟透AutoCAD 2009案例自學手冊
- 從零開始學C++
- ESP8266 Robotics Projects
- 學練一本通:51單片機應用技術