搜索资源列表
手写识别-2.0-API-linux-port.tar
- 手写识别应用软件,提供高效的触摸屏手写识别方法。- The handwriting recognition application software, provides highly effective touches the screen handwriting recognition method.
ANNRecognizer
- C#编写的BP神经网络模型的手写识别器,可以识别数字-C# prepared by the BP neural network model of the handwriting recognizer, you can identify the numbers
finish
- 可以进行包括bp神经网络以及svm支撑向量机和其他多种方式的模式识别进行数字识别,可以导入白底黑字的图片,也可进行手写识别。-Bp neural network can be included, and svm support vector machines and other pattern recognition in many ways digital identification, black and white images can be imported, but also the
online-number-recognition
- 联机数字手写识别,模式识别中很基础的程序,也是基于点轨迹的识别-Online digital handwriting recognition, pattern recognition, it is based on procedures, is also based on the identification of trajectory points
pingyingshibei
- 26个字母A-Z的手写识别系统,可以学习采样,可区别大小写。-26 letters AZ of the handwriting recognition system that can learn from sampling, may be different from case.
bprecognition
- 采用神经网络实现手写识别的一种方法,建立Bp神经网络,采用快速训练方法,可快速完成一类相关手写字体的模式识别,识别率较高,当字体变化较大识别率降低时,可重新训练具有较强的适应性。实验证实本方法较好实现了手写字符识别,但也存在识别速度较慢,有时训练不收敛等缺点-Handwriting recognition using neural network is a way to establish Bp neural network, using fast training methods, and c
BPHandIdentifyRate
- 基于bp神经网络的手写识别系统 matlab仿真-Bp neural network-based handwriting recognition system simulation matlab
src
- 基于bp神经网络的java英文手写识别系统-Bp neural network, java-based handwriting recognition system
基于概率神经网络的手写体数字识别
- 基于概率神经网络的手写数字识别,利用概率神经网络识别1-9的手写数字,matlab程序(Handwritten numeral recognition based on probabilistic neural network)
svm手写数字识别
- Python语言实现的SVM手写数字识别(SVM handwritten numeral recognition based on Python language)
手写数字识别
- 贝叶斯,神经网络等不同算法下的手写数字识别比较并建立了GUI界面可视化(Bias, neural network and other algorithms under the handwritten numeral recognition, comparison and establishment of the GUI interface visualization)
数字识别
- python的keras调用theano创建cnn识别minist手写数字(use keras of python to create cnn to recognize digit wrote by hand)
CNN手写识别
- 基于Matlab的,用于识别手写的图片里面的内容(Based on Matlab, used to identify the contents of a handwritten picture)
基于BP神经网络的手写数字识别
- 这是一份基于BP神经网络的手写数字识别文件,包含了源代码、最优权重向量、以及带标记的训练集。代码中给出了详细的注释,对于理解神经网络的原理有很好的帮助。
BP神经网络解决手写数字识别问题-matlab源代码
- BP神经网络解决手写数字识别问题 matlab源代码(BP neural network solves the matlab source code for handwritten digit recognition problem)
BP手写数字识别
- bp实现手写数字识别,识别率一般在97%以上,其中有添加噪声和不添加噪声的情况。(Recognition of Handwritten Numbers Based on BP)
MATLAB神经网络手写数字识别(GUI,论文)
- 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
手写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神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。