• Stars
    star
    236
  • Rank 170,480 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create simple drawings of neural networks using graphviz

Create a drawing of a feed-forward neural network.

This is a simple Python script to generate pictures of a feed-forward neural network using Python and Graphviz. This is heavily inspired by Thiago G. Martins How to draw neural network diagrams using Graphviz.

Usage

Pipe to Preview in Mac OS X.

python dotnets.py | dot -Tpng | open -f -a /Applications/Preview.app

Or generate a PDF

python dotnets.py | dot -Tpdf > test.pdf

Example

Simple net