Skip to content

MNIST hand-written digits and Zoolander fashion article images Classification problems

Notifications You must be signed in to change notification settings

teomotun/MNIST-Classification-Problems

Repository files navigation

MNIST Classification Problems

First Task

Classification of handwritten digits.

Classifying Handwritten digits

About the MNIST dataset

It is a set of 70,000 small images of digits handwritten by high school students and employees of the US Census Bureau. Each image is labeled with the digit it represents.


Second Task

Classification of Zalando's fashion article images

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

Here's an example how the data looks (each class takes three-rows):

“Fashion MNIST” dataset is used for experimenting and practicing machine learning. The dataset is provided by Zalando(https://zalando.com/) . Thanks to Zalando Research(https://github.com/zalandoresearch/fashion-mnist) for hosting the dataset.

About

MNIST hand-written digits and Zoolander fashion article images Classification problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published