cmaterdb
Stay organized with collections
Save and categorize content based on your preferences.
This dataset contains images of - Handwritten Bangla numerals - balanced dataset
of total 6000 Bangla numerals (32x32 RGB coloured, 6000 images), each having 600
images per class(per digit). Handwritten Devanagari numerals - balanced dataset
of total 3000 Devanagari numerals (32x32 RGB coloured, 3000 images), each having
300 images per class(per digit). Handwritten Telugu numerals - balanced dataset
of total 3000 Telugu numerals (32x32 RGB coloured, 3000 images), each having 300
images per class(per digit).
CMATERdb is the pattern recognition database repository created at the 'Center
for Microprocessor Applications for Training Education and Research' (CMATER)
research lab, Jadavpur University, India.
FeaturesDict({
'image': Image(shape=(32, 32, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=10),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
image |
Image |
(32, 32, 3) |
uint8 |
|
label |
ClassLabel |
|
int64 |
|
@article{Das:2012:GAB:2161007.2161320,
author = {Das, Nibaran and Sarkar, Ram and Basu, Subhadip and Kundu, Mahantapas
and Nasipuri, Mita and Basu, Dipak Kumar},
title = {A Genetic Algorithm Based Region Sampling for Selection of Local Features
in Handwritten Digit Recognition Application},
journal = {Appl. Soft Comput.},
issue_date = {May, 2012},
volume = {12},
number = {5},
month = may,
year = {2012},
issn = {1568-4946},
pages = {1592--1606},
numpages = {15},
url = {http://dx.doi.org/10.1016/j.asoc.2011.11.030},
doi = {10.1016/j.asoc.2011.11.030},
acmid = {2161320},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Feature selection, Genetic algorithm, N-Quality consensus,
Optimal local regions, Region sampling, Variable sized local regions},
}
@article{Das:2012:SFC:2240301.2240421,
author = {Das, Nibaran and Reddy, Jagan Mohan and Sarkar, Ram and Basu, Subhadip and Kundu,
Mahantapas and Nasipuri, Mita and Basu, Dipak Kumar},
title = {A Statistical-topological Feature Combination for Recognition of Handwritten Numerals},
journal = {Appl. Soft Comput.},
issue_date = {August, 2012},
volume = {12},
number = {8},
month = aug,
year = {2012},
issn = {1568-4946},
pages = {2486--2495},
numpages = {10},
url = {http://dx.doi.org/10.1016/j.asoc.2012.03.039},
doi = {10.1016/j.asoc.2012.03.039},
acmid = {2240421},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Character recognition, Feature combination, MPCA, PCA, SVM, Statistical, Topological},
}
cmaterdb/bangla (default config)
Split |
Examples |
'test' |
1,000 |
'train' |
5,000 |

cmaterdb/devanagari
Split |
Examples |
'test' |
500 |
'train' |
2,500 |

cmaterdb/telugu
Split |
Examples |
'test' |
500 |
'train' |
2,500 |

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-01 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-01 UTC."],[],[],null,["# cmaterdb\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis dataset contains images of - Handwritten Bangla numerals - balanced dataset\nof total 6000 Bangla numerals (32x32 RGB coloured, 6000 images), each having 600\nimages per class(per digit). Handwritten Devanagari numerals - balanced dataset\nof total 3000 Devanagari numerals (32x32 RGB coloured, 3000 images), each having\n300 images per class(per digit). Handwritten Telugu numerals - balanced dataset\nof total 3000 Telugu numerals (32x32 RGB coloured, 3000 images), each having 300\nimages per class(per digit).\n\nCMATERdb is the pattern recognition database repository created at the 'Center\nfor Microprocessor Applications for Training Education and Research' (CMATER)\nresearch lab, Jadavpur University, India.\n\n- **Homepage** :\n \u003chttps://code.google.com/archive/p/cmaterdb/\u003e\n\n- **Source code** :\n [`tfds.image_classification.Cmaterdb`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/cmaterdb.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(32, 32, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=10),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (32, 32, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Citation**:\n\n @article{Das:2012:GAB:2161007.2161320,\n author = {Das, Nibaran and Sarkar, Ram and Basu, Subhadip and Kundu, Mahantapas\n and Nasipuri, Mita and Basu, Dipak Kumar},\n title = {A Genetic Algorithm Based Region Sampling for Selection of Local Features\n in Handwritten Digit Recognition Application},\n journal = {Appl. Soft Comput.},\n issue_date = {May, 2012},\n volume = {12},\n number = {5},\n month = may,\n year = {2012},\n issn = {1568-4946},\n pages = {1592--1606},\n numpages = {15},\n url = {http://dx.doi.org/10.1016/j.asoc.2011.11.030},\n doi = {10.1016/j.asoc.2011.11.030},\n acmid = {2161320},\n publisher = {Elsevier Science Publishers B. V.},\n address = {Amsterdam, The Netherlands, The Netherlands},\n keywords = {Feature selection, Genetic algorithm, N-Quality consensus,\n Optimal local regions, Region sampling, Variable sized local regions},\n }\n @article{Das:2012:SFC:2240301.2240421,\n author = {Das, Nibaran and Reddy, Jagan Mohan and Sarkar, Ram and Basu, Subhadip and Kundu,\n Mahantapas and Nasipuri, Mita and Basu, Dipak Kumar},\n title = {A Statistical-topological Feature Combination for Recognition of Handwritten Numerals},\n journal = {Appl. Soft Comput.},\n issue_date = {August, 2012},\n volume = {12},\n number = {8},\n month = aug,\n year = {2012},\n issn = {1568-4946},\n pages = {2486--2495},\n numpages = {10},\n url = {http://dx.doi.org/10.1016/j.asoc.2012.03.039},\n doi = {10.1016/j.asoc.2012.03.039},\n acmid = {2240421},\n publisher = {Elsevier Science Publishers B. V.},\n address = {Amsterdam, The Netherlands, The Netherlands},\n keywords = {Character recognition, Feature combination, MPCA, PCA, SVM, Statistical, Topological},\n }\n\ncmaterdb/bangla (default config)\n--------------------------------\n\n- **Config description**: CMATERdb Bangla Numerals\n\n- **Download size** : `573.81 KiB`\n\n- **Dataset size** : `1.71 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 1,000 |\n| `'train'` | 5,000 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\ncmaterdb/devanagari\n-------------------\n\n- **Config description**: CMATERdb Devangari Numerals\n\n- **Download size** : `275.29 KiB`\n\n- **Dataset size** : `869.50 KiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 500 |\n| `'train'` | 2,500 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\ncmaterdb/telugu\n---------------\n\n- **Config description**: CMATERdb Telugu Numerals\n\n- **Download size** : `283.90 KiB`\n\n- **Dataset size** : `860.47 KiB`\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'test'` | 500 |\n| `'train'` | 2,500 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]