%%%------------------------------------------------------------------------------------------------------------ \begin{tikzpicture} %左 \node [anchor=west,draw=ublue,minimum width=3.0em] (part1-1) at (0,0) {\small{天空状况}}; \node [anchor=north,draw=ublue,minimum width=3.0em] (part1-2) at ([yshift=-2.5em]part1-1.south) {\small {低空气温}}; \node [anchor=north,draw=ublue,minimum width=3.0em] (part1-3) at ([yshift=-2.5em]part1-2.south) {\small {水平气压}}; \node [anchor=north,minimum width=3.0em] (part1-4) at ([yshift=-1.0em]part1-3.south) {\small {输入层}}; \node[anchor=south,minimum height=13em,minimum width=6.0em,draw=ublue,dotted,thick] (part1out) at ([xshift=0.0em,yshift=-8.5em]part1-2.north) {}; %中 \node [circle,anchor=west,draw=ublue,minimum width=2.2em] (part2-1) at ([xshift=4.0em,yshift=2.0em]part1-2.east) {\footnotesize {温度}}; \node [circle,anchor=west,draw=ublue,minimum width=2.2em] (part2-2) at ([xshift=4.0em,yshift=-2.0em]part1-2.east) {\footnotesize {风速}}; \node [anchor=north,minimum width=3.0em] (part2-3) at ([xshift=0.0em,yshift=-2.42em]part2-2.south) {\small {隐藏层}}; \node[anchor=south,minimum height=13em,minimum width=4.0em,draw=ublue,dotted,thick] (part2out) at ([xshift=7.4em,yshift=-8.5em]part1-2.north) {}; %右 \node [anchor=west,draw=ublue,minimum width=3.0em] (part3-1) at ([xshift=10.0em,yshift=0.0em]part1-2.east) {\small {穿衣指数}}; \node [anchor=north,minimum width=3.0em] (part3-2) at ([yshift=-5.05em]part3-1.south) {\small {输出层}}; \node[anchor=south,minimum height=13em,minimum width=6.0em,draw=ublue,dotted,thick] (part3out) at ([xshift=14.4em,yshift=-8.5em]part1-2.north) {}; %连线 \draw [->,thick,ublue](part1-1.east)--(part2-1.west); \draw [->,thick,ublue](part1-1.east)--(part2-2.west); \draw [->,thick,ublue](part1-2.east)--(part2-1.west); \draw [->,thick,ublue](part1-2.east)--(part2-2.west); \draw [->,thick,ublue](part1-3.east)--(part2-1.west); \draw [->,thick,ublue](part1-3.east)--(part2-2.west); \draw [->,thick,ublue](part2-1.east)--(part3-1.west); \draw [->,thick,ublue](part2-2.east)--(part3-1.west); \end{tikzpicture} %%%------------------------------------------------------------------------------------------------------------