提交 5315b6ed 编写于 作者: H Haibin Lin 提交者: Mu Li

fix rnn typo (#42)

上级 2cc2eed7
...@@ -199,7 +199,7 @@ print('state shape: ', state_new.shape) ...@@ -199,7 +199,7 @@ print('state shape: ', state_new.shape)
## 预测序列 ## 预测序列
在做预测时我们只需要给定时间0的输入和起始隐藏状态。然后我们每次将上一个时间的输作为下一个时间的输入。 在做预测时我们只需要给定时间0的输入和起始隐藏状态。然后我们每次将上一个时间的输作为下一个时间的输入。
![](../img/rnn_3.png) ![](../img/rnn_3.png)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册