From 2ee42fd0f4bf333991cb7d18e1964accc8138060 Mon Sep 17 00:00:00 2001 From: Peng Gao Date: Thu, 31 Oct 2024 15:10:02 +0800 Subject: [PATCH] Update gru.md Fix typo --- chapter_recurrent-modern/gru.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter_recurrent-modern/gru.md b/chapter_recurrent-modern/gru.md index 46ab4bd16..a46083fa5 100644 --- a/chapter_recurrent-modern/gru.md +++ b/chapter_recurrent-modern/gru.md @@ -84,7 +84,7 @@ $\mathbf{b}_r, \mathbf{b}_z \in \mathbb{R}^{1 \times h}$是偏置参数。 请注意,在求和过程中会触发广播机制 (请参阅 :numref:`subsec_broadcasting`)。 我们使用sigmoid函数(如 :numref:`sec_mlp`中介绍的) -将输入值转换到区间$(0, 1)$。 +将输出值转换到区间$(0, 1)$。 ### 候选隐状态 @@ -506,4 +506,4 @@ d2l.train_ch8(model, train_iter, vocab, lr, num_epochs, device) :begin_tab:`paddle` [Discussions](https://discuss.d2l.ai/t/11812) -:end_tab: \ No newline at end of file +:end_tab: