From 352cd14b5cb6ad681a2c50cbfe3c1c0b4cefd95c Mon Sep 17 00:00:00 2001 From: Peng Gao Date: Thu, 31 Oct 2024 22:01:14 +0800 Subject: [PATCH] Update deep-rnn.md Fix typo --- chapter_recurrent-modern/deep-rnn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: