https://github.com/olekscode/ukrainianocr
A database of printed Ukrainian charcters, including the script for data generation
https://github.com/olekscode/ukrainianocr
Last synced: 4 months ago
JSON representation
A database of printed Ukrainian charcters, including the script for data generation
- Host: GitHub
- URL: https://github.com/olekscode/ukrainianocr
- Owner: olekscode
- Created: 2016-11-19T16:51:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T22:50:28.000Z (over 8 years ago)
- Last Synced: 2025-02-28T07:49:31.723Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.5 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Database of Printed Ukrainian Letters for Character Recognition
This is a dataset of printed Ukrainian charcters, similar to the [MNIST database](http://yann.lecun.com/exdb/mnist/).
This repository also includes the script for data generation and an example of a deep convolutional neural network
that learns to recognize characters from this dataset.Number of classes: **66**
Number of images: **9966**## CSV File Structure
Each row of a CSV file represents one training example:
* **Label** - the first number of each row in range 0-65
* **Image** - the following 784 numbers in range 0-255 - for an 8-bit greyscale 28x28 image