1. 程式人生 > >MATLAB自動識別MNIST手寫數字資料庫

MATLAB自動識別MNIST手寫數字資料庫

1.MNIST手寫數字資料庫

資料庫由Google實驗室的Corinna Cortes和紐約大學柯朗研究所的Yann LeCun建有一個手寫數字資料庫,訓練庫有60,000張手寫數字影象,測試庫有10,000張。下載地址:

2 程式碼

This release includes sampleof handwriten digits recognition using CNN. If you just want to try it runcnet_tool. You'll see a simple GUI. It loads pretrained convolutional neuralnet from cnet.mat and recognizes image of gigit either pained in painitg areaor downloaded from MNIST database. (需要下載識別庫檔案 t10k-images-idx3-ubyte.gz:  test set images (1648877 bytes) from whe website 

http://yann.lecun.com/exdb/mnist/

執行>> cnet_tool,出現GUI介面,選擇 t10k-images-idx3-ubyte檔案,


自動識別效果:


更多詳細內容,持續更新中。。。