shimaazizi / Digit-Recognizer

Digit Recognizer with the Mnist data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Digit Recognizer with the Mnist data.

License:MIT License


Languages

Language:Python 100.0%