https://github.com/timcsy/simplecnn
https://github.com/timcsy/simplecnn
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timcsy/simplecnn
- Owner: timcsy
- Created: 2020-10-06T06:50:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T19:07:20.000Z (over 5 years ago)
- Last Synced: 2025-01-18T23:14:59.298Z (over 1 year ago)
- Language: C++
- Size: 22.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple CNN
===
Using C++ to build a simple CNN Project that can recongnize digits.
Back-end
---
See [cnn/README.md](cnn/README.md)
Front-end
---
See [client/README.md](client/README.md)