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
5f69c3ca
Commit
5f69c3ca
authored
Mar 12, 2020
by
曹润柘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 figure-Structure-of-a-recurrent-network-model.tex
parent
8a94135e
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
12 行增加
和
14 行删除
+12
-14
Book/Chapter6/Figures/figure-Structure-of-a-recurrent-network-model.tex
+12
-14
没有找到文件。
Book/Chapter6/Figures/figure-Structure-of-a-recurrent-network-model.tex
查看文件 @
5f69c3ca
%------------------------------------------------------------
\begin{tikzpicture}
\begin{scope}
[scale=0.7]
\begin{scope}
[scale=0.9]
{
\Large
\tikzstyle
{
rnnnode
}
= [draw,inner sep=5pt,minimum width=3em,minimum height=0.8em,fill=green!30!white,blur shadow=
{
shadow xshift=1pt,shadow yshift=-1pt
}
]
\node
[anchor=west,rnnnode] (node11) at (0,0)
{
\
tiny
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node12) at ([xshift=1em]node11.east)
{
\
tiny
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node13) at ([xshift=1em]node12.east)
{
\
tiny
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node14) at ([xshift=1em]node13.east)
{
\
tiny
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node11) at (0,0)
{
\
scriptsize
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node12) at ([xshift=1em]node11.east)
{
\
scriptsize
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node13) at ([xshift=1em]node12.east)
{
\
scriptsize
{
RNN Cell
}}
;
\node
[anchor=west,rnnnode] (node14) at ([xshift=1em]node13.east)
{
\
scriptsize
{
RNN Cell
}}
;
\node
[anchor=north,rnnnode,fill=blue!30!white] (e1) at ([yshift=-1em]node11.south)
{
\scriptsize
{}}
;
\node
[anchor=north,rnnnode,fill=blue!30!white] (e2) at ([yshift=-1em]node12.south)
{
\scriptsize
{}}
;
\node
[anchor=north,rnnnode,fill=blue!30!white] (e3) at ([yshift=-1em]node13.south)
{
\scriptsize
{}}
;
\node
[anchor=north,rnnnode,fill=blue!30!white] (e4) at ([yshift=-1em]node14.south)
{
\scriptsize
{}}
;
\node
[anchor=north,inner sep=2pt] (w1) at ([yshift=-1em]e1.south)
{
\
script
size
{$
<
$
eos
$
>
$}}
;
\node
[anchor=north,inner sep=2pt] (w2) at ([yshift=-1em]e2.south)
{
\
script
size
{
让
}}
;
\node
[anchor=north,inner sep=2pt] (w3) at ([yshift=-1em]e3.south)
{
\
script
size
{
我们
}}
;
\node
[anchor=north,inner sep=2pt] (w4) at ([yshift=-1em]e4.south)
{
\
script
size
{
开始
}}
;
\node
[anchor=north,inner sep=2pt] (w1) at ([yshift=-1em]e1.south)
{
\
footnote
size
{$
<
$
eos
$
>
$}}
;
\node
[anchor=north,inner sep=2pt] (w2) at ([yshift=-1em]e2.south)
{
\
footnote
size
{
让
}}
;
\node
[anchor=north,inner sep=2pt] (w3) at ([yshift=-1em]e3.south)
{
\
footnote
size
{
我们
}}
;
\node
[anchor=north,inner sep=2pt] (w4) at ([yshift=-1em]e4.south)
{
\
footnote
size
{
开始
}}
;
\draw
[->,thick] ([yshift=0.1em]w1.north)--([yshift=-0.1em]e1.south);
\draw
[->,thick] ([yshift=0.1em]w2.north)--([yshift=-0.1em]e2.south);
...
...
@@ -56,6 +54,7 @@
\draw
[->,thick] ([xshift=0.1em]node12.east)--([xshift=-0.1em]node13.west);
\draw
[->,thick] ([xshift=0.1em]node13.east)--([xshift=-0.1em]node14.west);
\draw
[->,thick] ([xshift=0.1em]node14.east)--([xshift=1em]node14.east);
}
\end{scope}
\end{tikzpicture}
\ No newline at end of file
\end{tikzpicture}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论