Metadata-Version: 2.2
Name: animal_shape_mnist
Version: 0.39
Summary: Animal shape extension to MNIST dataset - benchmarking and educational purposes
Author-email: Sina Mohammadi <mohammadi.sina.q8@dc.tohoku.ac.jp>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

Animal-Shape is a dataset consisting of 10,000 images of 28x28 grayscale images, mimicking the format of MNIST dataset. There are 10 classes of animals (including Bear, Bird, Cat, Cow, Dog, Elephant, Giraffe, Horse, Sheep, Zebra) each consisting of 1000 pictures. This is intended to serve educational purposes and expand further on the MNIST - fashion MNIST benchmarking system for machine learning algorithms.
