HASYv2 Dataset ( Friend Of MNIST)
Computer Vision and Pattern Recognition
@kaggle.martinthoma_hasyv2_dataset_friend_of_mnist
Computer Vision and Pattern Recognition
@kaggle.martinthoma_hasyv2_dataset_friend_of_mnist
Brief Description
Handwritten mathematical symbols
Preprocessing
All symbols are centered and of size 32px x 32px.
Instances
168233
Format
Images and Text
Default Task
Classification
Reference
This paper describes the HASYv2 dataset. HASY is a publicly available, free of charge dataset of single symbols similar to MNIST. It contains 168233 instances of 369 classes. HASY contains two challenges: A classification challenge with 10 pre-defined folds for 10-fold cross-validation and a verification challenge.
The HASYv2 dataset (PDF Download Available). Available from: https://arxiv.org/pdf/1701.08380.pdf [accessed Aug 11, 2017].
Creator
Martin Thoma
CREATE TABLE hasy_data_labels (
"path" VARCHAR,
"symbol_id" BIGINT,
"latex" VARCHAR,
"user_id" BIGINT
);CREATE TABLE symbols (
"symbol_id" BIGINT,
"latex" VARCHAR,
"training_samples" BIGINT,
"test_samples" BIGINT
);Anyone who has the link will be able to view this.