https://github.com/varugasu/what-cnn-sees
What does CNN sees in each layer?
https://github.com/varugasu/what-cnn-sees
cats-vs-dogs cnn tensorflow-2 tensorflow2
Last synced: 8 months ago
JSON representation
What does CNN sees in each layer?
- Host: GitHub
- URL: https://github.com/varugasu/what-cnn-sees
- Owner: varugasu
- License: mit
- Created: 2019-06-26T03:58:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T13:45:43.000Z (over 4 years ago)
- Last Synced: 2024-12-27T06:09:53.868Z (10 months ago)
- Topics: cats-vs-dogs, cnn, tensorflow-2, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What does CNN see?
### A repository showing the output from each Conv2D and MaxPooling layer
#### Using my custom model from Cats or Dogs:
* https://github.com/dracoboros/Cats-Or-Dogs/blob/master/src/cats_dogs_v3.h5---
###### inspired by: https://becominghuman.ai/what-exactly-does-cnn-see-4d436d8e6e52