Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Handwritten English Character Data Set..Where to get (and openly available) [closed]

We have created a Handwritten Character Recognition system and now want to test the system on English characters (both digits and alphabets). For digits, we have performed our testing on MNIST data set. However for the English alphabets we have not been able to find any openly available (i.e. available for free), standard data set. All we have been able to find is NIST and CEDAR handwritten data sets, available on their respective official sites, but they come at a substantial cost.

Is there any other, openly available standard data set of English alphabets which can be used for testing the Handwritten Character Recognition system.

like image 967
Ankit Rawat Avatar asked Jun 25 '13 11:06

Ankit Rawat


1 Answers

Did you check the UCI Machine Learning repository? http://archive.ics.uci.edu/ml/datasets.html

What about this one? http://archive.ics.uci.edu/ml/datasets/UJI+Pen+Characters

This is what you may be looking for: https://www.nist.gov/itl/iad/image-group/emnist-dataset

like image 86
BassT Avatar answered Nov 18 '22 06:11

BassT