Xiaowuhu/20200826 (#547)

* Update 19.1-两个时间步的循环神经网络.md

* Create README.md

Co-authored-by: Xiaowu Hu <xiaowuhu@microsoft.com>
This commit is contained in:
xiaowuhu
2020-09-03 13:47:32 +08:00
committed by GitHub
parent 5871a6980e
commit 1a132e412d
2 changed files with 8 additions and 2 deletions
@@ -159,8 +159,8 @@ $$
\begin{aligned}
\frac{\partial loss}{\partial h_{t2}}&=\frac{\partial loss}{\partial z_{t2}}\frac{\partial z_{t2}}{\partial s_{t2}}\frac{\partial s_{t2}}{\partial h_{t2}} \\
&=dz_{t2} \cdot V \cdot Tanh'(s_{t2}) \\
&=dz_{t2} \cdot V \cdot (1-s_{t2}^2) \rightarrow dh_{t2} \tag{8}
\end{aligned}
&=dz_{t2} \cdot V \cdot (1-s_{t2}^2) \rightarrow dh_{t2}
\end{aligned} \tag{8}
$$
$$
@@ -0,0 +1,6 @@
- 在邹欣老师的《构建之法》上的改进
- 用PPT看图说话的形式,先指明知识点(PPT页),再讲解细节(文字)
- 大量实例,侧重在设计技能和团队开发
- 增加了其他书籍没有涉及到的UI/UX设计
(未完待续)