An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/neural-network-dot

Neural Network by Graphviz
https://github.com/nwtgck/neural-network-dot

dot graphviz graphviz-dot neural-network

Last synced: 3 months ago
JSON representation

Neural Network by Graphviz

Awesome Lists containing this project

README

          

# Neural Network Graph

Neural Network graph written in dot

## How to generate .svg file

```bash
$ dot -Tsvg nn-n-n-2.dot -o svg/nn-n-n-2.svg
```

```bash
$ dot -Tsvg nn-3-4-4-3.dot -o svg/nn-3-4-4-3.svg
```

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

```bash
$ dot -Tsvg nn-3-4-3.dot -o svg/nn-3-4-3.svg
```

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

![nn-n-n-2.svg](./svg/nn-n-n-2.svg)

![nn-3-4-4-3.svg](./svg/nn-3-4-4-3.svg)

![nn-3-4-4-2.svg](./svg/nn-3-4-4-2.svg)

![nn-3-4-3.svg](./svg/nn-3-4-3.svg)

![nn-3-4-2.svg](./svg/nn-3-4-2.svg)