Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Create simple drawings of neural networks using graphviz
| Date | Stars |
|---|---|
| 2026-07-31 | 272 |
| 2026-08-01 | 272 |
| 2026-08-02 | 272 |
| 2026-08-06 | 272 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 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](https://tgmstat.wordpress.com/2013/06/12/draw-neural-network-diagrams-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 
Excerpt of 575 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9e9ed2f2a0271a92, llm:Repository description: 'Create simple drawings of neural networks using graphviz'; topics: graphviz, neural-networks
matched fp:9e9ed2f2a0271a92, llm:Repository description: 'Create simple drawings of neural networks using graphviz'; topics: graphviz, neural-networks