https://github.com/grakepch/nncpp
A handwriting recognition neural network in C++
https://github.com/grakepch/nncpp
Last synced: over 1 year ago
JSON representation
A handwriting recognition neural network in C++
- Host: GitHub
- URL: https://github.com/grakepch/nncpp
- Owner: GrakePch
- Created: 2023-07-28T07:56:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T02:14:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T08:55:19.763Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ Handwriting Recognition Neural Net
Overall logic inspired by https://space.bilibili.com/28496477/channel/seriesdetail?sid=1267418
Code to read ubyte files is from https://stackoverflow.com/a/33384846