mirror of
https://github.com/microsoft/ai-edu.git
synced 2026-08-28 17:41:25 +08:00
Xiaowuhu/20200826 (#547)
* Update 19.1-两个时间步的循环神经网络.md * Create README.md Co-authored-by: Xiaowu Hu <xiaowuhu@microsoft.com>
This commit is contained in:
@@ -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设计
|
||||
|
||||
(未完待续)
|
||||
Reference in New Issue
Block a user