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
e6848238
Commit
e6848238
authored
Dec 21, 2020
by
zengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11 字体统一
parent
3cb4dd83
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
11 行删除
+13
-11
Chapter11/Figures/figure-deep-vs-light.tex
+3
-2
Chapter11/Figures/figure-standard.tex
+4
-3
Chapter11/chapter11.tex
+6
-6
没有找到文件。
Chapter11/Figures/figure-deep-vs-light.tex
查看文件 @
e6848238
...
...
@@ -27,7 +27,7 @@
\node
[vuale]
at (6.5em, 9.9em)
{$
\mathbi
{
z
}_
1
$}
;
\node
(t2) at (2.5em, -1em)
{
\large
{$
\cdots
$}}
;
\node
[anchor=north,font=
\tiny
] at ([yshift=-0.2em]t2.south)
{
深度卷积
}
;
\node
[anchor=north,font=
\tiny
,scale=1.1
] at ([yshift=-0.2em]t2.south)
{
深度卷积
}
;
\end{scope}
\begin{scope}
[xshift=4cm]
...
...
@@ -52,7 +52,7 @@
\node
[vuale]
at (6.5em, 9.9em)
{$
\mathbi
{
z
}_
1
$}
;
\node
(t2) at (2.5em, -1em)
{
\large
{$
\cdots
$}}
;
\node
[anchor=north,font=
\tiny
] at ([yshift=-0.2em]t2.south)
{
轻量卷积
}
;
\node
[anchor=north,font=
\tiny
,scale=1.1
] at ([yshift=-0.2em]t2.south)
{
轻量卷积
}
;
\end{scope}
\end{tikzpicture}
\ No newline at end of file
Chapter11/Figures/figure-standard.tex
查看文件 @
e6848238
...
...
@@ -40,7 +40,7 @@
\node
[vuale]
at ([xshift=0.9em]r3
_
1.east)
{$
\mathbi
{
z
}_
1
$}
;
\node
(t1) at (2.5em, -1em)
{
\large
{$
\cdots
$}}
;
\node
[anchor=north,font=
\tiny
] at ([yshift=-0.2em]t1.south)
{
(a) 标准卷积
}
;
\node
[anchor=north,font=
\tiny
,scale=1.1
] at ([yshift=-0.2em]t1.south)
{
(a) 标准卷积
}
;
\end{scope}
\begin{scope}
[xshift=4cm]
...
...
@@ -74,7 +74,7 @@
\node
[vuale]
at ([xshift=0.9em]r3
_
1.east)
{$
\mathbi
{
z
}_
1
$}
;
\node
(t2) at (2.5em, -1em)
{
\large
{$
\cdots
$}}
;
\node
[anchor=north,font=
\tiny
] at ([yshift=-0.2em]t2.south)
{
(b) 深度卷积
}
;
\node
[anchor=north,font=
\tiny
,scale=1.1
] at ([yshift=-0.2em]t2.south)
{
(b) 深度卷积
}
;
\end{scope}
\begin{scope}
[xshift=8cm]
...
...
@@ -110,7 +110,7 @@
\node
[vuale]
at ([xshift=0.9em]r3
_
1.east)
{$
\mathbi
{
z
}_
1
$}
;
\node
(t3) at (2.5em, -1em)
{
\large
{$
\cdots
$}}
;
\node
[anchor=north,font=
\tiny
] at ([yshift=-0.2em]t3.south)
{
(c) 逐点卷积
}
;
\node
[anchor=north,font=
\tiny
,scale=1.1
] at ([yshift=-0.2em]t3.south)
{
(c) 逐点卷积
}
;
\end{scope}
\end{tikzpicture}
\ No newline at end of file
Chapter11/chapter11.tex
查看文件 @
e6848238
...
...
@@ -45,9 +45,9 @@
\begin{figure}
[htp]
\centering
%\input{./Chapter11/Figures/figure-f }
\subfigure
[
全连接层
]
{
\input
{
./Chapter11/Figures/figure-full-connection-vs-cnn-a
}}
\subfigure
[
{\small 全连接层}
]
{
\input
{
./Chapter11/Figures/figure-full-connection-vs-cnn-a
}}
\hspace
{
2cm
}
\subfigure
[
卷积层
]
{
\input
{
./Chapter11/Figures/figure-full-connection-vs-cnn-b
}}
\subfigure
[
{\small 卷积层}
]
{
\input
{
./Chapter11/Figures/figure-full-connection-vs-cnn-b
}}
\caption
{
全连接层(a)与卷积层(b)的结构对比
}
\label
{
fig:11-1
}
\end{figure}
...
...
@@ -171,8 +171,8 @@
\begin{figure}
[htp]
\centering
%\input{./Chapter11/Figures/figure-f }
\subfigure
[
最大池化
]
{
\input
{
./Chapter11/Figures/figure-max-pooling
}}
\subfigure
[
平均池化
]
{
\input
{
./Chapter11/Figures/figure-average-pooling
}}
\subfigure
[
{\small 最大池化}
]
{
\input
{
./Chapter11/Figures/figure-max-pooling
}}
\subfigure
[
{\small 平均池化}
]
{
\input
{
./Chapter11/Figures/figure-average-pooling
}}
\caption
{
池化操作
}
\label
{
fig:11-8
}
\end{figure}
...
...
@@ -194,8 +194,8 @@
\begin{figure}
[htp]
\centering
%\input{./Chapter11/Figures/figure-f }
\subfigure
[
循环神经网络的串行结构
]
{
\input
{
./Chapter11/Figures/figure-structural-comparison-a
}}
\subfigure
[
卷积神经网络的层级结构
]
{
\input
{
./Chapter11/Figures/figure-structural-comparison-b
}}
\subfigure
[
{\small 循环神经网络的串行结构}
]
{
\input
{
./Chapter11/Figures/figure-structural-comparison-a
}}
\subfigure
[
{\small 卷积神经网络的层级结构}
]
{
\input
{
./Chapter11/Figures/figure-structural-comparison-b
}}
\caption
{
串行及层级结构对比(
$
\mathbi
{
e
}_
i
$
表示词嵌入,
$
\mathbi
{
0
}$
表示
$
\mathbi
{
0
}$
向量,方框里的2、3、4表示层次编号)
}
\label
{
fig:11-9
}
\end{figure}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论