All Projects → martisak → dotnets

martisak / dotnets

Licence: MIT license
Create simple drawings of neural networks using graphviz

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dotnets

Gofsm
a featured FSM that can export state images
Stars: ✭ 222 (+37.89%)
Mutual labels:  graphviz
ecto erd
A mix task for generating Entity Relationship Diagram from Ecto schemas available in your project.
Stars: ✭ 173 (+7.45%)
Mutual labels:  graphviz
kraph
Go module for scraping APIs to graphs
Stars: ✭ 12 (-92.55%)
Mutual labels:  graphviz
Graphviz
A Swift package for working with GraphViz
Stars: ✭ 230 (+42.86%)
Mutual labels:  graphviz
C4 Plantuml
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
Stars: ✭ 3,522 (+2087.58%)
Mutual labels:  graphviz
xmpaint
处理有向图的有力工具
Stars: ✭ 65 (-59.63%)
Mutual labels:  graphviz
Go Graphviz
Go bindings for Graphviz
Stars: ✭ 183 (+13.66%)
Mutual labels:  graphviz
heroku-buildpack-graphviz
Install Graphviz on Heroku
Stars: ✭ 18 (-88.82%)
Mutual labels:  graphviz
Azure Plantuml
PlantUML sprites, macros, and other includes for Azure services
Stars: ✭ 247 (+53.42%)
Mutual labels:  graphviz
graphviz
PHP Graphviz library
Stars: ✭ 70 (-56.52%)
Mutual labels:  graphviz
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (+44.1%)
Mutual labels:  graphviz
Visualize ruby
Transform code into a flowchart and experimentally trace the execution path through it
Stars: ✭ 237 (+47.2%)
Mutual labels:  graphviz
home-assistant-graph
No description or website provided.
Stars: ✭ 30 (-81.37%)
Mutual labels:  graphviz
Kaitai struct
Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Perl / PHP / Python / Ruby
Stars: ✭ 2,736 (+1599.38%)
Mutual labels:  graphviz
bandersnatch-graph
Graphing all possibilities in the Netflix Black Mirror episode, "Bandersnatch"
Stars: ✭ 42 (-73.91%)
Mutual labels:  graphviz
Diagrams
🎨 Diagram as Code for prototyping cloud system architectures
Stars: ✭ 15,756 (+9686.34%)
Mutual labels:  graphviz
dockerfilegraph
Visualize your multi-stage Dockerfiles
Stars: ✭ 55 (-65.84%)
Mutual labels:  graphviz
rel
command line tool for managing personal graphs of anything and writing them to dot
Stars: ✭ 51 (-68.32%)
Mutual labels:  graphviz
yed py
Making graphs for yEd
Stars: ✭ 54 (-66.46%)
Mutual labels:  graphviz
rtl2dot
C call graph generator
Stars: ✭ 48 (-70.19%)
Mutual labels:  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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].