搜索资源列表
LineTrans
- 神经网络代码,可以识别印刷体数字0~9,神经网络采用BP,节点可以设置
ex3
- 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set of sample input and output is
nn_classifier
- 最近邻方法实现印刷体数字识别,及相关数据转换程序-Nearest neighbor method to achieve printed numeral recognition, and related data conversion process
code
- 一种简单的基于matlab的印刷体数字识别-Numeral recognition based on matlab
chapter14
- 利用计算机自动识别字符的技术,是模式识别应用的一个重要领域。人们在生产和生活中,要处理大量的文字、报表和文本。为了减轻人们的劳动,提高处理效率,50年代开始探讨一般文字识别方法,并研制出光学字符识别器。60年代出现了采用磁性墨水和特殊字体的实用机器。60年代后期,出现了多种字体和手写体文字识别机,其识别精度和机器性能都基本上能满足要求。如用于信函分拣的手写体数字识别机和印刷体英文数字识别机。70年代主要研究文字识别的基本理论和研制高性能的文字识别机,并着重于汉字识别的研究。-The use of
Finaly
- 印刷体数字识别。已知图片中仅包含一个数字(字体没有旋转),如下图所示,但数字的空间大小不定,字体不定(比如:宋体、黑体、times new roman等)。-Identification of the Numeral Strings. Contains only one digital in the in the a picture is known (font is not rotation), are as follows shown in the figure below, but the
Dr.COMClient-Ver3.73
- 用MATLAB编程的印刷体英文字母识别系统,可以识别26个大写英文字母(MATLAB programming printed English alphabet recognition system, you can identify 26 uppercase letters)
神经网络代码
- 识别印刷体26个大写英文字母的训练网络(任意五个字母),用newff或feedforwardnet构建(A training network (any five letters) that identifies 26 letters of English letters in a printed form, constructed with newff or feedforwardnet)