Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 371 Bytes

File metadata and controls

11 lines (6 loc) · 371 Bytes

Handwritten_Digits_Recognition

First, run python3 mnist_csv3.py in terminal.

Then you will see four .csv files which are used for training and testing.

Finally, run python3 NeuralNetwork.py train_image.csv train_label.csv test_image.csv

You will see a new file called test_predictions.csv.

The accuracy for training can be 98% and testing accuracy can be 93%-95%