Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mtbookv2
概览
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
mtbookv2
Commits
d173e3c7
Commit
d173e3c7
authored
Dec 29, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'caorunzhe' 到 'master'
Caorunzhe 查看合并请求
!739
parents
65e710f8
91098f1e
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
29 行增加
和
20 行删除
+29
-20
Chapter13/Figures/figure-bpe.tex
+1
-1
Chapter13/Figures/figure-computation-of-dropout.tex
+5
-4
Chapter13/Figures/figure-word-root.tex
+2
-2
Chapter13/chapter13.tex
+0
-0
Chapter15/chapter15.tex
+0
-0
ChapterAcknowledgement/acknowledgement.tex
+1
-1
ChapterAppend/chapterappend.tex
+1
-12
bibliography.bib
+19
-0
没有找到文件。
Chapter13/Figures/figure-bpe.tex
查看文件 @
d173e3c7
...
...
@@ -21,7 +21,7 @@
\node
[node,font=\scriptsize,anchor = north,fill=ugreen!5,drop shadow]
(dict) at ([xshift = 5em,yshift = -5em]node6.south)
{
\begin{tabular}
{
llllll
}
\multirow
{
3
}{
*
}{
符号合并表:
}
&
('e','s')
&
('es','t')
&
('est','
$
<
$
e
$
>
$
')
&
('l','o')
&
('lo','w')
\\
&
('
n','e')
&
('ne','w')
&
('new','est
$
<
$
e
$
>
$
')
&
('low','
$
<
$
e
$
>
$
')
&
'w','i')
\\
&
('
low','
$
<
$
e
$
>
$
')
&
('n','e')
&
('ne','w')
&
('new','est
$
<
$
e
$
>
$
')
&
(
'w','i')
\\
&
('wi','d')
&
('wid','est
$
<
$
e
$
>
$
')
&
('low','e')
&
('lowe','r')
&
('lower','
$
<
$
e
$
>
$
')
\end{tabular}
}
;
...
...
Chapter13/Figures/figure-computation-of-dropout.tex
查看文件 @
d173e3c7
...
...
@@ -60,12 +60,12 @@
%equ
\node
[anchor=west,inner sep = 2pt] (line1) at (9*
\nodespace
,0)
{
未应用Dropout:
}
;
\node
[anchor=north west,inner sep = 2pt] (line2) at (line1.south west)
{$
z
_{
i
}^{
l
+
1
}
=
\mathbf
{
w
}
_{
i
}^{
l
}
\mathbf
{
x
}
+
b
_{
i
}^{
l
}$}
;
\node
[anchor=north west,inner sep = 2pt] (line3) at (line2.south west)
{$
x
_{
i
}^{
l
+
1
}
=
f
\left
(
x
_{
i
}^{
l
}
\right
)
$}
;
\node
[anchor=north west,inner sep = 2pt] (line2) at (line1.south west)
{$
z
_{
i
}^{
l
+
1
}
=
\mathbf
{
w
}
^{
l
}
\mathbf
{
x
}^{
l
}
+
b
_{
i
}^{
l
}$}
;
\node
[anchor=north west,inner sep = 2pt] (line3) at (line2.south west)
{$
x
_{
i
}^{
l
+
1
}
=
f
\left
(
z
_{
i
}^{
l
+
1
}
\right
)
$}
;
\node
[anchor=north west,inner sep = 2pt] (line4) at (line3.south west)
{
应用Dropout:
}
;
\node
[anchor=north west,inner sep = 2pt] (line5) at (line4.south west)
{$
r
_{
j
}^{
l
}
\sim
$
Bernoulli
$
(
1
-
p
)
$}
;
\node
[anchor=north west,inner sep = 2pt] (line6) at (line5.south west)
{$
\tilde
{
\mathbf
{
x
}}
=
\mathbf
{
r
}
*
\mathbf
{
x
}$}
;
\node
[anchor=north west,inner sep = 2pt] (line7) at (line6.south west)
{$
z
_{
i
}^{
l
+
1
}
=
\mathbf
{
w
}
_{
i
}^{
l
}
\widetilde
{
\mathbf
{
x
}}
+
b
_{
i
}^{
l
}$}
;
\node
[anchor=north west,inner sep = 2pt] (line8) at (line7.south west)
{$
x
_{
i
}^{
l
+
1
}
=
f
\left
(
z
_{
i
}^{
l
}
\right
)
$}
;
\node
[anchor=north west,inner sep = 2pt] (line7) at (line6.south west)
{$
z
_{
i
}^{
l
+
1
}
=
\mathbf
{
w
}
^{
l
}
\widetilde
{
\mathbf
{
x
}}^{
l
}
+
b
_{
i
}^{
l
}$}
;
\node
[anchor=north west,inner sep = 2pt] (line8) at (line7.south west)
{$
x
_{
i
}^{
l
+
1
}
=
f
\left
(
z
_{
i
}^{
l
+
1
}
\right
)
$}
;
\end{tikzpicture}
\ No newline at end of file
Chapter13/Figures/figure-word-root.tex
查看文件 @
d173e3c7
...
...
@@ -2,12 +2,12 @@
\begin{tikzpicture}
\node
[]
(do) at (0,0)
{{
\red
do
}}
;
\node
[anchor = west]
(does) at ([xshift = 1em]do.east)
{{
\red
do
}
es
}
;
\node
[anchor = west]
(doing) at ([xshift = 0.7em]does.east)
{{
\red
do
}
ing
}
;
\node
[anchor = west]
(doing) at ([xshift = 0.7em
,yshift = -0.1em
]does.east)
{{
\red
do
}
ing
}
;
\node
[anchor = north]
(do
_
root) at ([yshift = -1.5em]does.south)
{
do
}
;
\node
[anchor = west]
(new) at ([xshift = 2em]doing.east)
{{
\red
new
}}
;
\node
[anchor = west]
(newer) at ([xshift = 1em]new.east)
{{
\red
new
}
er
}
;
\node
[anchor = west]
(newest) at ([xshift = 0.7em]newer.east)
{{
\red
new
}
est
}
;
\node
[anchor = west]
(newest) at ([xshift = 0.7em
,yshift = 0.08em
]newer.east)
{{
\red
new
}
est
}
;
\node
[anchor = north]
(new
_
root) at ([yshift = -1.5em]newer.south)
{
new
}
;
\draw
[->] ([yshift=0.2em]do
_
root.north) .. controls +(north:0.4) and +(south:0.6) ..(do.south);
\draw
[->] (do
_
root.north) -- (does.south);
...
...
Chapter13/chapter13.tex
查看文件 @
d173e3c7
差异被折叠。
点击展开。
Chapter15/chapter15.tex
查看文件 @
d173e3c7
差异被折叠。
点击展开。
ChapterAcknowledgement/acknowledgement.tex
查看文件 @
d173e3c7
...
...
@@ -26,7 +26,7 @@
{
\color
{
white
}
空
}
\vspace
{
1em
}
\begin{center}
{
\Huge
\bfnew
{
后记
}}
{
\Huge
\bfnew
{
后
\ \ \
记
}}
\end{center}
\vspace
{
2em
}
...
...
ChapterAppend/chapterappend.tex
查看文件 @
d173e3c7
...
...
@@ -159,18 +159,6 @@
&
&
&
据规模较小
&
\\
\rule
{
0pt
}{
15pt
}
NIST
&
Zh-En等
&
新闻翻译
&
评测集包括4句参
&
{
https://www.ldc.upenn.edu/coll
}
\\
&
Cs Zh等
&
&
考译文,质量较高
&
aborations/evaluations/nist
\\
\end{tabular}
\end{center}
}
\end{table}
%----------------------------------------------
%----------------------------------------------
\begin{table}
[htp]
{
\footnotesize
\begin{center}
\begin{tabular}
{
p
{
1.6cm
}
| p
{
1.2cm
}
p
{
1.6cm
}
p
{
2.6cm
}
p
{
3.9cm
}}
\rule
{
0pt
}{
15pt
}{
任务
}
&
{
语种
}
&{
领域
}
&{
描述
}
&{
数据集地址
}
\\
\hline
\rule
{
0pt
}{
15pt
}
TVsub
&
Zh-En
&
字幕翻译
&
数据抽取自电视剧
&
{
https://github.com/longyuewan
}
\\
&
&
&
字幕,用于对话中
&
gdcu/tvsub
\\
&
&
&
长距离上下文研究
&
\\
...
...
@@ -189,6 +177,7 @@
}
\end{table}
%----------------------------------------------
%----------------------------------------------------------------------------------------
% NEW SECTION
%----------------------------------------------------------------------------------------
...
...
bibliography.bib
查看文件 @
d173e3c7
...
...
@@ -6929,6 +6929,25 @@ year={2012}
publisher={Conference on Empirical Methods in Natural Language Processing},
year={2020}
}
@inproceedings{DBLP:conf/coling/ZhuWH08,
author = {Jingbo Zhu and
Huizhen Wang and
Eduard H. Hovy},
title = {Multi-Criteria-Based Strategy to Stop Active Learning for Data Annotation},
publisher = {International Conference on Computational Linguistics},
pages = {1129--1136},
year = {2008}
}
@inproceedings{DBLP:conf/iccv/TrikiABT17,
author = {Amal Rannen Triki and
Rahaf Aljundi and
Matthew B. Blaschko and
Tinne Tuytelaars},
title = {Encoder Based Lifelong Learning},
pages = {1329--1337},
publisher = {{IEEE} International Conference on Computer Vision},
year = {2017}
}
%%%%% chapter 13------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论