An open API service indexing awesome lists of open source software.

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++

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