CoolFace
19 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01DavidVivancos /MindBigData2022_MNIST_INtabular10K<n<100K2 likes56 downloads4y agoHugging Face02DavidVivancos /MindBigData2022_MNIST_MUtabular10K<n<100K1 likes33 downloads4y agoHugging Face03DavidVivancos /MindBigData2022_MNIST_EPtabular10K<n<100K1 likes26 downloads4y agoHugging Face04Yeongkwon /MNIST-M-flatten MNIST-M (tabular) A flattened version of Mike0307/MNIST-M for tabular learning (XGBoost, AutoGluon, etc.). Flatten procedure Each row's image (PNG bytes) is decoded with PIL and converted to RGB. The 32x32x3 pixels are flattened in row-major (H, W, C) order into 3072 features. Columns: px_0 ... px_3071 (uint8, 0-255) plus label (int). The original train/test split is preserved: train.csv, test.csv. Restoring an image import pandas as pd, numpy as… See the full description on the dataset page: https://huggingface.co/datasets/Yeongkwon/MNIST-M-flatten.tabular10K<n<100K0 likes25 downloads3mo agoHugging Face05DavidVivancos /MindBigData2022_MNIST_MWtabular10K<n<100K0 likes24 downloads4y agoHugging Face06vincent-espitalier /Fashion-MNIST-CSVThis dataset is a direct copy of Fashion-MNIST, originally published by Zalando Research on Kaggle https://www.kaggle.com/datasets/zalando-research/fashionmnist. Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Zalando intends Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for… See the full description on the dataset page: https://huggingface.co/datasets/vincent-espitalier/Fashion-MNIST-CSV.tabularimage-classification10K<n<100K0 likes24 downloads11mo agoHugging Face07vincent-espitalier /K-MNIST-CSV Kuzushiji-MNIST This dataset is a direct CSV conversion of Kuzushiji-MNIST, originally sourced from the GitHub repository https://github.com/rois-codh/kmnist. Kuzushiji-MNIST is a drop-in replacement for the MNIST dataset (28x28 grayscale, 70,000 images). tabularimage-classification10K<n<100K0 likes17 downloads11mo agoHugging Face08OsamaToseer /fashion-mnisttabular10K<n<100K0 likes17 downloads3mo agoHugging Face09the-cramer-project /kyrgyz_MNIST EN: Kyrgyz language hand-written letters (kyrgyz MNIST) A repository of images (in CSV format) of hand-written Kyrgyz alphabet letters for machine learning applications. Original images have been transformed to 50x50 images and after to csv format. The repository currently consists of 80213 (50x50 pixel) images representing all 36 letters of the Kyrgyz alphabet These images have been hand-written. Kaggle competition: For those who want to compete in Kaggle, HERE… See the full description on the dataset page: https://huggingface.co/datasets/the-cramer-project/kyrgyz_MNIST.tabular10K<n<100K0 likes16 downloads2y agoHugging Face10agnavale /mnist_nlp_100tabularn<1K0 likes16 downloads11mo agoHugging Face11gaurangdave /mnist_cnntabular10K<n<100K0 likes10 downloads1y agoHugging Face12Royi /MNISTKyrgyzTest400The data is based on Kyrgyz MNIST.It is based on the Test Set. Reproduce by: numSamplesPerCls = 400 seedNum = 512 dfData = pd.read_csv(r'test.csv') dfT = dfData.groupby('label', group_keys = False).sample(n = numSamplesPerCls, replace = False, random_state = seedNum) dfT = dfT.reset_index(drop = False) dfT = dfT.rename(columns = {'index': 'img_index'}) dfT.to_csv(r'MNISTKyrgyzTest400.csv', index = False) tabularimage-classification10K<n<100K0 likes10 downloads9mo agoHugging Face13Nerlnet /mnist_3tilestabular100K<n<1M0 likes8 downloads1y agoHugging Face14Royi /MNISTThe dataset contains various MNIST like datasets in teh form of a csv files. MNIST Based on the MNIST Dataset in OpenML: OpenML mnist_784. The way to reproduce: from sklearn.datasets import fetch_openml dfX, dsY = fetch_openml('mnist_784', version = 1, return_X_y = True, as_frame = True) dfX.columns = [str(ii) for ii in range(dfX.shape[1])] dfX['Label'] = dsY dfX.to_csv('MNIST.csv') Fashion MNIST Based on Zalando Research - FashionMNIST. Packaged into a CSV in a Row… See the full description on the dataset page: https://huggingface.co/datasets/Royi/MNIST.tabularimage-classification100K<n<1M0 likes6 downloads8mo agoHugging Face15Nerlnet /mnist_4tilestabular100K<n<1M0 likes5 downloads1y agoHugging Face16Nerlnet /Mnist_normalizedMnist normalized data between 0 and 1 instead of 0 and 255 include 1 - hot as label - 10 labels every sample - 28x28 image pixel number (784) 10 labels = 794 tabular10K<n<100K0 likes3 downloads2y agoHugging Face17Nerlnet /Mnist_testmnist dataset, values ranges between 0 and 255. every sample (line) has 794 numbers: 28x28 = 784 - number of pixels in each image (grayscale) 10 - number of labels (in 1 hot) tabular10K<n<100K0 likes2 downloads2y agoHugging Face18Nerlnet /mnist_tilestabular100K<n<1M0 likes2 downloads2y agoHugging Face19Redfire-1234 /mnisttabular10K<n<100K0 likes1 downloads9mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.