Algoteka
View all languages for this problem (1 verified and 0 unverified)

MNIST Digit Classification - Samples for Python

Problem by oml1111

Problem description:

Create an algorithm that classifies the images in the MNIST dataset test set into the digits they correspond to.
You are allowed to use a training dataset to train your algorithm, but the training dataset should be separate from the test dataset.

Your algorithm should strive to maximize accuracy, and you should specify what accuracy you achieve. Your algorithm should also be generalizable, that is work well on the type of digit images provided in MNIST, even if they don't happen to be in the test set.

Verified samples:

# Tech tags Title Creator Created date
1 0
TensorFlow
Keras
oml1111
2022-10-11 17:56

Unverified samples:

# Tech tags Title Creator Created date
No unverified samples ...
View problem discussion (0 comments)