当前位置:网站首页>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 .
边栏推荐
- uni-app 实现全局变量
- MPSoC QSPI Flash 升级办法
- OpenFeign
- Beautiful soup parsing and extracting data
- Halcon color recognition_ fuses. hdev:classify fuses by color
- [code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization
- Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software
- [beauty of algebra] solution method of linear equations ax=0
- How many checks does kubedm series-01-preflight have
- [Niuke brush questions day4] jz55 depth of binary tree
猜你喜欢

Ros- learn basic knowledge of 0 ROS - nodes, running ROS nodes, topics, services, etc

Nodemon installation and use

ROS learning 4 custom message

Redis实现高性能的全文搜索引擎---RediSearch

Summary of "reversal" problem in challenge Programming Competition
![[code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization](/img/54/cb1373fbe7b21c5383580e8b638a2c.jpg)
[code practice] [stereo matching series] Classic ad census: (6) multi step parallax optimization

Redis implements a high-performance full-text search engine -- redisearch

Typescript hands-on tutorial, easy to understand
![3D reconstruction open source code summary [keep updated]](/img/ec/984aede7ef9e758abd52fb5ff4e144.jpg)
3D reconstruction open source code summary [keep updated]

C# LINQ源码分析之Count
随机推荐
交通运输部、教育部:广泛开展水上交通安全宣传和防溺水安全提醒
Luo Gu p3177 tree coloring [deeply understand the cycle sequence of knapsack on tree]
Ros-10 roslaunch summary
混淆矩阵(Confusion Matrix)
Confusing basic concepts member variables local variables global variables
Halcon color recognition_ fuses. hdev:classify fuses by color
[Niuke brush questions day4] jz55 depth of binary tree
微信H5公众号获取openid爬坑记
[code practice] [stereo matching series] Classic ad census: (4) cross domain cost aggregation
C#【必备技能篇】ConfigurationManager 类的使用(文件App.config的使用)
C# LINQ源码分析之Count
Blogger article navigation (classified, real-time update, permanent top)
Halcon affine transformations to regions
asp. Net (c)
golang 基础 ——map、数组、切片 存放不同类型的数据
Array, date, string object method
[牛客网刷题 Day4] JZ35 复杂链表的复制
Task failed task_ 1641530057069_ 0002_ m_ 000000
c#比较两张图像的差异
[daiy4] copy of JZ35 complex linked list