https://github.com/miladsade96/diagtomodel
Implementations of Artificial Neural Networks Based on their Diagrams
https://github.com/miladsade96/diagtomodel
artificial-intelligence cnn computer-vision convolutional-neural-networks deep-learning deep-neural-networks hacktoberfest2021 keras machine-learning models neural-network python tensorflow
Last synced: 12 months ago
JSON representation
Implementations of Artificial Neural Networks Based on their Diagrams
- Host: GitHub
- URL: https://github.com/miladsade96/diagtomodel
- Owner: miladsade96
- License: mit
- Created: 2021-10-07T15:25:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T12:06:29.000Z (over 4 years ago)
- Last Synced: 2025-06-18T15:06:18.094Z (about 1 year ago)
- Topics: artificial-intelligence, cnn, computer-vision, convolutional-neural-networks, deep-learning, deep-neural-networks, hacktoberfest2021, keras, machine-learning, models, neural-network, python, tensorflow
- Language: Python
- Homepage:
- Size: 2.65 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.codefactor.io/repository/github/everlookneversee/diagtomodel)
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[](https://github.com/EverLookNeverSee/diagtomodel/actions/workflows/codeql-analysis.yml)










### Implementations of Artificial Neural Networks Based on their Diagrams
## Authors
* Milad Sadeghi DM - [EverlookNeverSee@GitHub](https://github.com/EverLookNeverSee)
* List of [all contributors](https://github.com/EverLookNeverSee/diagtomodel/graphs/contributors) to this repository
## Implemented Models
* [PLNet](diagtomodel/pl_net/pl_net.py) - Convolutional Neural Network with Parallel Layers
* [MLANet](diagtomodel/mla_net/mla_net.py) - Convolutional Neural Network with Multiple Layer Additions
* [LeNet-5](diagtomodel/lenet_5/lenet-5.py) - Gradient-Based Learning Applied to Document Recognition
* [AlexNet](diagtomodel/alexnet/alexnet.py) - ImageNet Classification with Deep Convolutional
Neural Networks
* [VGG-16](diagtomodel/vgg_16/vgg-16.py) - Very Deep Convolutional Networks For Large Scale Image Recognition
* [Inception-v1](diagtomodel/inception_v1/inception-v1.py) - Going Deeper With Convolutions
* [Xception](diagtomodel/xception/xception.py) - Deep Learning with Depthwise Separable Convolutions
## License
This project licensed under the MIT License - see the [LICENSE](LICENSE) file for more details.