Skip to content

Commit b8f6e31

Browse files
committed
update posts
1 parent ecddc47 commit b8f6e31

File tree

3 files changed

+485
-1
lines changed

3 files changed

+485
-1
lines changed

_posts/2025-10-27-d2l_study_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ author: Pianfan
2828

2929
- [8. 循环神经网络](https://pianfan.github.io/d2l_recurrent-neural-networks/)
3030

31+
- [9. 现代循环神经网络](https://pianfan.github.io/d2l_recurrent-modern/)
32+
3133
后续章节持续更新中……

_posts/2025-11-19-d2l_recurrent-neural-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $$
111111

112112
- 功能:将词元映射到数字索引
113113

114-
- 包含未知词元(`<unk>`)及可选保留词元(`<pad>``<bos>``<eos>`等)
114+
- 包含未知词元(`<unk>`)及可选保留词元(`<pad>``<bos>``<eos>` 等)
115115

116116
- 按词元频率排序,可通过 `min_freq` 过滤低频词元
117117

0 commit comments

Comments
 (0)