https://github.com/vfdev-5/nn-architectures-cheat-sheet
Neural networks architecture cheat-sheet
https://github.com/vfdev-5/nn-architectures-cheat-sheet
cheat-sheet neural-networks pytorch
Last synced: about 1 month ago
JSON representation
Neural networks architecture cheat-sheet
- Host: GitHub
- URL: https://github.com/vfdev-5/nn-architectures-cheat-sheet
- Owner: vfdev-5
- Created: 2019-02-18T10:46:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T10:53:15.000Z (over 7 years ago)
- Last Synced: 2025-04-02T20:15:19.918Z (about 1 year ago)
- Topics: cheat-sheet, neural-networks, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural networks architecture cheat-sheet
This repository contains notebooks in which implemented with pytorch neural networks are analyzed and displayed with graphs.
Hoping this helps to understand better the idea behind the network.
- [Resnets](resnets/resnet.ipynb)
- [Wide-ResNets](resnets/wrn.ipynb)
More coming soon ...