当前位置:网站首页>Huber Loss
Huber Loss
2022-07-05 08:59:00 【Wanderer001】
Reference resources Huber Loss - cloud + Community - Tencent cloud
Huber Loss Is a loss function with parameters for regression problems , The advantage is that it can enhance the square error loss function (MSE, mean square error) Robustness to outliers .
When the prediction deviation is less than δ when , It uses squared error , When the prediction deviation is greater than δ when , Linear error used .
Compared with the linear regression of the least squares ,HuberLoss Reduced penalties for outliers , therefore HuberLoss It is a commonly used robust regression loss function .
Huber Loss The definition is as follows
Parameters a Usually means residuals, writing y−f(x), When a = y−f(x) when ,Huber loss Defined as :
δ yes HuberLoss Parameters of ,y Is the real value ,f(x) Is the predicted value of the model , And by definition Huber Loss You can lead everywhere .
边栏推荐
- My experience from technology to product manager
- Multiple linear regression (gradient descent method)
- It cold knowledge (updating ing~)
- [Niuke brush questions day4] jz55 depth of binary tree
- 什么是防火墙?防火墙基础知识讲解
- Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software
- 微信H5公众号获取openid爬坑记
- Typescript hands-on tutorial, easy to understand
- [daily training -- Tencent selected 50] 557 Reverse word III in string
- Golang foundation -- map, array and slice store different types of data
猜你喜欢
Numpy pit: after the addition of dimension (n, 1) and dimension (n,) array, the dimension becomes (n, n)
Codeworks round 639 (Div. 2) cute new problem solution
嗨 FUN 一夏,与 StarRocks 一起玩转 SQL Planner!
资源变现小程序添加折扣充值和折扣影票插件
[code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization
C#【必备技能篇】ConfigurationManager 类的使用(文件App.config的使用)
My university
Beautiful soup parsing and extracting data
Understanding rotation matrix R from the perspective of base transformation
It cold knowledge (updating ing~)
随机推荐
[daily training -- Tencent selected 50] 557 Reverse word III in string
ROS learning 4 custom message
嗨 FUN 一夏,与 StarRocks 一起玩转 SQL Planner!
Return of missing persons
Programming implementation of ROS learning 6 -service node
uni-app 实现全局变量
Characteristic Engineering
Wechat H5 official account to get openid climbing account
The location search property gets the login user name
[code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization
深度学习模型与湿实验的结合,有望用于代谢通量分析
File server migration scheme of a company
12、动态链接库,dll
2309. 兼具大小写的最好英文字母
Programming implementation of ROS learning 2 publisher node
Mengxin summary of LIS (longest ascending subsequence) topics
Solutions of ordinary differential equations (2) examples
多元线性回归(梯度下降法)
Redis实现高性能的全文搜索引擎---RediSearch
MPSoC QSPI Flash 升级办法