Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
10K - 100K
License:
prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
---
|
10 |
+
# Math-Symbols Dataset
|
11 |
+
|
12 |
+
## Overview
|
13 |
+
The Math-Symbols dataset is a collection of images representing various mathematical symbols. This dataset is designed for machine learning applications, particularly in the fields of image recognition, optical character recognition (OCR), and symbol classification.
|
14 |
+
|
15 |
+
## Dataset Details
|
16 |
+
- **Name**: Math-Symbols
|
17 |
+
- **Type**: Image dataset
|
18 |
+
- **Format**: Images with corresponding labels
|
19 |
+
- **Size**: 131MB (downloaded dataset files), 118MB (auto-connected Parquet files)
|
20 |
+
- **Number of Rows**: 20,000
|
21 |
+
- **Image Dimensions**: 224px x 224px
|
22 |
+
- **Classes**: 128 different mathematical symbols (e.g., circle, plus, minus, etc.)
|
23 |
+
|
24 |
+
## Usage
|
25 |
+
This dataset is intended for use in machine learning models that require image recognition and classification of mathematical symbols. It can be used for training, validation, and testing of models in various image processing tasks.
|
26 |
+
|
27 |
+
## Structure
|
28 |
+
The dataset is structured as follows:
|
29 |
+
- **Images**: Each image is a 224px x 224px representation of a mathematical symbol.
|
30 |
+
- **Labels**: Each image is associated with a class label indicating the mathematical symbol it represents.
|
31 |
+
|
32 |
+
## Examples
|
33 |
+
Here are a few examples of the classes included in the dataset:
|
34 |
+
1. Circle
|
35 |
+
2. Plus
|
36 |
+
3. Minus
|
37 |
+
4. Integral
|
38 |
+
5. Square root
|
39 |
+
|
40 |
+
## Splits
|
41 |
+
The dataset is divided into the following splits:
|
42 |
+
- **Train**: 12,000 rows
|