https://github.com/thesofakillers/nn-dimensionality
https://github.com/thesofakillers/nn-dimensionality
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thesofakillers/nn-dimensionality
- Owner: thesofakillers
- License: gpl-3.0
- Created: 2019-03-10T22:05:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T23:19:31.000Z (over 7 years ago)
- Last Synced: 2025-12-15T01:16:07.928Z (6 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neural Network Layer Dimensionality Calculator
Very quick and rough script to calculate the output dimensions of a given layer.
Mostly based on [this article](http://cs231n.github.io/convolutional-networks/).
I would like to perhaps return to this one day and make it better.