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
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.