Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
Toy-MT-Introduction
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
NiuTrans
Toy-MT-Introduction
Commits
96c091cf
Commit
96c091cf
authored
Mar 07, 2020
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dashes in figure names
parent
3ef421f4
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
54 个修改的文件
包含
2 行增加
和
0 行删除
+2
-0
.gitignore
+2
-0
Book/Chapter6/Chapter6.tex
+0
-0
Book/Chapter6/Figures/figure-3-base-problom-of-P.tex
+0
-0
Book/Chapter6/Figures/figure-A-combination-of-position-encoding-and-word-encoding.tex
+0
-0
Book/Chapter6/Figures/figure-A-working-example-of-neural-machine-translation.tex
+0
-0
Book/Chapter6/Figures/figure-Attention-of-source-and-target-words.tex
+0
-0
Book/Chapter6/Figures/figure-Automatic-generation-of-ancient-poems-based-on-encoder-decoder-framework.tex
+0
-0
Book/Chapter6/Figures/figure-Automatically-generate-instances-of-couplets.tex
+0
-0
Book/Chapter6/Figures/figure-Beam-search-process.tex
+0
-0
Book/Chapter6/Figures/figure-Calculation-of-context-vector-C.tex
+0
-0
Book/Chapter6/Figures/figure-Calculation-process-of-context-vector-C.tex
+0
-0
Book/Chapter6/Figures/figure-Comparison-of-the-number-of-padding-in-batch.tex
+0
-0
Book/Chapter6/Figures/figure-Data-parallel-process.tex
+0
-0
Book/Chapter6/Figures/figure-Decode-the-word-probability-distribution-at-the-first-position.tex
+0
-0
Book/Chapter6/Figures/figure-Decoding-process-based-on-greedy-method.tex
+0
-0
Book/Chapter6/Figures/figure-Dependencies-between-words-in-a-recurrent-neural-network.tex
+0
-0
Book/Chapter6/Figures/figure-Dependencies-between-words-of-Attention.tex
+0
-0
Book/Chapter6/Figures/figure-Different-regularization-methods.tex
+0
-0
Book/Chapter6/Figures/figure-Double-layer-RNN.tex
+0
-0
Book/Chapter6/Figures/figure-Example-of-automatic-translation-of-classical-Chinese.tex
+0
-0
Book/Chapter6/Figures/figure-Example-of-context-vector-calculation-process.tex
+0
-0
Book/Chapter6/Figures/figure-Example-of-self-attention-mechanism-calculation.tex
+0
-0
Book/Chapter6/Figures/figure-Generate-summary.tex
+0
-0
Book/Chapter6/Figures/figure-Mask-instance-for-future-positions-in-Transformer.tex
+0
-0
Book/Chapter6/Figures/figure-Matrix-Representation-of-Attention-Weights-Between-Chinese-English-Sentence-Pairs.tex
+0
-0
Book/Chapter6/Figures/figure-Model-structure-based-on-recurrent-neural-network-translation.tex
+0
-0
Book/Chapter6/Figures/figure-Multi-Head-Attention-Model.tex
+0
-0
Book/Chapter6/Figures/figure-Output-layer-structur.tex
+0
-0
Book/Chapter6/Figures/figure-Point-product-attention-model.tex
+0
-0
Book/Chapter6/Figures/figure-Position-of-difference-and-layer-regularization-in-the-model.tex
+0
-0
Book/Chapter6/Figures/figure-Position-of-feedforward-neural-network-in-the-model.tex
+0
-0
Book/Chapter6/Figures/figure-Position-of-self-attention-mechanism-in-the-model.tex
+0
-0
Book/Chapter6/Figures/figure-Presentation-space.tex
+0
-0
Book/Chapter6/Figures/figure-Query-model-corresponding-to-attention-mechanism.tex
+0
-0
Book/Chapter6/Figures/figure-Query-model-corresponding-to-traditional-query-model-vs-attention-mechanism.tex
+0
-0
Book/Chapter6/Figures/figure-Query-model-corresponding-to-traditional-query-model-vs-attention-mechanism02.tex
+0
-0
Book/Chapter6/Figures/figure-Relationship-between-learning-rate-and-number-of-updates.tex
+0
-0
Book/Chapter6/Figures/figure-Residual-network-structure.tex
+0
-0
Book/Chapter6/Figures/figure-Structure-of-a-recurrent-network-model.tex
+0
-0
Book/Chapter6/Figures/figure-Structure-of-the-network-during-Transformer-training.tex
+0
-0
Book/Chapter6/Figures/figure-Transformer-input-and-position-encoding.tex
+0
-0
Book/Chapter6/Figures/figure-Word-embedding-structure.tex
+0
-0
Book/Chapter6/Figures/figure-a-simple-example-for-tl.tex
+0
-0
Book/Chapter6/Figures/figure-decode-of-transformer.tex
+0
-0
Book/Chapter6/Figures/figure-encoder-decoder-process.tex
+0
-0
Book/Chapter6/Figures/figure-encoder-decoder-with-Attention.tex
+0
-0
Book/Chapter6/Figures/figure-example-of-mt.tex
+0
-0
Book/Chapter6/Figures/figure-lrate-of-transformer.tex
+0
-0
Book/Chapter6/Figures/figure-numbers-of-WMT-systems.tex
+0
-0
Book/Chapter6/Figures/figure-process-of-5.tex
+0
-0
Book/Chapter6/Figures/figure-process-test-(2).tex
+0
-0
Book/Chapter6/Figures/figure-self-att-vs-enco-deco-att.tex
+0
-0
Book/Chapter6/Figures/figure-structure-of-GNMT.tex
+0
-0
Book/Chapter6/Figures/figure-the-whole-of-LSTM.tex
+0
-0
没有找到文件。
.gitignore
查看文件 @
96c091cf
...
...
@@ -25,3 +25,5 @@ Book/mt-book.pdf
Section07-Making-A-Strong-NMT-System/section07.pdf
Section07-Towards-Strong-NMT-Systems/section07.pdf
Book/mt-book.run.xml
Book/mt-book-xelatex.bcf
Book/mt-book-xelatex.idx
Book/Chapter6/Chapter6.tex
查看文件 @
96c091cf
差异被折叠。
点击展开。
Book/Chapter6/Figures/figure-3
base problom of
P.tex
→
Book/Chapter6/Figures/figure-3
-base-problom-of-
P.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-A
combination of position encoding and word
encoding.tex
→
Book/Chapter6/Figures/figure-A
-combination-of-position-encoding-and-word-
encoding.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-A
working example of neural machine
translation.tex
→
Book/Chapter6/Figures/figure-A
-working-example-of-neural-machine-
translation.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Attention
of source and target
words.tex
→
Book/Chapter6/Figures/figure-Attention
-of-source-and-target-
words.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Automatic
generation of ancient poems based on encoder-decoder
framework.tex
→
Book/Chapter6/Figures/figure-Automatic
-generation-of-ancient-poems-based-on-encoder-decoder-
framework.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Automatically
generate instances of
couplets.tex
→
Book/Chapter6/Figures/figure-Automatically
-generate-instances-of-
couplets.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Beam
search
process.tex
→
Book/Chapter6/Figures/figure-Beam
-search-
process.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Calculation
of context vector
C.tex
→
Book/Chapter6/Figures/figure-Calculation
-of-context-vector-
C.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Calculation
process of context vector
C.tex
→
Book/Chapter6/Figures/figure-Calculation
-process-of-context-vector-
C.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Comparison
of the number of padding in
batch.tex
→
Book/Chapter6/Figures/figure-Comparison
-of-the-number-of-padding-in-
batch.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Data
parallel
process.tex
→
Book/Chapter6/Figures/figure-Data
-parallel-
process.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Decode
the word probability distribution at the first
position.tex
→
Book/Chapter6/Figures/figure-Decode
-the-word-probability-distribution-at-the-first-
position.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Decoding
process based on greedy
method.tex
→
Book/Chapter6/Figures/figure-Decoding
-process-based-on-greedy-
method.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Dependencies
between words in a recurrent neural
network.tex
→
Book/Chapter6/Figures/figure-Dependencies
-between-words-in-a-recurrent-neural-
network.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Dependencies
between words of
Attention.tex
→
Book/Chapter6/Figures/figure-Dependencies
-between-words-of-
Attention.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Different
regularization
methods.tex
→
Book/Chapter6/Figures/figure-Different
-regularization-
methods.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Double
layer
RNN.tex
→
Book/Chapter6/Figures/figure-Double
-layer-
RNN.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Example
of automatic translation of classical
Chinese.tex
→
Book/Chapter6/Figures/figure-Example
-of-automatic-translation-of-classical-
Chinese.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Example
of context vector calculation
process.tex
→
Book/Chapter6/Figures/figure-Example
-of-context-vector-calculation-
process.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Example
of self-attention mechanism
calculation.tex
→
Book/Chapter6/Figures/figure-Example
-of-self-attention-mechanism-
calculation.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Generate
summary.tex
→
Book/Chapter6/Figures/figure-Generate
-
summary.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Mask
instance for future positions in
Transformer.tex
→
Book/Chapter6/Figures/figure-Mask
-instance-for-future-positions-in-
Transformer.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Matrix
Representation of Attention Weights Between Chinese-English Sentence
Pairs.tex
→
Book/Chapter6/Figures/figure-Matrix
-Representation-of-Attention-Weights-Between-Chinese-English-Sentence-
Pairs.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Model
structure based on recurrent neural network
translation.tex
→
Book/Chapter6/Figures/figure-Model
-structure-based-on-recurrent-neural-network-
translation.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Multi-Head
Attention
Model.tex
→
Book/Chapter6/Figures/figure-Multi-Head
-Attention-
Model.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Output
layer
structur.tex
→
Book/Chapter6/Figures/figure-Output
-layer-
structur.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Point
product attention
model.tex
→
Book/Chapter6/Figures/figure-Point
-product-attention-
model.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Position
of difference and layer regularization in the
model.tex
→
Book/Chapter6/Figures/figure-Position
-of-difference-and-layer-regularization-in-the-
model.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Position
of feedforward neural network in the
model.tex
→
Book/Chapter6/Figures/figure-Position
-of-feedforward-neural-network-in-the-
model.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Position
of self-attention mechanism in the
model.tex
→
Book/Chapter6/Figures/figure-Position
-of-self-attention-mechanism-in-the-
model.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Presentation
space.tex
→
Book/Chapter6/Figures/figure-Presentation
-
space.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Query
model corresponding to attention
mechanism.tex
→
Book/Chapter6/Figures/figure-Query
-model-corresponding-to-attention-
mechanism.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Query
model corresponding to traditional query model vs attention
mechanism.tex
→
Book/Chapter6/Figures/figure-Query
-model-corresponding-to-traditional-query-model-vs-attention-
mechanism.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Query
model corresponding to traditional query model vs attention
mechanism02.tex
→
Book/Chapter6/Figures/figure-Query
-model-corresponding-to-traditional-query-model-vs-attention-
mechanism02.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Relationship
between learning rate and number of
updates.tex
→
Book/Chapter6/Figures/figure-Relationship
-between-learning-rate-and-number-of-
updates.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Residual
network
structure.tex
→
Book/Chapter6/Figures/figure-Residual
-network-
structure.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Structure
of a recurrent network
model.tex
→
Book/Chapter6/Figures/figure-Structure
-of-a-recurrent-network-
model.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Structure
of the network during Transformer
training.tex
→
Book/Chapter6/Figures/figure-Structure
-of-the-network-during-Transformer-
training.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Transformer
input and position
encoding.tex
→
Book/Chapter6/Figures/figure-Transformer
-input-and-position-
encoding.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-Word
embedding
structure.tex
→
Book/Chapter6/Figures/figure-Word
-embedding-
structure.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-a
simple example for
tl.tex
→
Book/Chapter6/Figures/figure-a
-simple-example-for-
tl.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-decode
of
transformer.tex
→
Book/Chapter6/Figures/figure-decode
-of-
transformer.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-
encoder-decoder-process.tex
→
Book/Chapter6/Figures/figure-encoder-decoder-process.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-encoder-decoder
with
Attention.tex
→
Book/Chapter6/Figures/figure-encoder-decoder
-with-
Attention.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-example
of
mt.tex
→
Book/Chapter6/Figures/figure-example
-of-
mt.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-lrate
of
transformer.tex
→
Book/Chapter6/Figures/figure-lrate
-of-
transformer.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-numbers
of WMT
systems.tex
→
Book/Chapter6/Figures/figure-numbers
-of-WMT-
systems.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/
process of
5.tex
→
Book/Chapter6/Figures/
figure-process-of-
5.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-process
test
(2).tex
→
Book/Chapter6/Figures/figure-process
-test-
(2).tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-self-att
vs enco-deco
att.tex
→
Book/Chapter6/Figures/figure-self-att
-vs-enco-deco-
att.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-structure
of
GNMT.tex
→
Book/Chapter6/Figures/figure-structure
-of-
GNMT.tex
查看文件 @
96c091cf
File moved
Book/Chapter6/Figures/figure-the
whole of
LSTM.tex
→
Book/Chapter6/Figures/figure-the
-whole-of-
LSTM.tex
查看文件 @
96c091cf
File moved
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论