Added to documentation.

This commit is contained in:
Lewis Van Winkle
2016-03-14 12:23:10 -05:00
parent 064703e332
commit d9da5edab4
3 changed files with 30 additions and 14 deletions

9
doc/e1.dot Normal file
View File

@@ -0,0 +1,9 @@
digraph G {
rankdir=LR;
{i1 i2} -> {h1 h2 h3} -> {o1 o2};
i1, i2, h1, h2, h3, o1, o2 [shape=circle; label="";];
input -> hidden -> output [style=invis;];
input, hidden, output [shape=plaintext;];
}

BIN
doc/e1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB