Skip to content

a convolutional neural network program for handwritting digit recognition

Notifications You must be signed in to change notification settings

xiaoqiang-ok/CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN

Lenet: a convolutional neural network program for handwritting digit recognition including both model train(multithread Back-Propagation) and test logic, model saving and loading logic, visual-studio-MFC dialog based net visualing.

minist(hand-writting digit pictures) data can be archieved from: https://pan.baidu.com/s/1pJsOMqn

this project is built via visual-studio-2012 on PC windows.

after start the project you will get a dialog: click"查看卷积" DialogInterface

then click "训练网络" DialogInterface

after several trainning iterations,you can click“保存网络” the trained model will be saved in CNN\CNN2\net.txt you can click"读入网络”to restore a Lenet model. you can click "识别测试" to check the accuracy of the model trained with 10000 test pics。

About

a convolutional neural network program for handwritting digit recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published