/Digit-Recognizer

Digit Recognizer with the Mnist data.

Primary LanguagePythonMIT LicenseMIT

Digit-Recognizer

A digit recognition project using the MNIST dataset. The project includes data visualization, model training, and prediction.

Installation

git clone https://github.com/shimaazizi/Digit-Recognizer.git

cd Digit-Recognizer

Prediction

Run the script to predict labels for random test images and save the result:

python src/run.py

Digit Recognizer

Results

The model achieves a training accuracy of approximately 98% and a validation accuracy of approximately 98%.