nwtgck / neural-network-dot

Neural Network by Graphviz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Network Graph

Neural Network graph written in dot

How to generate .svg file

$ dot -Tsvg nn-n-n-2.dot -o svg/nn-n-n-2.svg
$ dot -Tsvg nn-3-4-4-3.dot -o svg/nn-3-4-4-3.svg
$ dot -Tsvg nn-3-4-4-2.dot -o svg/nn-3-4-4-2.svg
$ dot -Tsvg nn-3-4-3.dot -o svg/nn-3-4-3.svg
$ dot -Tsvg nn-3-4-2.dot -o svg/nn-3-4-2.svg

nn-n-n-2.svg

nn-3-4-4-3.svg

nn-3-4-4-2.svg

nn-3-4-3.svg

nn-3-4-2.svg

About

Neural Network by Graphviz