https://github.com/kennethleungty/Neural-Network-Architecture-Diagrams
Diagrams for visualizing neural network architecture (Created with diagrams.net)
https://github.com/kennethleungty/Neural-Network-Architecture-Diagrams
architecture cnn deep-learning diagrams neural-network visualisation visualization
Last synced: 24 days ago
JSON representation
Diagrams for visualizing neural network architecture (Created with diagrams.net)
- Host: GitHub
- URL: https://github.com/kennethleungty/Neural-Network-Architecture-Diagrams
- Owner: kennethleungty
- License: mit
- Created: 2021-08-20T04:37:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T01:43:00.000Z (about 1 year ago)
- Last Synced: 2024-08-02T16:53:27.610Z (9 months ago)
- Topics: architecture, cnn, deep-learning, diagrams, neural-network, visualisation, visualization
- Homepage: https://towardsdatascience.com/how-to-easily-draw-neural-network-architecture-diagrams-a6b6138ed875
- Size: 585 KB
- Stars: 683
- Watchers: 4
- Forks: 452
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Network Architecture Diagrams
Using diagrams.net (aka draw.io) to generate diagrams to better visualize neural network model architectureLink to TowardsDataScience article: https://towardsdatascience.com/how-to-easily-draw-neural-network-architecture-diagrams-a6b6138ed875
___## Diagram Examples
#### YOLO v1

___
#### VGG-16

___
#### Autoencoder

Credits to [GabrielLima1995](https://github.com/GabrielLima1995) for the Autoencoder submission
___
#### Deep Convolutional Network (DCN)
.jpg?raw=true)
Credits to [Mohammed Lubbad](https://github.com/mlubbad) for the DCN submission
___
#### Recurrent Neural Network(RNN)
.jpg?raw=true)
Credits to [Mohammed Lubbad](https://github.com/mlubbad) for the RNN submission
___
#### Auto Encoder (AE)
.jpg?raw=true)
Credits to [Mohammed Lubbad](https://github.com/mlubbad) for the AE submission
___
#### Deep Belief Network (DBN)
.jpg?raw=true)
Credits to [Mohammed Lubbad](https://github.com/mlubbad) for the DBN submission
___
#### Restricted BM (RBMs)
.jpg?raw=true)
Credits to [Mohammed Lubbad](https://github.com/mlubbad) for the RBM submission
___
#### ConvLSTM2D for Action Recognition

Credits to [Faiga Alawad](https://github.com/Faiga91) for the submission
___
#### U-Net

Credits to [Luca Marini](https://github.com/lucamarini22) for the submission
___
#### 1D Complex-Valued Neural Network (CVNN)
.svg?raw=true)
Credits to [Moh Kashani](https://github.com/mkashani-phd) for the submission___
## Contributing
- Have you built certain architecture diagrams with diagrams.net which you would like to share with everyone? You're welcome to contribute with a pull request! (Credits will given to you)