vault backup: 2023-10-10 14:13:08
This commit is contained in:
3
.obsidian/workspace.json
vendored
3
.obsidian/workspace.json
vendored
@@ -77,7 +77,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 315.5
|
"width": 315.5,
|
||||||
|
"collapsed": true
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "c501495747cfa761",
|
"id": "c501495747cfa761",
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
# 损失函数
|
# 损失函数
|
||||||
用来量化预测值与实际值之间的差距。
|
用来量化预测值与实际值之间的差距。
|
||||||
|
一般我们会使用平方误差:
|
||||||
|
$l^(i)=\frac{1}{2}(\hat)$
|
||||||
|
|||||||
Reference in New Issue
Block a user