We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bfd5c commit 47c4dd4Copy full SHA for 47c4dd4
chapter_recurrent-modern/index.md
@@ -8,7 +8,7 @@
8
9
例如,循环神经网络在实践中一个常见问题是数值不稳定性。
10
尽管我们已经应用了梯度裁剪等技巧来缓解这个问题,
11
-但是仍需要通过设计更复杂的序列模型可以进一步处理它。
+但是仍需要通过设计更复杂的序列模型来进一步处理它。
12
具体来说,我们将引入两个广泛使用的网络,
13
即*门控循环单元*(gated recurrent units,GRU)和
14
*长短期记忆网络*(long short-term memory,LSTM)。
0 commit comments