We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70841a commit 9650f48Copy full SHA for 9650f48
2 files changed
docs/errata.md
@@ -20,8 +20,21 @@
20
* 34页,第3段第2行:微分 → 导数
21
* 36页,倒数第2段:微分 → 导数
22
* 37页,倒数第2段第2行:微分 → 导数
23
+* 37页,删掉标题 “3.1.3 逃离鞍点的方法”
24
* 51页,第1段第1行:参数 $\boldsymbol{\theta}^i$ 对损失 $L$ 的微分 → 损失 $L$ 关于参数 $\boldsymbol{\theta}^i$ 的偏导数
25
26
+* 52 页,式3.22替换为:
27
+
28
+$$
29
+\boldsymbol{\theta}^i_{t+1} \leftarrow \boldsymbol{\theta}^i_t-\frac{\eta}{\sigma^i_t} \boldsymbol{g}^i_t \quad \sigma^i_t=\sqrt{\frac{1}{t+1} \sum_{j=0}^t\left(\boldsymbol{g}^i_j\right)^2}
30
31
32
+* 52页,第2段第2行:$\boldsymbol{\theta}_1^i$ 这个参数 → 参数 $\boldsymbol{\theta}^1$
33
34
+* 55页,图3.27替换为:
35
36
+
37
38
* 60页,图3.34 替换成:
39
40

docs/res/3-27.png
689 KB
0 commit comments