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 59d74f0 commit 814882e
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 @@ -30,8 +30,11 @@ RNNs之所以称为循环神经网路,即一个序列当前的输出与前面

**图中信息传递特点:**
1、有一条单向流动的信息流是从输入单元到达隐藏单元;

2、与此同时,另一条单向流动的信息流从隐藏单元到达输出单元;

3、在某些情况下,RNNs会打破后者的限制,引导信息从输出单元返回隐藏单元,这些被称为“Back Projections”;

4、在某些情况下,隐藏层的输入还包括上一隐藏层的状态,即隐藏层内的节点可以自连也可以互连。


Expand Down

0 comments on commit 814882e

Please sign in to comment.