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
f686d0c9
Commit
f686d0c9
authored
Jan 11, 2021
by
zengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
18
parent
224ebf11
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
3 行删除
+13
-3
Chapter18/Figures/figure-comparison-of-incremental-model-optimization-methods.tex
+13
-3
Chapter18/chapter18.tex
+0
-0
没有找到文件。
Chapter18/Figures/figure-comparison-of-incremental-model-optimization-methods.tex
查看文件 @
f686d0c9
...
@@ -7,19 +7,29 @@
...
@@ -7,19 +7,29 @@
% ,minimum height =1em,minimum width=2em
% ,minimum height =1em,minimum width=2em
\tikzstyle
{
model
}
= [draw,black,very thick,inner sep=3.5pt,rounded corners=4pt,fill=blue!20,minimum width=4em,minimum height=1.5em,font=
\footnotesize
]
\tikzstyle
{
model
}
= [draw,black,very thick,inner sep=3.5pt,rounded corners=4pt,fill=blue!20,minimum width=4em,minimum height=1.5em,font=
\footnotesize
]
\tikzstyle
{
data
}
= [draw,black,very thick,inner sep=3.5pt,rounded corners=4pt,fill=green!20,minimum width=4em,minimum height=1.5em,font=
\footnotesize
]
\tikzstyle
{
data
}
= [draw,black,very thick,inner sep=3.5pt,rounded corners=4pt,fill=green!20,minimum width=4em,minimum height=1.5em,font=
\footnotesize
]
\tikzstyle
{
data2
}
= [draw,black,very thick,inner sep=3.5pt,rounded corners=4pt,minimum width=2em,minimum height=1.5em,font=
\footnotesize
]
\tikzstyle
{
word
}
= [inner sep=3.5pt,font=
\footnotesize
]
\tikzstyle
{
word
}
= [inner sep=3.5pt,font=
\footnotesize
]
\node
[data]
(old) at (0,0)
{
旧数据
}
;
\node
[data2,fill=green!60]
(old) at (0,0)
{}
;
\node
[data]
(new) at ([xshift=3em]old.east)
{
新数据
}
;
\node
[data2,fill=green!20]
(old2) at ([xshift=0.9em]old.east)
{}
;
\node
[word]
at (0.1,0.5)
{
旧数据
}
;
\node
[data]
(new) at ([xshift=3em]old2.east)
{
新数据
}
;
\node
[data]
(all) at ([xshift=2.55em,yshift=-4em]old.south)
{
最终数据
}
;
\node
[data]
(all) at ([xshift=2.55em,yshift=-4em]old.south)
{
最终数据
}
;
\node
[model]
(final
_
model) at ([xshift=0em,yshift=-4em]all.south)
{
最终模型
}
;
\node
[model]
(final
_
model) at ([xshift=0em,yshift=-4em]all.south)
{
最终模型
}
;
\draw
[->,thick] ([yshift=-0.2em]old.south) .. controls +(south:2.5em) and +(north:2.5em) .. ([xshift=-0.2em,yshift=0.2em]all.north);
\draw
[->,thick] ([yshift=-0.2em]old
2
.south) .. controls +(south:2.5em) and +(north:2.5em) .. ([xshift=-0.2em,yshift=0.2em]all.north);
\draw
[->,thick] ([yshift=-0.2em]new.south) .. controls +(south:2.5em) and +(north:2.5em) .. ([xshift=0.2em,yshift=0.2em]all.north);
\draw
[->,thick] ([yshift=-0.2em]new.south) .. controls +(south:2.5em) and +(north:2.5em) .. ([xshift=0.2em,yshift=0.2em]all.north);
\draw
[->,thick] ([yshift=-0.2em]all.south) -- ([yshift=0.2em]final
_
model.north)node[pos=0.5,right,align=center,font=
\footnotesize
]
{
训练
}
;
\draw
[->,thick] ([yshift=-0.2em]all.south) -- ([yshift=0.2em]final
_
model.north)node[pos=0.5,right,align=center,font=
\footnotesize
]
{
训练
}
;
\node
[word]
at ([yshift=-2em]final
_
model.south)
{
(a)数据混合
}
;
\node
[word]
at ([yshift=-2em]final
_
model.south)
{
(a)数据混合
}
;
\begin{pgfonlayer}
{
background
}
\node
[rectangle,inner sep=0.5em,rounded corners=1pt,minimum width=4.5em,minimum height=3.2em,draw=red!50,dotted,very thick] at (0.37,0.15)
{}
;
\end{pgfonlayer}
\end{scope}
\end{scope}
\end{tikzpicture}
\end{tikzpicture}
&
&
...
...
Chapter18/chapter18.tex
查看文件 @
f686d0c9
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论