Skip to content

Commit c2a72a1

Browse files
committed
序列生成模型
1 parent 9155ece commit c2a72a1

9 files changed

+490
-63
lines changed

chap-序列生成模型.pdf

717 KB
Binary file not shown.

index.html

Lines changed: 226 additions & 60 deletions
Large diffs are not rendered by default.

md/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ published: true
4343
7. [网络优化与正则化](chap-网络优化与正则化.pdf) [[ppt](./ppt/chap-网络优化与正则化.pptx)] (updated 2018-3-12)
4444
8. [注意力机制与外部记忆](chap-注意力机制与外部记忆.pdf) [[ppt](./ppt/chap-注意力机制与外部记忆.pptx)] (updated 2018-11-13)
4545
9. [无监督学习](chap-无监督学习.pdf) [[ppt](./ppt/chap-无监督学习.pptx)] (updated 2018-9-28)
46-
10. [模型独立的学习方式](chap-模型独立的学习方式.pdf)
46+
10. [模型独立的学习方式](chap-模型独立的学习方式.pdf) (updated 2019-3-28)
4747
11. [概率图模型](chap-概率图模型.pdf) [[ppt](./ppt/chap-概率图模型.pptx)] (updated 2018-5-8)
4848
12. [深度信念网络](chap-深度信念网络.pdf) [[ppt](./ppt/chap-深度信念网络.pptx)] (updated 2018-6-7)
4949
13. [深度生成模型](chap-深度生成模型.pdf)[[ppt](./ppt/chap-深度生成模型.pptx)] (updated 2018-6-25)
50-
14. [序列生成模型](chap-序列生成模型.pdf) 一个过时版本:[词嵌入与语言模型](chap-语言模型与词嵌入.pdf)
51-
15. [深度强化学习](chap-深度强化学习.pdf) [[ppt](./ppt/chap-深度强化学习.pptx)] (updated 2018-6-15)
50+
14. [深度强化学习](chap-深度强化学习.pdf) [[ppt](./ppt/chap-深度强化学习.pptx)] (updated 2018-6-15)
51+
15. [序列生成模型](chap-序列生成模型.pdf) [[ppt](./ppt/chap-序列生成模型.pptx)] (updated 2018-4-4) 一个过时版本:[词嵌入与语言模型](chap-语言模型与词嵌入.pdf)
5252
16. [数学基础](chap-数学基础.pdf) (updated 2018-6-12)
5353

5454

v/sgm-seq2seq-cnn-mt.gif

2.54 MB
Loading

v/sgm-seq2seq-fnn-wavenet.gif

560 KB
Loading

v/sgm-seq2seq-rnn-mt.gif

1.23 MB
Loading

v/sgm-seq2seq-transformer.gif

1.18 MB
Loading

v/sgm-seq2seq.html

Lines changed: 231 additions & 0 deletions
Large diffs are not rendered by default.

v/sgm-seq2seq.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 序列到序列示例
2+
3+
## 基于循环神经网络的序列到序列模型
4+
![](.\sgm-seq2seq-rnn-mt.gif)
5+
6+
图片来源: <https://github.com/google/seq2seq>
7+
8+
9+
10+
## Transformer示例
11+
12+
![](.\sgm-seq2seq-transformer.gif)
13+
14+
图片来源: <https://ai.googleblog.com/2017/08/transformer-novel-neural-network.html>
15+
16+
17+
18+
## 基于前馈神经网络的序列到序列示例
19+
20+
![](./sgm-seq2seq-fnn-wavenet.gif)
21+
22+
图片来源:<<https://deepmind.com/blog/wavenet-generative-model-raw-audio/>>
23+
24+
25+
26+
## 基于卷积神经网络的序列到序列示例
27+
28+
![](./sgm-seq2seq-cnn-mt.gif)
29+
30+
图片来源:<https://github.com/facebookresearch/fairseq/blob/master/fairseq.gif>

0 commit comments

Comments
 (0)