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.
# | Language | Count |
---|---|---|
1 | Python | 1 |
# | Language | Count |
---|---|---|
No unverified languages ... |