Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gbuesing/mnist-ruby-test

Handwritten digit OCR in Ruby
https://github.com/gbuesing/mnist-ruby-test

mnist neural-network ruby rubyml

Last synced: about 2 months ago
JSON representation

Handwritten digit OCR in Ruby

Awesome Lists containing this project

README

        

MNIST Ruby Test
===

Testing classification of [MNIST](http://yann.lecun.com/exdb/mnist/) digits in Ruby.

Includes a Sinatra app that uses a trained ruby-fann neural network to predict digits drawn on a element. The neural network was trained on all 60,000 training examples with 1 hidden layer of 300 neurons, and successfully classified ~93% of the test set.

MNIST data files not included in this repo.