91 datasets found
  1. MNIST Easy

    • kaggle.com
    zip
    Updated Sep 16, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aman Chauhan (2022). MNIST Easy [Dataset]. https://www.kaggle.com/datasets/whenamancodes/mnist-easy
    Explore at:
    zip(15948628 bytes)Available download formats
    Dataset updated
    Sep 16, 2022
    Authors
    Aman Chauhan
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    The MNIST dataset provided in a easy-to-use CSV format

    The original dataset is in a format that is difficult for beginners to use. This dataset uses the work of Joseph Redmon to provide the MNIST dataset in a CSV format.

    The dataset consists of two files: - mnist_train.csv - mnist_test.csv

    The mnist_train.csv file contains the 60,000 training examples and labels. The mnist_test.csv contains 10,000 test examples and labels. Each row consists of 785 values: the first value is the label (a number from 0 to 9) and the remaining 784 values are the pixel values (a number from 0 to 255).

    Know more about MNIST at Wiki

    More - Find More ExcitingπŸ™€ Datasets Here - An UpvoteπŸ‘ A Dayα•™(`β–ΏΒ΄)α•— , Keeps Aman Hurray Hurray..... Ω©(Λ˜β—‘Λ˜)ΫΆHaha

  2. Digit MNIST CSV (Flattened)

    • kaggle.com
    zip
    Updated Jan 19, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Md. Golam Mostofa (2026). Digit MNIST CSV (Flattened) [Dataset]. https://www.kaggle.com/datasets/golammostofas/digit-mnist-csv-flattened
    Explore at:
    zip(28405794 bytes)Available download formats
    Dataset updated
    Jan 19, 2026
    Authors
    Md. Golam Mostofa
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Dataset Overview

    Dataset Name: Digit MNIST CSV (Flattened)

    Description: This dataset is a CSV-formatted version of the original MNIST handwritten digits dataset. Each image has been flattened from its original 28Γ—28 grayscale format into 784 numerical pixel features, with an additional label column indicating the digit class (0–9).

    The dataset is intended for use in machine learning experiments, data analysis, and educational purposes, especially in environments where image-based datasets are inconvenient.

    Dataset Composition

    • Total Samples:

      • Training set: 60,000 rows
      • Test set: 10,000 rows
    • Features:

      • pixel_0 to pixel_783: Normalized grayscale pixel intensities (float values in range [0, 1])
      • label: Integer digit class (0–9)
    • File Format: CSV

    • Files Included:

      • mnist_train.csv
      • mnist_test.csv

    Data Collection Process

    The original MNIST dataset was collected by the National Institute of Standards and Technology (NIST) and consists of handwritten digits written by U.S. Census Bureau employees and high school students.

    This CSV version was generated by:

    1. Loading the MNIST dataset using torchvision.datasets.MNIST
    2. Converting each image to a tensor
    3. Flattening each 28Γ—28 image into a 784-length vector
    4. Appending the corresponding label
    5. Saving the processed data as CSV files

    No additional preprocessing (such as augmentation or filtering) was applied beyond normalization.

    Intended Use

    Primary Uses:

    • Classical machine learning algorithms (Logistic Regression, SVM, Random Forest)
    • Data analysis and visualization
    • Educational and academic projects
    • Benchmarking CSV-based ML pipelines

    Out-of-Scope Uses:

    • Real-world handwriting recognition systems
    • Sensitive or high-stakes decision-making applications

    Distribution and Licensing

    • Original Dataset License: MNIST is released under a permissive license for research and educational use.
    • CSV Conversion License: Same as the original MNIST dataset.

    Users should cite the original MNIST dataset when using this data.

    Ethical Considerations

    • The dataset contains no personally identifiable information (PII).
    • All data is anonymized handwritten digit imagery.
    • There are no known ethical risks associated with using this dataset.

    Bias and Limitations

    • The dataset represents handwriting styles from a limited demographic group.
    • Not representative of global handwriting variations.
    • Flattening removes spatial relationships between pixels, which may reduce performance for some models.

    Maintenance

    • Maintainer: Dataset creator / Kaggle uploader
    • Update Frequency: None (static dataset)

    Citation

    If you use this dataset, please cite:

    Yann LeCun, Corinna Cortes, and Christopher J.C. Burges.
    The MNIST database of handwritten digits.
    
  3. MNIST Handwritten Digits (CSV Format)

    • kaggle.com
    zip
    Updated Dec 17, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Meenal Sinha (2025). MNIST Handwritten Digits (CSV Format) [Dataset]. https://www.kaggle.com/datasets/meenalsinha/mnist-handwritten-digits-csv-format
    Explore at:
    zip(15956555 bytes)Available download formats
    Dataset updated
    Dec 17, 2025
    Authors
    Meenal Sinha
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    MNIST Handwritten Digits (CSV Format)

    This dataset is a CSV-formatted version of the classic MNIST handwritten digits dataset.
    It contains grayscale images of handwritten digits (0–9) and is widely used for training and evaluating machine learning and deep learning models.

    πŸ“ Files Included

    • mnist_train.csv β€” 60,000 training examples
    • mnist_test.csv β€” 10,000 test examples

    πŸ“Š Data Format

    Each row represents one 28 Γ— 28 grayscale image flattened into a single row:

    • Column 1: label β€” digit class (0 to 9)
    • Columns 2–785: pixel1 to pixel784 β€” pixel intensity values (0–255)

    This tabular format makes the dataset easy to use with standard data science and machine learning libraries without requiring image preprocessing.

    🎯 Use Cases

    • Learning and practicing machine learning
    • Digit classification tasks
    • Quick experimentation with tabular models
    • Kaggle notebooks and educational projects

    πŸ“œ License

    This dataset is distributed under the MIT License.

  4. Fashion MNIST CSV

    • kaggle.com
    zip
    Updated May 24, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aravint Annamalai (2021). Fashion MNIST CSV [Dataset]. https://www.kaggle.com/aravintannamalai/fashion-mnist-csv
    Explore at:
    zip(41054454 bytes)Available download formats
    Dataset updated
    May 24, 2021
    Authors
    Aravint Annamalai
    Description

    Dataset

    This dataset was created by Aravint Annamalai

    Contents

  5. n

    MNIST

    • scidm.nchc.org.tw
    • tensorflow.org
    • +4more
    Updated Apr 7, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2021). MNIST [Dataset]. https://scidm.nchc.org.tw/dataset/mnist
    Explore at:
    Dataset updated
    Apr 7, 2021
    Description

    THE MNIST DATABASE of handwritten digits mnist ζ‰‹ε―«θΎ¨θ­˜θ³‡ζ–™ http://yann.lecun.com/exdb/mnist/ mnist in csv ζ ΌεΌοΌŒε‡Ίθ‡ͺζ–Όkaggle https://www.kaggle.com/oddrationale/mnist-in-csv/data Yann LeCun, Courant Institute, NYU Corinna Cortes, Google Labs, New York Christopher J.C. Burges, Microsoft Research, Redmond The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image. It is a good database for people who want to try learning techniques and pattern recognition methods on real-world data while spending minimal efforts on preprocessing and formatting.

  6. The "mnist" dataset in csv format

    • kaggle.com
    zip
    Updated Apr 6, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Aditya Anil Kashyap (2023). The "mnist" dataset in csv format [Dataset]. https://www.kaggle.com/datasets/adityaanilkashyap/the-mnist-dataset-in-csv-format/code
    Explore at:
    zip(15966440 bytes)Available download formats
    Dataset updated
    Apr 6, 2023
    Authors
    Aditya Anil Kashyap
    Description

    Contents of the dataset

    The dataset contains 70000 images (train + test), each with 784 pixels and 70000 labels The dimensions of the csv file are: 70000 x 785 with the first column being the target variable

    How to read the dataset

    import numpy as np import pandas as pd

    df = pd.read_csv(mnist.csv, header=None) y = np.array(df.iloc[:, 0]) # The 0th column is the target variable, y.shape yields (70000, ) X = np.array(df.iloc[:, 1:]) # The rest of the columns are the input data (pixel values) X = X.reshape((X.shape[0], int(np.sqrt(X.shape[1])), int(np.sqrt(X.shape[1])))) # X.shape yields (70000, 28, 28)

  7. mnist dataset

    • zenodo.org
    csv
    Updated Aug 21, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Paulo Cilas Morais Lyra Junior; Paulo Cilas Morais Lyra Junior (2024). mnist dataset [Dataset]. http://doi.org/10.5281/zenodo.13357260
    Explore at:
    csvAvailable download formats
    Dataset updated
    Aug 21, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Paulo Cilas Morais Lyra Junior; Paulo Cilas Morais Lyra Junior
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    MNIST tabular (CSV) dataset: image_path, label, split

  8. MNIST dataset for Outliers Detection - [ MNIST4OD ]

    • figshare.com
    application/gzip
    Updated May 17, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Giovanni Stilo; Bardh Prenkaj (2024). MNIST dataset for Outliers Detection - [ MNIST4OD ] [Dataset]. http://doi.org/10.6084/m9.figshare.9954986.v2
    Explore at:
    application/gzipAvailable download formats
    Dataset updated
    May 17, 2024
    Dataset provided by
    figshare
    Figsharehttp://figshare.com/
    Authors
    Giovanni Stilo; Bardh Prenkaj
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Here we present a dataset, MNIST4OD, of large size (number of dimensions and number of instances) suitable for Outliers Detection task.The dataset is based on the famous MNIST dataset (http://yann.lecun.com/exdb/mnist/).We build MNIST4OD in the following way:To distinguish between outliers and inliers, we choose the images belonging to a digit as inliers (e.g. digit 1) and we sample with uniform probability on the remaining images as outliers such as their number is equal to 10% of that of inliers. We repeat this dataset generation process for all digits. For implementation simplicity we then flatten the images (28 X 28) into vectors.Each file MNIST_x.csv.gz contains the corresponding dataset where the inlier class is equal to x.The data contains one instance (vector) in each line where the last column represents the outlier label (yes/no) of the data point. The data contains also a column which indicates the original image class (0-9).See the following numbers for a complete list of the statistics of each datasets ( Name | Instances | Dimensions | Number of Outliers in % ):MNIST_0 | 7594 | 784 | 10MNIST_1 | 8665 | 784 | 10MNIST_2 | 7689 | 784 | 10MNIST_3 | 7856 | 784 | 10MNIST_4 | 7507 | 784 | 10MNIST_5 | 6945 | 784 | 10MNIST_6 | 7564 | 784 | 10MNIST_7 | 8023 | 784 | 10MNIST_8 | 7508 | 784 | 10MNIST_9 | 7654 | 784 | 10

  9. h

    MNIST

    • huggingface.co
    Updated Dec 1, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Royi (2025). MNIST [Dataset]. https://huggingface.co/datasets/Royi/MNIST
    Explore at:
    Dataset updated
    Dec 1, 2025
    Authors
    Royi
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

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

  10. MNIST CSV

    • kaggle.com
    zip
    Updated Apr 18, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Saravana J (2023). MNIST CSV [Dataset]. https://www.kaggle.com/datasets/saravanaj/mnist-csv/code
    Explore at:
    zip(15991594 bytes)Available download formats
    Dataset updated
    Apr 18, 2023
    Authors
    Saravana J
    Description

    The legendary MNIST handwritten digits dataset in CSV format with test-train split.

  11. MNIST in CSV

    • kaggle.com
    zip
    Updated May 19, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dariel Dato-on (2018). MNIST in CSV [Dataset]. https://www.kaggle.com/oddrationale/mnist-in-csv
    Explore at:
    zip(15970596 bytes)Available download formats
    Dataset updated
    May 19, 2018
    Authors
    Dariel Dato-on
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    The MNIST dataset provided in a easy-to-use CSV format

    The original dataset is in a format that is difficult for beginners to use. This dataset uses the work of Joseph Redmon to provide the MNIST dataset in a CSV format.

    The dataset consists of two files:

    1. mnist_train.csv
    2. mnist_test.csv

    The mnist_train.csv file contains the 60,000 training examples and labels. The mnist_test.csv contains 10,000 test examples and labels. Each row consists of 785 values: the first value is the label (a number from 0 to 9) and the remaining 784 values are the pixel values (a number from 0 to 255).

  12. PercevalQuest-MNIST

    • huggingface.co
    Updated Oct 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Quandela (2025). PercevalQuest-MNIST [Dataset]. https://huggingface.co/datasets/Quandela/PercevalQuest-MNIST
    Explore at:
    Dataset updated
    Oct 29, 2025
    Dataset authored and provided by
    Quandela
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    MNIST dataset used during the Perceval Quest challenge

    This repository hosts a partial MNIST dataset used during the Perceval Quest as part of the Hybrid AI Quantum Challenge. The dataset is stored under data/ and split into train.csv and val.csv. This dataset is a subset of the original MNIST dataset that can be found here and introduced in [LeCun et al., 1998a]. The Perceval Quest challenge lasted from November 2024 to March 2025. More than 64 teams participated in its first phase… See the full description on the dataset page: https://huggingface.co/datasets/Quandela/PercevalQuest-MNIST.

  13. MNIST-Federated-Learning

    • zenodo.org
    csv, zip
    Updated Jul 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ferraguig Lynda; Ferraguig Lynda; Benoit Alexandre; Benoit Alexandre; Bettinelli Mickael; Bettinelli Mickael; Lin-Kwong-Chon Christophe; Lin-Kwong-Chon Christophe (2023). MNIST-Federated-Learning [Dataset]. http://doi.org/10.5281/zenodo.8104408
    Explore at:
    csv, zipAvailable download formats
    Dataset updated
    Jul 3, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Ferraguig Lynda; Ferraguig Lynda; Benoit Alexandre; Benoit Alexandre; Bettinelli Mickael; Bettinelli Mickael; Lin-Kwong-Chon Christophe; Lin-Kwong-Chon Christophe
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Please find below the descriptions of the three configurations for partitioning the MNIST Train dataset into 10 clients and the MNIST Train data:

    1. Balanced Distribution: In the first configuration, the MNIST dataset is partitioned among 10 clients in a balanced manner. This means that the data samples from each class are evenly distributed among the clients. Each client receives a roughly equal number of images from each digit class, ensuring that the distribution of samples across clients is proportional and representative of the overall dataset. [ Config 1]
    2. Heterogeneous Distribution (One Class per Client): In the second configuration, the MNIST dataset is partitioned in a heterogeneous manner, where each client is assigned a single digit class exclusively. This means that one client will only receive images of the digit '0', another client will receive images of the digit '1', and so on. In this setup, each client becomes an expert in classifying a specific digit, allowing for specialized training and evaluation. [ Config 2]
    3. Mixed Distribution: In the third configuration, the MNIST dataset is partitioned using a mixed distribution approach. This means that the data samples from all digit classes are distributed among the 10 clients, but the distribution is not necessarily balanced. The number of samples assigned to each client may vary for different digit classes, resulting in an uneven distribution across the clients. This configuration aims to capture both the overall diversity of the dataset and the varying difficulty levels of classifying different digits. [ Config 3 ]

    Mnist-dataset/
    β”œβ”€β”€ config1/
    β”‚ β”œβ”€β”€ client-1/
    β”‚ β”‚ └── data.csv
    β”‚ β”œβ”€β”€ client-2/
    β”‚ β”‚ └── data.csv
    β”‚ β”œβ”€β”€ client-3/
    β”‚ β”‚ └── data.csv
    β”‚ └── ...
    β”œβ”€β”€ config2/
    β”‚ β”œβ”€β”€ client-1/
    β”‚ β”‚ └── data.csv
    β”‚ β”œβ”€β”€ client-2/
    β”‚ β”‚ └── data.csv
    β”‚ β”œβ”€β”€ client-3/
    β”‚ β”‚ └── data.csv
    β”‚ └── ...
    β”œβ”€β”€ config3/
    β”‚ β”œβ”€β”€ client-1/
    β”‚ β”‚ └── data.csv
    β”‚ β”œβ”€β”€ client-2/
    β”‚ β”‚ └── data.csv
    β”‚ β”œβ”€β”€ client-3/
    β”‚ β”‚ └── data.csv
    β”‚ └── ...
    └── mnist_test.csv

    ***

    License: Yann LeCun and Corinna Cortes hold the copyright of MNIST dataset, which is a derivative work from original NIST datasets. MNIST dataset is made available under the terms of the Creative Commons Attribution-Share Alike 3.0 license.

    ***

  14. h

    easy-mnist

    • huggingface.co
    Updated Aug 9, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hayden Donnelly (2024). easy-mnist [Dataset]. https://huggingface.co/datasets/hayden-donnelly/easy-mnist
    Explore at:
    Dataset updated
    Aug 9, 2024
    Authors
    Hayden Donnelly
    Description

    Easy MNIST

    MNIST processed into three easy to use formats. Each .zip file contains a labels_and_paths.csv file and a data directory.

      mnist_png.zip
    

    MNIST in the png format. label path 0 5 data/0.png 1 0 data/1.png 2 4 data/2.png 3 1 data/3.png 4 9 data/4.png ... ... ... 69995 2 data/69995.png 69996 3 data/69996.png 69997 4 data/69997.png 69998 5… See the full description on the dataset page: https://huggingface.co/datasets/hayden-donnelly/easy-mnist.

  15. Fashion-MNIST Image Dataset (CSV Format)

    • kaggle.com
    zip
    Updated Feb 4, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Muhammad Ahmad (2026). Fashion-MNIST Image Dataset (CSV Format) [Dataset]. https://www.kaggle.com/datasets/muhammadahmaddaar/fashion-mnist
    Explore at:
    zip(5860422 bytes)Available download formats
    Dataset updated
    Feb 4, 2026
    Authors
    Muhammad Ahmad
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Content

    Content refers to what is inside the data or document. It includes the actual information such as values, records, features, text, images, or labels.

    Context

    Context explains why the data exists and how it should be understood. It provides background so the content makes sense.

  16. MNIST-Federated-Learning

    • zenodo.org
    csv, zip
    Updated Jul 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ferraguig Lynda; Ferraguig Lynda; Benoit Alexandre; Benoit Alexandre; Bettinelli Mickael; Bettinelli Mickael; Lin-Kwong-Chon Christophe; Lin-Kwong-Chon Christophe (2023). MNIST-Federated-Learning [Dataset]. http://doi.org/10.5281/zenodo.8093745
    Explore at:
    csv, zipAvailable download formats
    Dataset updated
    Jul 3, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Ferraguig Lynda; Ferraguig Lynda; Benoit Alexandre; Benoit Alexandre; Bettinelli Mickael; Bettinelli Mickael; Lin-Kwong-Chon Christophe; Lin-Kwong-Chon Christophe
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Please find below the descriptions of the three configurations for partitioning the MNIST Train dataset into 10 clients and the MNIST Train data:

    1. Balanced Distribution: In the first configuration, the MNIST dataset is partitioned among 10 clients in a balanced manner. This means that the data samples from each class are evenly distributed among the clients. Each client receives a roughly equal number of images from each digit class, ensuring that the distribution of samples across clients is proportional and representative of the overall dataset. [ Config 1]
    2. Heterogeneous Distribution (One Class per Client): In the second configuration, the MNIST dataset is partitioned in a heterogeneous manner, where each client is assigned a single digit class exclusively. This means that one client will only receive images of the digit '0', another client will receive images of the digit '1', and so on. In this setup, each client becomes an expert in classifying a specific digit, allowing for specialized training and evaluation. [ Config 2]
    3. Mixed Distribution: In the third configuration, the MNIST dataset is partitioned using a mixed distribution approach. This means that the data samples from all digit classes are distributed among the 10 clients, but the distribution is not necessarily balanced. The number of samples assigned to each client may vary for different digit classes, resulting in an uneven distribution across the clients. This configuration aims to capture both the overall diversity of the dataset and the varying difficulty levels of classifying different digits. [ Config 3 ]

    The structure of "Mnist-dataset" folder is :
    Mnist-dataset/
    β”œβ”€β”€ config1/
    β”‚ β”œβ”€β”€ client-1/
    β”‚ β”‚ └── client_1_config1.csv
    β”‚ β”œβ”€β”€ client-2/
    β”‚ β”‚ └── client_2_config1.csv
    β”‚ β”œβ”€β”€ client-3/
    β”‚ β”‚ └── client_3_config1.csv
    β”‚ └── ...
    β”œβ”€β”€ config2/
    β”‚ β”œβ”€β”€ client-1/
    β”‚ β”‚ └── client_1_config2.csv
    β”‚ β”œβ”€β”€ client-2/
    β”‚ β”‚ └── client_2_config2.csv
    β”‚ β”œβ”€β”€ client-3/
    β”‚ β”‚ └── client_3_config2.csv
    β”‚ └── ...
    β”œβ”€β”€ config3/
    β”‚ β”œβ”€β”€ client-1/
    β”‚ β”‚ └── client_1_config3.csv
    β”‚ β”œβ”€β”€ client-2/
    β”‚ β”‚ └── client_2_config3.csv
    β”‚ β”œβ”€β”€ client-3/
    β”‚ β”‚ └── client_3_config3.csv
    β”‚ └── ...
    └── mnist_test.csv

  17. h

    AmericanSignLanguageMNIST

    • huggingface.co
    Updated Nov 29, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Royi (2025). AmericanSignLanguageMNIST [Dataset]. https://huggingface.co/datasets/Royi/AmericanSignLanguageMNIST
    Explore at:
    Dataset updated
    Nov 29, 2025
    Authors
    Royi
    License

    https://choosealicense.com/licenses/cc0-1.0/https://choosealicense.com/licenses/cc0-1.0/

    Description

    Based on Kaggle - Sign Language MNIST.Repackaged both CSV's into a single CSV with a field datasetType to assign each to its type. The class mapping: 0: 'A', 1: 'B', 2: 'C', 3: 'D', 4: 'E', 5: 'F', 6: 'G', 7: 'H', 8: 'I', 10: 'K', 11: 'L', 12: 'M', 13: 'N', 14: 'O', 15: 'P', 16: 'Q', 17: 'R', 18: 'S', 19: 'T', 20: 'U', 21: 'V', 22: 'W', 23: 'X', 24: 'Y'

    Labels 9 (J) and 25 (Z) are excluded as these letters require motion in ASL hence no such images are available.

  18. h

    my-datayset

    • huggingface.co
    Updated Apr 9, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    aman (2025). my-datayset [Dataset]. https://huggingface.co/datasets/ns-1/my-datayset
    Explore at:
    Dataset updated
    Apr 9, 2025
    Authors
    aman
    Description

    This directory includes a few sample datasets to get you started.

    california_housing_data*.csv is California housing data from the 1990 US Census; more information is available at: https://docs.google.com/document/d/e/2PACX-1vRhYtsvc5eOR2FWNCwaBiKL6suIOrxJig8LcSBbmCbyYsayia_DvPOOBlXZ4CAlQ5nlDD8kTaIDRwrN/pub

    mnist_*.csv is a small sample of the MNIST database, which is described at: http://yann.lecun.com/exdb/mnist/

    anscombe.json contains a copy of Anscombe's quartet; it was originally… See the full description on the dataset page: https://huggingface.co/datasets/ns-1/my-datayset.

  19. MNIST CSV Data

    • kaggle.com
    zip
    Updated Jun 30, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Vishwas 27 (2023). MNIST CSV Data [Dataset]. https://www.kaggle.com/datasets/vishwas277/mnist-csv-data
    Explore at:
    zip(9606023 bytes)Available download formats
    Dataset updated
    Jun 30, 2023
    Authors
    Vishwas 27
    Description

    Dataset

    This dataset was created by Vishwas 27

    Contents

  20. o

    Data from: Fashion-MNIST

    • openml.org
    • tensorflow.org
    • +4more
    Updated Dec 20, 2017
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Han Xiao; Kashif Rasul; Roland Vollgraf (2017). Fashion-MNIST [Dataset]. https://www.openml.org/d/40996
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Dec 20, 2017
    Authors
    Han Xiao; Kashif Rasul; Roland Vollgraf
    Description

    Author: Han Xiao, Kashif Rasul, Roland Vollgraf
    Source: Zalando Research
    Please cite: Han Xiao and Kashif Rasul and Roland Vollgraf, Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms, arXiv, cs.LG/1708.07747

    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. Fashion-MNIST is intended to serve as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms. It shares the same image size and structure of training and testing splits.

    Raw data available at: https://github.com/zalandoresearch/fashion-mnist

    Target classes

    Each training and test example is assigned to one of the following labels: Label Description
    0 T-shirt/top
    1 Trouser
    2 Pullover
    3 Dress
    4 Coat
    5 Sandal
    6 Shirt
    7 Sneaker
    8 Bag
    9 Ankle boot

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Aman Chauhan (2022). MNIST Easy [Dataset]. https://www.kaggle.com/datasets/whenamancodes/mnist-easy
Organization logo

MNIST Easy

The MNIST dataset provided in a easy-to-use CSV format

Explore at:
16 scholarly articles cite this dataset (View in Google Scholar)
zip(15948628 bytes)Available download formats
Dataset updated
Sep 16, 2022
Authors
Aman Chauhan
License

https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

Description

The MNIST dataset provided in a easy-to-use CSV format

The original dataset is in a format that is difficult for beginners to use. This dataset uses the work of Joseph Redmon to provide the MNIST dataset in a CSV format.

The dataset consists of two files: - mnist_train.csv - mnist_test.csv

The mnist_train.csv file contains the 60,000 training examples and labels. The mnist_test.csv contains 10,000 test examples and labels. Each row consists of 785 values: the first value is the label (a number from 0 to 9) and the remaining 784 values are the pixel values (a number from 0 to 255).

Know more about MNIST at Wiki

More - Find More ExcitingπŸ™€ Datasets Here - An UpvoteπŸ‘ A Dayα•™(`β–ΏΒ΄)α•— , Keeps Aman Hurray Hurray..... Ω©(Λ˜β—‘Λ˜)ΫΆHaha

Search
Clear search
Close search
Google apps
Main menu