Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbovar/ConvNetDraw
Draw multi-layer neural network in your browser
https://github.com/cbovar/ConvNetDraw
convolutional-neural-networks draw neural-network
Last synced: about 1 month ago
JSON representation
Draw multi-layer neural network in your browser
- Host: GitHub
- URL: https://github.com/cbovar/ConvNetDraw
- Owner: cbovar
- Created: 2017-06-28T16:05:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T07:34:11.000Z (about 5 years ago)
- Last Synced: 2024-08-03T03:06:16.510Z (5 months ago)
- Topics: convolutional-neural-networks, draw, neural-network
- Language: JavaScript
- Homepage: https://cbovar.github.io/ConvNetDraw/
- Size: 50.8 KB
- Stars: 573
- Watchers: 8
- Forks: 222
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConvNetDraw
Small tool to create multi-layer neural network diagrams such as this
![Example](https://github.com/cbovar/ConvNetDraw/blob/master/img/example.png)
by entering the following script in your browser
![Example](https://github.com/cbovar/ConvNetDraw/blob/master/img/script.png)
There is a lot of room for improvements. Pull Request most welcome!