资源列表
Release
- 闲时无聊,搭了一个基于深度神经网络的手写数字识别系统。该系统在手写数字数据库mnist测试达到了99.22 的准确率。整个系统基于C++开发,可以很方便的移植到其他平台。 其中手写数字数据库mnist(http://yann.lecun.com/exdb/mnist/),有60000个训练样本数据集和10000个测试用例。它是由Google实验室的Corinna Cortes和纽约大学柯朗研究所的Yann LeCun建立的一个手写数字数据库。同时它是nist数据库的一个子集。
EdgeImage
- asm中有两个文件,其中c文件中用c语言实现了图片载入、边缘检测功能。asm文件用汇编语言实现了边缘检测功能-Edge Detection
student
- Matlab分类学生数据用SVM,压缩包内包含数据和程序-Matlab code for classify the student data using SVM. include student data and code
gbvs
- 利用视觉注意机制来提取图像的相助目标,经过Itti模型修改而成。-Significant regional use of visual attention to extract images
cPP-sift-keyPoint-and-description
- sift 特征提取及描述,特征提取及描述-sift keypoint calc,and descr iption,keypoint calc,and descr iption
QRCodeqiu
- 一个基于halcon和VC下的二维码识读程序,可以参考-The two-dimensional code recognition example under a Halcon
code
- 数字图像识别 包括手写数字识别之Fisher线性判别 手写数字识别之模板匹配法 数字识别之神经网络法 细化算法-numerical recognition
chap12
- 基于vc++的车牌识别,运行准确,代码正确,可以很好地实现车牌的识别与读取-Vc++-based license plate recognition, running accurately, code correctly, you can achieve a good identification and license plate reading,,,
chap11
- 基于vc++的数字识别,功能强大,代码运行正确-Vc++ digital identification based on powerful, the code runs correctly,,,,,,,,,,,,
linerecognition
- 基于matlab的图形检测,主要针对直线的检测-Matlab-based graphical testing, mainly for line detection,,,,,,,,,,,,,
recognition
- 本程序主要实现了基于贝叶斯分类的手写数字识别。 1、主程序为recognition.m,运行程序只需打开recognition.m文件运行即可 2、byes算法程序分别在bayes_erzhi.m文件、bayes_leasterror.m文件和bayesleastrisk.m文件中,分别对应着基于二值数据的bayes法的算法和基于最小错误的bayes法的算法和基于最小风险的贝叶斯分类器。 -The program achieved a handwritten numeral reco
BP算法的手写数字识别
- 简单的应用gui界面编写的数字识别。。。。。。