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

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

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 ...