Skip to content

Commit 91ad79e

Browse files
Chapter recurrent modern/seq2seq (d2l-ai#865)
* fix errors in 9.7.0. * fix errors 9.7.1. Encoder * fix errors 9.7.2. Decoder * fix errors in 9.7.3. Loss Function * fix errors 9.7.4. Training * fix errors 9.7.5. Prediction * fix errors 9.7.6. Evaluation fix errors 9.7.7. Summary fix errors 9.7.8. Exercises * fix invalid character in code * change RNN to 循环神经网络 * replace GRU by 门控循环单元 replace LSTM by 长短期记忆网络 * fix errors in 9.7. Sequence to Sequence Learning * fix errors in 9.7.1. Encoder * "连结" easyly cause misunderstand. "拼结" had more useage. * fix errors in 9.7.2. Decoder * fix errors in 9.7.3. Loss Function * fix errors in concatenate's translation * fix errors in 9.7.4. Training * fix errors in 9.7.5. Prediction * add term 'precision' and translation "精确度" * fix errors in 9.7.6. Evaluation * end of fix errors in 9.7. * fix translation errors * Update seq2seq.md * Update seq2seq.md Co-authored-by: goldmermaid <[email protected]>
1 parent 3ec5af8 commit 91ad79e

File tree

2 files changed

+51
-36
lines changed

2 files changed

+51
-36
lines changed

TERMINOLOGY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114

115115
解码器,decoder
116116

117+
精确度,precision
118+
117119
经验风险最小化,empirical risk minimization
118120

119121
局部最小值,local minimum
@@ -136,7 +138,7 @@
136138

137139
拉普拉斯平滑,Laplace smoothing
138140

139-
连结,concatenate
141+
拼接,concatenate
140142

141143
类,class
142144

0 commit comments

Comments
 (0)