Skip to content

Commit

Permalink
Update 第六章_循环神经网络(RNN).md
Browse files Browse the repository at this point in the history
  • Loading branch information
tectal authored Oct 26, 2018
1 parent 8a0e78e commit 6fe099e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MarkDown/第六章_循环神经网络(RNN).md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ RNNs之所以称为循环神经网路,即一个序列当前的输出与前面
![](../img/ch6/figure_6.2_2.jpg)

输入单元(Input units):输入集$\bigr\{x_0,x_1,...,x_t,x_{t+1},...\bigr\}$,

输出单元(Output units):输出集$\bigr\{y_0,y_1,...,y_t,y_{y+1},...\bigr\}$,

隐藏单元(Hidden units):输出集$\bigr\{s_0,s_1,...,s_t,s_{t+1},...\bigr\}$。

**图中信息传递特点:**
1、有一条单向流动的信息流是从输入单元到达隐藏单元;
2、与此同时,另一条单向流动的信息流从隐藏单元到达输出单元;
Expand Down

0 comments on commit 6fe099e

Please sign in to comment.