Skip to content

Commit

Permalink
Update lstm.md (d2l-ai#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmermaid authored Jul 24, 2021
1 parent 17618e9 commit 5cff3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter_recurrent-modern/lstm.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ batch_size, num_steps = 32, 35
train_iter, vocab = d2l.load_data_time_machine(batch_size, num_steps)
```

### 正在[**初始化模型参数**]
### [**初始化模型参数**]

接下来,我们需要定义和初始化模型参数。如前所述,超参数 `num_hiddens` 定义隐藏单元的数量。我们按照标准差 $0.01$ 的高斯分布初始化权重,并将偏置项设为 $0$。

Expand Down

0 comments on commit 5cff3b3

Please sign in to comment.