Skip to content

Example of using the Random Forest algorithm for OCR in Ruby.

License

Notifications You must be signed in to change notification settings

daugaard/example-random-forest-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of implementing OCR using a Random Forest classifier in Ruby

This example will show how to use a Random Forest classifier in Ruby to implement OCR. The random forest classifier using from the Python scikit learn library and its loaded using the PyCall gem.

The dataset used is the MNIST database of handwritten digits. The repository also contains a DatasetReader class to parse the IDX files from the MNIST dataset.

For more information about this sample code see the blog post Implementing OCR using a Random Forest Classifier in Ruby.

This project is licensed under the terms of the MIT license.

About

Example of using the Random Forest algorithm for OCR in Ruby.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages