您的位置:首页 > 编程语言 > MATLAB

MATLAB自动识别MNIST手写数字数据库

2015-04-08 09:10 260 查看
1.MNIST手写数字数据库

数据库由Google实验室的Corinna Cortes和纽约大学柯朗研究所的Yann LeCun建有一个手写数字数据库,训练库有60,000张手写数字图像,测试库有10,000张。下载地址: http://yann.lecun.com/exdb/mnist/
2 代码

下载识别代码:http://www.mathworks.cn/matlabcentral/fileexchange/24291-cnn-convolutional-neural-network-class

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界面,选择[b] t10k-images-idx3-ubyte文件,[/b]






自动识别效果:






更多详细内容,持续更新中。。。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: