Skip to content

Commit

Permalink
Update rnn-scratch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang authored Jun 23, 2020
1 parent 38bc260 commit c2571e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chapter_recurrent-neural-networks/rnn-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
在本节中,我们将从零开始实现一个基于字符级循环神经网络的语言模型,并在周杰伦专辑歌词数据集上训练一个模型来进行歌词创作。首先,我们读取周杰伦专辑歌词数据集。

```{.python .input n=1}
!pip uninstall -y mxnet-cu100
!pip uninstall -y mxnet-cu101
!pip install mxnet-cu101==1.5.0
import d2lzh as d2l
import math
from mxnet import autograd, nd
Expand Down

0 comments on commit c2571e0

Please sign in to comment.