Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mli committed Nov 28, 2018
2 parents 78a47af + 5ce3bc2 commit d855552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_recurrent-neural-networks/rnn-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ train_and_predict_rnn(rnn, get_params, init_rnn_state, num_hiddens,

## 小结

* 我们可以应用基于字符级循环神经网络的语言模型来生成为本序列,例如创作歌词。
* 我们可以应用基于字符级循环神经网络的语言模型来生成文本序列,例如创作歌词。
* 当训练循环神经网络时,为了应对梯度爆炸,我们可以裁剪梯度。
* 困惑度是对交叉熵损失函数做指数运算后得到的值。

Expand Down

0 comments on commit d855552

Please sign in to comment.