Metadata-Version: 1.1
Name: mnist
Version: 0.2
Summary: Python utilities to download and parse the MNIST dataset
Home-page: https://github.com/datapythonista/mnist
Author: Marc Garcia
Author-email: garcia.marc@gmail.com
License: BSD
Description: 
        The MNIST database is available at http://yann.lecun.com/exdb/mnist/
        
        The MNIST database is a dataset of handwritten digits. It has 60,000
        training samples, and 10,000 test samples. Each image is represented
        by 28x28 pixels, each containing a value 0 - 255 with its grayscale value.
        
        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.
        
        There are four files available, which contain separately train and test,
        and images and labels.
        
        Thanks to Yann LeCun, Corinna Cortes, Christopher J.C. Burges.
        
        mnist makes it easier to download and parse MNIST files.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
