Skip to content

emsal0/ImageML

Repository files navigation

Image Machine Learning Thing

Goal: to train a neural network to recognize digits from an image file.

  • Depends on OpenCV
  • Does not use OpenCV Machine Learning libraries
  • Currently simplifies any image into a 32x32 vector of ints: 1 if dark, 0 if light

About

basic implementation of a neural network in C++ and an attempt to do OCR with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published