mirror of
https://github.com/codeplea/genann.git
synced 2025-10-04 01:01:52 +00:00
Added to documentation.
This commit is contained in:
9
doc/e1.dot
Normal file
9
doc/e1.dot
Normal 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
BIN
doc/e1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user