Baselight

Chinese MNIST

Chinese numbers handwritten characters images

@kaggle.gpreda_chinese_mnist

Chinese Mnist
@kaggle.gpreda_chinese_mnist.chinese_mnist

  • 5.47 KB
  • 15000 rows
  • 5 columns
suite_id

Suite Id

sample_id

Sample Id

code

Code

value

Value

character

Character

11109
110109
12109
13109
14109
15109
16109
17109
18109
19109

CREATE TABLE chinese_mnist (
  "suite_id" BIGINT,
  "sample_id" BIGINT,
  "code" BIGINT,
  "value" BIGINT,
  "character" VARCHAR
);

Share link

Anyone who has the link will be able to view this.