Skip to content

Commit 9650f48

Browse files
author
qiwang
committed
update
1 parent b70841a commit 9650f48

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/errata.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,21 @@
2020
* 34页,第3段第2行:微分 → 导数
2121
* 36页,倒数第2段:微分 → 导数
2222
* 37页,倒数第2段第2行:微分 → 导数
23+
* 37页,删掉标题 “3.1.3 逃离鞍点的方法”
2324
* 51页,第1段第1行:参数 $\boldsymbol{\theta}^i$ 对损失 $L$ 的微分 → 损失 $L$ 关于参数 $\boldsymbol{\theta}^i$ 的偏导数
2425

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+
![](res/3-27.png ':size=650')
37+
2538
* 60页,图3.34 替换成:
2639

2740
![](res/3-34.png ':size=650')

docs/res/3-27.png

689 KB
Loading

0 commit comments

Comments
 (0)