搜索资源列表
MATLAB实现手写数字识别
- 基于MATLAB实现简单的手写数字(0-9)的识别程序。属于模式识别内容
shibie.rar
- 应用matlab程序,实现了对手写数字的识别,准确率非常高。,Matlab application procedures, to achieve the hand-written digit recognition, the accuracy rate is very high.
ES203
- 使用matlab提供的bp网络工具实现手写数字识别。内涵大量测试用手写数字-Bp using matlab network tools available to achieve handwritten numeral recognition. Test a large number of handwritten digital content
digitalidentification
- 自己编的识别手写数字的程序 大家随便看看吧-Own hand-written digit recognition process we just take a look at it
homework6
- 使用matlab实现手写阿拉伯数字的识别。-Using matlab to achieve the recognition of handwritten Arabic numerals.
shuzishibie4
- 这个一个基于MATLAB的手写体数字识别的程序,非常的好用-The MATLAB-based handwritten numeral recognition procedure, very easy to use
bprecognition
- 采用神经网络实现手写识别的一种方法,建立Bp神经网络,采用快速训练方法,可快速完成一类相关手写字体的模式识别,识别率较高,当字体变化较大识别率降低时,可重新训练具有较强的适应性。实验证实本方法较好实现了手写字符识别,但也存在识别速度较慢,有时训练不收敛等缺点-Handwriting recognition using neural network is a way to establish Bp neural network, using fast training methods, and c
BP
- 本程序经过本人的调试运行,能够实现对手写数字的识别,成功率达 80-After I debug this program to run, to realize the handwritten digit recognition, the success rate of 80
num
- 利用matlab采用基于Gabor特征的识别算法实现手写数字识别-Using matlab recognition based on Gabor feature recognition algorithm for handwritten numeral
classify
- 机器学习中关于分类的一段matlab程序,自己的课后大作业,是关于手写数字识别-Machine learning matlab on a classified program, their major job after school, on the handwritten numeral recognition
模式识别与智能计算matlab实现
- 杨淑莹 聚类分析和手写数字分析软件,可安装于MATLAB,实现聚类分析 手写分析
手写数字识别 matlab
- 手写数字识别 matlab,用于进行数字识别,是机器学习现在的热门话题
readMNIST
- 用ELM实现手写数字的识别,快速,用MNIST数据库(Handwritten numbers recognition realized by ELM)
kmean
- 通过编写Kmeans算法识别自己的手写数字0——9个数字(Through the preparation of Kmeans algorithm to identify their handwritten numbers 0 - 9 numbers)
基于概率神经网络的手写体数字识别
- 基于概率神经网络的手写数字识别,利用概率神经网络识别1-9的手写数字,matlab程序(Handwritten numeral recognition based on probabilistic neural network)
数字识别系统v2
- 可以手写输入数字 但是要2014b以前的MATLAB才能运行(You can write the numbers by hand, but you can run them with the MATLAB 2014b)
CNN手写识别
- 基于Matlab的,用于识别手写的图片里面的内容(Based on Matlab, used to identify the contents of a handwritten picture)
手写MNISTmatlab实现
- 资料可以直接运行,是matlab源码,实现了AI领域常见的手写字符MNIST数据集的识别,一般都是python做,matlab实现的很少,就算有也经常报错,因此这里是提供了例程以及数据集!数据集也是matlab能直接读取的MNIST格式!下载这个资料连数据集都不用单独下载了,节省时间。(The data can be run directly. It is the source code of MATLAB. It realizes the recognition of MNIST data s
MATLAB手写数字汉字识别[写字板,神经网络]
- 该课题为基于MATLAB bp神经网络的手写汉字识别系统。可以利用鼠标手写中文汉字进行训练,测试,可以识别任何字体,只需要到GUI界面面板更换即可。在GUI界面就可以随写随训练中文,不需要到后台手动更换文字训练,方便快捷上档次。(This project is a handwritten Chinese character recognition system based on Matlab bp neural network. You can use the mouse to write Ch
基于MATLAB的手写识别(可以自行添加数据集)
- 本案例使用MATLAB的GUI设计的一个手写板,利用BP神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。