https://github.com/grandmoff100/purecnn
Implements a Convolutional Neural Network from scratch.
https://github.com/grandmoff100/purecnn
Last synced: 7 months ago
JSON representation
Implements a Convolutional Neural Network from scratch.
- Host: GitHub
- URL: https://github.com/grandmoff100/purecnn
- Owner: GrandMoff100
- License: gpl-3.0
- Created: 2022-07-26T21:45:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T16:53:54.000Z (about 3 years ago)
- Last Synced: 2025-01-23T12:15:32.623Z (9 months ago)
- Language: Python
- Size: 8.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PureCNN
Implements a Convolutional Neural Network from scratch.