2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Add arrow heads as MLPs are directed

This commit is contained in:
Martin Thoma 2016-02-13 00:41:20 +01:00
parent 268bb1422b
commit b3529028f7
2 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -25,16 +25,16 @@
\node (h3)[hidden] at (2.5,1) {};
\node (o1)[output] at (1.5,2) {};
\draw (b2) -- (o1);
\draw (h1) -- (o1);
\draw (h2) -- (o1);
\draw (h3) -- (o1);
\draw[->, thick] (b2) -- (o1);
\draw[->, thick] (h1) -- (o1);
\draw[->, thick] (h2) -- (o1);
\draw[->, thick] (h3) -- (o1);
\foreach \j in {1, ..., 3}{
\foreach \i in {1, ..., 5}{
\draw (h\j) -- (i\i);
\draw[<-, thick] (h\j) -- (i\i);
}
\draw (h\j) -- (b1);
\draw[<-, thick] (h\j) -- (b1);
}
\end{tikzpicture}
\end{preview}