当前位置:网站首页>Huber Loss
Huber Loss
2022-07-05 08:51:00 【Wanderer001】
Huber Loss 是一个用于回归问题的带参损失函数, 优点是能增强平方误差损失函数(MSE, mean square error)对离群点的鲁棒性。
当预测偏差小于 δ 时,它采用平方误差,当预测偏差大于 δ 时,采用的线性误差。
相比于最小二乘的线性回归,HuberLoss降低了对离群点的惩罚程度,所以 HuberLoss 是一种常用的鲁棒的回归损失函数。
Huber Loss 定义如下

参数 a 通常表示 residuals,写作 y−f(x),当 a = y−f(x) 时,Huber loss 定义为:

δ 是 HuberLoss 的参数,y是真实值,f(x)是模型的预测值, 且由定义可知 Huber Loss 处处可导。
边栏推荐
- Summary of "reversal" problem in challenge Programming Competition
- Guess riddles (142)
- kubeadm系列-00-overview
- c#比较两张图像的差异
- MPSoC QSPI flash upgrade method
- Oracle advanced (III) detailed explanation of data dictionary
- 使用arm Neon操作,提高内存拷贝速度
- 【日常训练】1200. 最小绝对差
- 287. Looking for repeats - fast and slow pointer
- Basic number theory - fast power
猜你喜欢

Shift operation of complement

319. Bulb switch

Halcon shape_ trans

ROS learning 4 custom message

How to manage the performance of R & D team?

Codeworks round 639 (Div. 2) cute new problem solution

Digital analog 1: linear programming

Business modeling | process of software model
![[Niuke brush questions day4] jz55 depth of binary tree](/img/f7/ca8ad43b8d9bf13df949b2f00f6d6c.png)
[Niuke brush questions day4] jz55 depth of binary tree

Programming implementation of ROS learning 2 publisher node
随机推荐
LLVM之父Chris Lattner:为什么我们要重建AI基础设施软件
Ros- learn basic knowledge of 0 ROS - nodes, running ROS nodes, topics, services, etc
某公司文件服务器迁移方案
特征工程
Summary of "reversal" problem in challenge Programming Competition
Halcon affine transformations to regions
Meta tag details
Codeworks round 638 (Div. 2) cute new problem solution
我从技术到产品经理的几点体会
嗨 FUN 一夏,与 StarRocks 一起玩转 SQL Planner!
287. Looking for repeats - fast and slow pointer
Codeworks round 639 (Div. 2) cute new problem solution
kubeadm系列-00-overview
golang 基础 ——map、数组、切片 存放不同类型的数据
12. Dynamic link library, DLL
Numpy 小坑:维度 (n, 1) 和 维度 (n, ) 数组相加运算后维度变为 (n, n)
12、动态链接库,dll
[daiy4] jz32 print binary tree from top to bottom
Codeforces Round #648 (Div. 2) E.Maximum Subsequence Value
Business modeling | process of software model