M

MNIST Handwritten Digit Recognizer

In this project, I have trained a ML model that classifies the handwritten digit images among the class from 0-9.

5
M

MNIST Handwritten Digit Recognizer

In this project, I have trained a ML model that classifies the handwritten digit images among the class from 0-9.

The problem MNIST Handwritten Digit Recognizer solves

This ML model solves the MNIST datasets' clasification of digits.

Challenges I ran into

The project is based on the python langauge and here I have used many new python libraries which I was not familiar with before. Thus, to understand the function and codes under that library, I had a task to do.

Discussion