Skip to content

🈚️TF/PT框架的手写数字识别,通过ndarray搭建神经网络中的权重矩阵,precision rate: 98%

Notifications You must be signed in to change notification settings

NbnbZero/Handwritten_Digits_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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%

About

🈚️TF/PT框架的手写数字识别,通过ndarray搭建神经网络中的权重矩阵,precision rate: 98%

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages