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
e8c5a116
Commit
e8c5a116
authored
May 03, 2020
by
xiaotong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpates of section 7
parent
890d3491
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
26 行增加
和
20 行删除
+26
-20
Book/Chapter7/Chapter7.tex
+0
-0
Book/Chapter7/Figures/figure-norm.tex
+3
-3
Book/mt-book-xelatex.idx
+17
-12
Book/structure.tex
+6
-5
没有找到文件。
Book/Chapter7/Chapter7.tex
查看文件 @
e8c5a116
差异被折叠。
点击展开。
Book/Chapter7/Figures/figure-norm.tex
查看文件 @
e8c5a116
...
...
@@ -18,7 +18,7 @@
\node
[]
(res1) at ([xshift=2.4em]fn1.east)
{
+
}
;
\node
[anchor=west,inputnode]
(output) at ([xshift=1.2em]res1.east)
{$
x
_{
i
}^{
l
+
1
}$}
;
\node
[anchor=west,inputnode]
(legend1) at (
8
em,-1em)
{
(a) 标准Transformer网络
}
;
\node
[anchor=west,inputnode]
(legend1) at (
6
em,-1em)
{
(a) 标准Transformer网络
}
;
%\coordinate (mend) at ([xshift=1em]m.west);
\draw
[-latex',thick]
(input)--(ln);
...
...
@@ -38,7 +38,7 @@
\draw
[-latex',thick,rounded corners]
(h1) -- ([yshift=1.35em]h1.north) -- ([yshift=1em]m1.north) -- (m1.north);
%--------------------------------------------------------
\node
[anchor=south west,inputnode]
(input
_
2) at (0,-
4
em)
{$
x
_{
i
}^{
l
}$}
;
\node
[anchor=south west,inputnode]
(input
_
2) at (0,-
6
em)
{$
x
_{
i
}^{
l
}$}
;
\node
[anchor=west,sublayernode,fill=red!10]
(ln
_
2) at ([xshift=1.2em]input
_
2.east)
{
LN
}
;
\node
[anchor=west,sublayernode,fill=green!10]
(fn
_
2) at ([xshift=1.2em]ln
_
2.east)
{
F
}
;
...
...
@@ -51,7 +51,7 @@
\node
[]
(res1
_
2) at ([xshift=2.4em]fn1
_
2.east)
{
+
}
;
\node
[anchor=west,inputnode]
(output
_
2) at ([xshift=1.2em]res1
_
2.east)
{$
x
_{
i
}^{
l
+
1
}$}
;
\node
[anchor=west,inputnode]
(legend2) at (
6.5em,-5
.5em)
{
(b) 引入Layer Dropout后的Transformer网络
}
;
\node
[anchor=west,inputnode]
(legend2) at (
2.5em,-7
.5em)
{
(b) 引入Layer Dropout后的Transformer网络
}
;
\node
[anchor=south west,inputnode,red,font=\tiny]
(mlable) at ([xshift=-2.2em,yshift=-0.6em]m
_
2.south)
{
M=1
}
;
...
...
Book/mt-book-xelatex.idx
查看文件 @
e8c5a116
...
...
@@ -31,31 +31,32 @@
\indexentry{Denoising|hyperpage}{21}
\indexentry{泛化|hyperpage}{21}
\indexentry{Generalization|hyperpage}{21}
\indexentry{标签平滑|hyperpage}{23}
\indexentry{Label Smoothing|hyperpage}{23}
\indexentry{相互适应|hyperpage}{24}
\indexentry{Co-Adaptation|hyperpage}{24}
\indexentry{集成学习|hyperpage}{25}
\indexentry{Ensemble Learning|hyperpage}{25}
\indexentry{容量|hyperpage}{26}
\indexentry{Capacity|hyperpage}{26}
\indexentry{宽残差网络|hyperpage}{2
6
}
\indexentry{Wide Residual Network|hyperpage}{2
6
}
\indexentry{宽残差网络|hyperpage}{2
7
}
\indexentry{Wide Residual Network|hyperpage}{2
7
}
\indexentry{探测任务|hyperpage}{28}
\indexentry{Probing Task|hyperpage}{28}
\indexentry{浅层网络表示|hyperpage}{28}
\indexentry{表面信息|hyperpage}{28}
\indexentry{Surface Information|hyperpage}{28}
\indexentry{中间层的表示|hyperpage}{28}
\indexentry{语法信息|hyperpage}{28}
\indexentry{Syntactic Information|hyperpage}{28}
\indexentry{顶层网络的表示|hyperpage}{28}
\indexentry{语义信息|hyperpage}{28}
\indexentry{Semantic Information|hyperpage}{28}
\indexentry{词嵌入|hyperpage}{2
8
}
\indexentry{Embedding|hyperpage}{2
8
}
\indexentry{词嵌入|hyperpage}{2
9
}
\indexentry{Embedding|hyperpage}{2
9
}
\indexentry{数据并行|hyperpage}{29}
\indexentry{Data Parallelism|hyperpage}{29}
\indexentry{模型并行|hyperpage}{29}
\indexentry{Model Parallelism|hyperpage}{29}
\indexentry{小批量训练|hyperpage}{29}
\indexentry{Mini-batch Training|hyperpage}{29}
\indexentry{课程学习|hyperpage}{31}
\indexentry{Curriculum Learning|hyperpage}{31}
\indexentry{推断|hyperpage}{32}
...
...
@@ -66,6 +67,10 @@
\indexentry{Search Error|hyperpage}{32}
\indexentry{模型错误|hyperpage}{32}
\indexentry{Modeling Error|hyperpage}{32}
\indexentry{重排序|hyperpage}{34}
\indexentry{Re-ranking|hyperpage}{34}
\indexentry{双向推断|hyperpage}{34}
\indexentry{Bidirectional Inference|hyperpage}{34}
\indexentry{批量推断|hyperpage}{37}
\indexentry{Batch Inference|hyperpage}{37}
\indexentry{批量处理|hyperpage}{37}
...
...
@@ -92,10 +97,10 @@
\indexentry{Diversity|hyperpage}{45}
\indexentry{重排序|hyperpage}{45}
\indexentry{Re-ranking|hyperpage}{45}
\indexentry{动态线性层聚合方法|hyperpage}{5
0
}
\indexentry{Dynamic Linear Combination of Layers,DLCL|hyperpage}{5
0
}
\indexentry{相互适应|hyperpage}{5
4
}
\indexentry{Co-adaptation|hyperpage}{5
4
}
\indexentry{动态线性层聚合方法|hyperpage}{5
1
}
\indexentry{Dynamic Linear Combination of Layers,DLCL|hyperpage}{5
1
}
\indexentry{相互适应|hyperpage}{5
5
}
\indexentry{Co-adaptation|hyperpage}{5
5
}
\indexentry{数据增强|hyperpage}{57}
\indexentry{Data Augmentation|hyperpage}{57}
\indexentry{回译|hyperpage}{57}
...
...
@@ -111,7 +116,7 @@
\indexentry{多任务学习|hyperpage}{60}
\indexentry{Multitask Learning|hyperpage}{60}
\indexentry{模型压缩|hyperpage}{61}
\indexentry{Model Compression|hyperpage}{6
1
}
\indexentry{Model Compression|hyperpage}{6
2
}
\indexentry{学习难度|hyperpage}{62}
\indexentry{Learning Difficulty|hyperpage}{62}
\indexentry{教师模型|hyperpage}{62}
...
...
Book/structure.tex
查看文件 @
e8c5a116
...
...
@@ -2,19 +2,20 @@
% !TEX encoding = UTF-8 Unicode
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This file was modified on top of
% The Legrand Orange Book
% Structural Definitions File
% Version 2.1 (26/09/2018)
%
% Original author:
% Mathias Legrand (legrand.mathias@gmail.com) with modifications by:
% Vel (vel@latextemplates.com)
%
% This file was downloaded from:
% http://www.LaTeXTemplates.com
% Current Version is maintained by
% Tong Xiao (xiaotong@mail.neu.edu.cn)
% Runzhe Cao (854581319@qq.com)
%
% License:
% CC BY-NC-SA
3.0 (http://creativecommons.org/licenses/by-nc-sa/3
.0/)
% License
of This File
:
% CC BY-NC-SA
4.0 (http://creativecommons.org/licenses/by-nc-sa/4
.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论