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
ec27b648
Commit
ec27b648
authored
Sep 15, 2020
by
zhoutao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified chapter3 and bib
parent
cd443b76
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
26 行增加
和
25 行删除
+26
-25
Chapter3/Figures/figure-crf-to-deal-with-sequence-problems.tex
+2
-2
Chapter3/Figures/figure-evaluation-of-probability-for-grammar.tex
+3
-3
Chapter3/Figures/figure-example-of-hmm.tex
+9
-9
Chapter3/Figures/figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex
+1
-1
Chapter3/Figures/figure-transition-prob-and-launch-prob-in-coin-toss-game.tex
+11
-10
Chapter3/chapter3.aux
+0
-0
Chapter3/chapter3.tex
+0
-0
bibliography.bib
+0
-0
没有找到文件。
Chapter3/Figures/figure-crf-to-deal-with-sequence-problems.tex
查看文件 @
ec27b648
...
...
@@ -8,8 +8,8 @@
\node
[anchor=west,hide]
(yn-1)at([xshift=2em]dots.east)
{$
y
_{
m
-
1
}$}
;
\node
[anchor=west,hide]
(yn)at([xshift=2em]yn-1.east)
{$
y
_
m
$}
;
\node
[anchor=north,draw,line width=1pt,inner sep=2pt,fill=red!30,minimum height=2em,minimum width=12em]
(see)at ([yshift=-3em,xshift=2em]y3.south)
{$
\mathbf
{
X
}
=(
x
_
1
,x
_
2
,
\ldots
,x
_{
m
-
1
}
,x
_
m
)
$}
;
\node
[anchor=south,font=\footnotesize]
at ([yshift=1em,xshift=2em]y3.north)
{
待预测的隐
藏
状态序列
}
;
\node
[anchor=north,draw,line width=1pt,inner sep=2pt,fill=red!30,minimum height=2em,minimum width=12em]
(see)at ([yshift=-3em,xshift=2em]y3.south)
{${
X
}
=(
x
_
1
,x
_
2
,
\ldots
,x
_{
m
-
1
}
,x
_
m
)
$}
;
\node
[anchor=south,font=\footnotesize]
at ([yshift=1em,xshift=2em]y3.north)
{
待预测的隐
含
状态序列
}
;
\node
[anchor=north,font=\footnotesize]
at ([yshift=-1em]see.south)
{
可见状态序列
}
;
\draw
[line width=1pt]
(y1.east) -- (y2.west);
...
...
Chapter3/Figures/figure-evaluation-of-probability-for-grammar.tex
查看文件 @
ec27b648
...
...
@@ -57,17 +57,17 @@
\end{pgfonlayer}
\node
[anchor=north west] (math1) at ([xshift=2em]treebank.north east)
{$
\funp
{
P
}$
(VP
$
\to
$
VV NN)
}
;
\node
[anchor=north west] (math1part2) at ([xshift=-1em,yshift=0.2em]math1.south west)
{$
=
\frac
{
\textrm
{
“VP”和“VV NN”同时出现的次数
=
1
}}{
\textrm
{
“VP”
出现的次数
}
=
4
}$}
;
\node
[anchor=north west] (math1part2) at ([xshift=-1em,yshift=0.2em]math1.south west)
{$
=
\frac
{
\textrm
{
VP和VV NN同时出现的次数
=
1
}}{
\textrm
{
VP
出现的次数
}
=
4
}$}
;
\node
[anchor=north west] (math1part3) at ([yshift=0.2em]math1part2.south west)
{$
=
\frac
{
1
}{
4
}$}
;
\node
[anchor=north west] (math2) at ([yshift=-6em]math1.north west)
{$
\funp
{
P
}$
(NP
$
\to
$
NN)
}
;
\node
[anchor=north west] (math2part2) at ([xshift=-1em,yshift=0.2em]math2.south west)
{$
=
\frac
{
\textrm
{
“NP”和“NN”同时出现的次数
=
2
}}{
\textrm
{
“NP”
出现的次数
}
=
3
}$}
;
\node
[anchor=north west] (math2part2) at ([xshift=-1em,yshift=0.2em]math2.south west)
{$
=
\frac
{
\textrm
{
NP和NN同时出现的次数
=
2
}}{
\textrm
{
NP
出现的次数
}
=
3
}$}
;
\node
[anchor=north west] (math2part3) at ([yshift=0.2em]math2part2.south west)
{$
=
\frac
{
2
}{
3
}$}
;
\node
[anchor=north west] (math3) at ([yshift=-6em]math2.north west)
{$
\funp
{
P
}$
(IP
$
\to
$
NP NP)
}
;
\node
[anchor=north west] (math3part2) at ([xshift=-1em,yshift=0.2em]math3.south west)
{$
=
\frac
{
\textrm
{
“IP”和“NP NP”同时出现的次数
=
0
}}{
\textrm
{
“IP”
出现的次数
}
=
3
}$}
;
\node
[anchor=north west] (math3part2) at ([xshift=-1em,yshift=0.2em]math3.south west)
{$
=
\frac
{
\textrm
{
IP和NP NP同时出现的次数
=
0
}}{
\textrm
{
IP
出现的次数
}
=
3
}$}
;
\node
[anchor=north west] (math3part3) at ([yshift=0.2em]math3part2.south west)
{$
=
\frac
{
0
}{
3
}$}
;
\begin{pgfonlayer}
{
background
}
...
...
Chapter3/Figures/figure-example-of-hmm.tex
查看文件 @
ec27b648
...
...
@@ -2,15 +2,15 @@
\tikzstyle
{
unit
}
= [draw,circle,line width=0.8pt,align=center,fill=green!30,minimum size=1em]
\node
[minimum width=3em,minimum height=1.8em]
(o) at (0,0)
{}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
A) at ([xshift=-0em,yshift=-1em]o.south)
{
隐
藏状态A
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
B) at ([yshift=-1.6em]state
_
A.south)
{
隐
藏状态B
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
C) at ([yshift=-1.6em]state
_
B.south)
{
隐
藏状态C
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
D) at ([yshift=-1.6em]state
_
C.south)
{
隐
藏状态D
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c1) at ([yshift=0.2em,xshift=2em]o.east)
{
T
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c2) at ([xshift=5em]c1.east)
{
F
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c3) at ([xshift=5em]c2.east)
{
F
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c4) at ([xshift=5em]c3.east)
{
T
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
A) at ([xshift=-0em,yshift=-1em]o.south)
{
隐
含状态
$
A
$
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
B) at ([yshift=-1.6em]state
_
A.south)
{
隐
含状态
$
B
$
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
C) at ([yshift=-1.6em]state
_
B.south)
{
隐
含状态
$
C
$
}
;
\node
[anchor=north,inner sep=1pt,font=\footnotesize]
(state
_
D) at ([yshift=-1.6em]state
_
C.south)
{
隐
含状态
$
D
$
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c1) at ([yshift=0.2em,xshift=2em]o.east)
{
$
T
$
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c2) at ([xshift=5em]c1.east)
{
$
F
$
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c3) at ([xshift=5em]c2.east)
{
$
F
$
}
;
\node
[anchor=west,inner sep=1pt,font=\footnotesize]
(c4) at ([xshift=5em]c3.east)
{
$
T
$
}
;
\node
[anchor=south,font=\scriptsize]
(cl1) at (c1.north)
{
时刻1
}
;
\node
[anchor=south,font=\scriptsize]
(cl2) at (c2.north)
{
时刻2
}
;
\node
[anchor=south,font=\scriptsize]
(cl3) at (c3.north)
{
时刻3
}
;
...
...
Chapter3/Figures/figure-perspectives-of-expert-ordinary-and-syntactic-parser.tex
查看文件 @
ec27b648
...
...
@@ -74,7 +74,7 @@
语言学家:
&
不对
&
对
&
不对
\\
我们:
&
似乎对了
&
比较肯定
&
不太可能
\\
分析器:
&
$
\
textrm
{
P
}
=
0
.
2
$
&
$
\textrm
{
P
}
=
0
.
6
$
&
$
\textrm
{
P
}
=
0
.
1
$
分析器:
&
$
\
funp
{
P
}
=
0
.
2
$
&
$
\funp
{
P
}
=
0
.
6
$
&
$
\funp
{
P
}
=
0
.
1
$
\end{tabular}
%---------------------------------------------------------------------
...
...
Chapter3/Figures/figure-transition-prob-and-launch-prob-in-coin-toss-game.tex
查看文件 @
ec27b648
...
...
@@ -2,13 +2,13 @@
\begin{scope}
\node
[minimum width=3em,minimum height=1.5em]
(o) at (0,0)
{}
;
\node
[anchor=west,inner sep=0pt]
(ca) at ([yshift=0.2em,xshift=1.4em]o.east)
{
\scriptsize\bfnew
{
硬币
A
}}
;
\node
[anchor=west,inner sep=0pt]
(cb) at ([xshift=1.4em]ca.east)
{
\scriptsize\bfnew
{
硬币
B
}}
;
\node
[anchor=west,inner sep=0pt]
(cc) at ([xshift=1.4em]cb.east)
{
\scriptsize\bfnew
{
硬币
C
}}
;
\node
[anchor=west,inner sep=0pt]
(ca) at ([yshift=0.2em,xshift=1.4em]o.east)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
A
$
}}
;
\node
[anchor=west,inner sep=0pt]
(cb) at ([xshift=1.4em]ca.east)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
B
$
}}
;
\node
[anchor=west,inner sep=0pt]
(cc) at ([xshift=1.4em]cb.east)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
C
$
}}
;
\node
[anchor=north,inner sep=0pt]
(ra) at ([yshift=-0.6em,xshift=-0.4em]o.south)
{
\scriptsize\bfnew
{
硬币
A
}}
;
\node
[anchor=north,inner sep=0pt]
(rb) at ([yshift=-1.4em]ra.south)
{
\scriptsize\bfnew
{
硬币
B
}}
;
\node
[anchor=north,inner sep=0pt]
(rc) at ([yshift=-1.4em]rb.south)
{
\scriptsize\bfnew
{
硬币
C
}}
;
\node
[anchor=north,inner sep=0pt]
(ra) at ([yshift=-0.6em,xshift=-0.4em]o.south)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
A
$
}}
;
\node
[anchor=north,inner sep=0pt]
(rb) at ([yshift=-1.4em]ra.south)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
B
$
}}
;
\node
[anchor=north,inner sep=0pt]
(rc) at ([yshift=-1.4em]rb.south)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
C
$
}}
;
\node
[anchor=north,inner sep=0pt]
(n11) at ([yshift=-0.9em]ca.south)
{
\small
{$
\frac
{
1
}{
3
}$}}
;
\node
[anchor=north,inner sep=0pt]
(n21) at ([yshift=-1em]n11.south)
{
\small
{$
\frac
{
1
}{
3
}$}}
;
...
...
@@ -38,9 +38,9 @@
\node
[anchor=west,inner sep=0pt]
(ca) at ([yshift=0.2em,xshift=1.4em]o.east)
{
\scriptsize\bfnew
{
正面
}}
;
\node
[anchor=west,inner sep=0pt]
(cb) at ([xshift=1.4em]ca.east)
{
\scriptsize\bfnew
{
反面
}}
;
\node
[anchor=north,inner sep=0pt]
(ra) at ([yshift=-0.6em,xshift=-0.4em]o.south)
{
\scriptsize\bfnew
{
硬币
A
}}
;
\node
[anchor=north,inner sep=0pt]
(rb) at ([yshift=-1.5em]ra.south)
{
\scriptsize\bfnew
{
硬币
B
}}
;
\node
[anchor=north,inner sep=0pt]
(rc) at ([yshift=-1.5em]rb.south)
{
\scriptsize\bfnew
{
硬币
C
}}
;
\node
[anchor=north,inner sep=0pt]
(ra) at ([yshift=-0.6em,xshift=-0.4em]o.south)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
A
$
}}
;
\node
[anchor=north,inner sep=0pt]
(rb) at ([yshift=-1.5em]ra.south)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
B
$
}}
;
\node
[anchor=north,inner sep=0pt]
(rc) at ([yshift=-1.5em]rb.south)
{
\scriptsize\bfnew
{
硬币
$
\boldsymbol
C
$
}}
;
\node
[anchor=north,inner sep=0pt]
(n11) at ([yshift=-1.2em]ca.south)
{
\footnotesize
{$
0
.
3
$}}
;
\node
[anchor=north,inner sep=0pt]
(n21) at ([yshift=-1.7em]n11.south)
{
\footnotesize
{$
0
.
5
$}}
;
...
...
@@ -57,6 +57,6 @@
\begin{pgfonlayer}
{
background
}
\node
[rectangle,inner sep=0.5em,rounded corners=2pt,fill=red!10] [fit = (o)(n32)(rc)(cb) ] (box1)
{}
;
\end{pgfonlayer}
\node
[anchor=south]
at (box1.north)
{
\scriptsize
{
发射概率
$
\funp
{
P
}$
(可见状态|隐
藏
状态)
}}
;
\node
[anchor=south]
at (box1.north)
{
\scriptsize
{
发射概率
$
\funp
{
P
}$
(可见状态|隐
含
状态)
}}
;
\end{scope}
\end{tikzpicture}
\ No newline at end of file
Chapter3/chapter3.aux
deleted
100644 → 0
查看文件 @
cd443b76
差异被折叠。
点击展开。
Chapter3/chapter3.tex
查看文件 @
ec27b648
差异被折叠。
点击展开。
bibliography.bib
查看文件 @
ec27b648
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论