搜索资源列表
sbp
- 用于手写体字符识别的BP神经网络算法,用C语言编写,需要用一定数据的进行训练,然后用三层网络进行识别,可以试一试.-for Handwritten Character Recognition BP neural network algorithm, using C language, need certain data for training, and then use the three-tier network identification, may try.
delphi7
- 首先综述了手写体汉字识别问题及其研究现状,对目前已有方法进行了分类、分析和比较。在此基础上,提出了如下研究目标:从图像认知的角度出发,基于结构分析方法,研究自由手写体汉字的高鲁棒识别问题。着重探讨结构描述的新理论与新方法,以及在各种变形和噪声干扰条件下结构匹配与结构特征提取的新理论与新方法。围绕上述目标,确定了四项研究内容:结构描述方法,结构匹配方法,结构特征提取方法和识别可信度计算方法。针对这些研究内容中拟解决的关键问题,制订了拟采用的研究方案,提出了具体的研究计划。最后,阐述了选题的前沿性,
shouxietishibie
- 通过VC++实现了手写体识别,先训练,,然后就可以识别了-First we use the whole image as the feature, but the running time is too long, so we begin to think about the preprocessing and the feature extraction. We use two methods to extract the feature, first we extract 13 featur
gailvwangluoduishouxietideshibie
- 基于概率神经网络的手写体数字识别,可以尝试作文字图像的辨识- the programm of neural network
code
- 1.基于概率神经网络的手写体数字识别 2.径向基网络预测地下水位 3.BP神经网络实现图像压缩 4.Elman网络预测上证股市开盘价 5.基于自组织特征映射网络的亚洲足球水平聚类-1. Identify 2. RBF neural network forecasting of groundwater 3.BP neural network image compression 4.Elman network forecasting the stock market opened o
英文字母识别
- 基于BP网络的手写体大写字母识别,相对入门(Handwritten Capital Letter Recognition Based on BP Network)
bayes和神经网络的手写体数字识别程序(matlab)
- bayes和神经网络的手写体数字识别程序(matlab)(bayes and neural network handwritten numeral recognition program (matlab))
CNN实现数字手写识别
- 利用卷积神经网络实现数字手写体的识别任务。已经调试完