diff --git a/chapter_recurrent-modern/deep-rnn.md b/chapter_recurrent-modern/deep-rnn.md index 681a295e6..9a5c19215 100644 --- a/chapter_recurrent-modern/deep-rnn.md +++ b/chapter_recurrent-modern/deep-rnn.md @@ -49,7 +49,7 @@ $\mathbf{W}_{hh}^{(l)} \in \mathbb{R}^{h \times h}$和 偏置$\mathbf{b}_h^{(l)} \in \mathbb{R}^{1 \times h}$ 都是第$l$个隐藏层的模型参数。 -最后,输出层的计算仅基于第$l$个隐藏层最终的隐状态: +最后,输出层的计算仅基于第$L$个隐藏层最终的隐状态: $$\mathbf{O}_t = \mathbf{H}_t^{(L)} \mathbf{W}_{hq} + \mathbf{b}_q,$$ @@ -171,4 +171,4 @@ d2l.train_ch8(model, train_iter, vocab, lr*1.0, num_epochs, device) :begin_tab:`paddle` [Discussions](https://discuss.d2l.ai/t/11834) -:end_tab: \ No newline at end of file +:end_tab: