CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - 网络训练

搜索资源列表

  1. nn

    0下载:
  2. 神经网络训练,可参考相应的文章,杜达《模式分类》等
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:53601
    • 提供者:shenghong.chen
  1. chepai

    0下载:
  2. 能对车牌定位,分割,运用神经网络训练识别
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:277182
    • 提供者:周珍娟
  1. face_recognition_source

    0下载:
  2. 该程序用java结合神经网络训练的方法实现了人脸识别的功能。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:20822
    • 提供者:孙继开
  1. BP网络

    0下载:
  2. 这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimization method
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4676
    • 提供者:王宏志
  1. Classify

    2下载:
  2. VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:587865
    • 提供者:杜红艳
  1. Matlab实现基于神经网络的文字/字母识别

    6下载:
  2. 程序运用于MATLAB,实现了神经网络的文字识别,目前是对英文字母,当然对汉字要难些,而且可能会不是特别准确(因为需要训练的样本多了)。
  3. 所属分类:图形/文字识别

  1. RbfSingleCharRecognition

    0下载:
  2. 径向基神经网络的字符和数字识别程序,在训练的基础上进行识别-RBF neural network and digital character recognition program, the training conducted on the basis of identification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:1142
    • 提供者:zhangguoqing
  1. Classification

    1下载:
  2. 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classificat
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:517662
    • 提供者:yutao
  1. DigitalRec

    0下载:
  2. 手写体数字识别的VC实现 使用神经网络算法对手写体数字进行识别,训练后识别率可达90%左右。-Handwritten Digit Recognition of the VC to achieve the use of neural network algorithm for handwritten numeral recognition, training, recognition rate can reach about 90.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:59542
    • 提供者:lissdd
  1. shibie

    0下载:
  2. 基于bp神经网络的车牌识别系统 神经网络部分训练有待提高-The design of intelligent transportation systems for applications such as electronic toll,traffic flow analysis,speed Limit and red light violation enforcement has been attracted an increasing attention from researchers.I
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:3200
    • 提供者:maliguo
  1. BPneuralnetworkbasedonthematlab

    0下载:
  2. 一个基于BP神经网络的matlab程序可以实现对几种字体0-9的数字识别这个文件训练网络的压缩包-BP neural network based on the matlab program can achieve several fonts 0-9 to identify the document number of the compressed packet network training
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:35706
    • 提供者:nikai
  1. Recog

    0下载:
  2. 用于数字字符识别。包括对含有数字的图片进行二值化,去噪,分隔字符,归一化处理,训练神经网络并识别。-For digital character recognition. Including the number of pictures that contain binary, denoising, separation characters, normalization, and identification of training neural networks.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3283694
    • 提供者:marui
  1. handwrite-number-recognition

    0下载:
  2. 手写数字识别是“光学字符识别技术”(简称OCR)的一个分支,它研究的对象是:如何利用电子计算机自动辨认人手写在纸张上的阿拉伯数字。它包含样本图片,可以对图片进行预处理,特征提取,还可以给出网络训练的误差指数曲线图-How to use electronic computer automatically recognized people handwritten on paper Arabic numerals.It contains sample pictures, pictures can
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:315458
    • 提供者:柯冰凌
  1. BP---recognize-characters

    0下载:
  2. 采用三层BP神经网络训练样本,读取训练好的网络识别字符-Three-layer BP neural network training samples, read the trained network to recognize characters
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:324812
    • 提供者:
  1. recog_ANN3

    0下载:
  2. 用于数字和字母识别的神经网络训练和识别代码-For numbers and letters identify the neural network training and the identification code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4143781
    • 提供者:朱安娜
  1. shuzishibie

    1下载:
  2. 一个简单的数字识别,运用的BP神经网络训练,gui界面-A simple digital identification, the use of the BP neural network training, gui interface
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:107311
    • 提供者:顾国良
  1. bp-classification

    0下载:
  2. 先对矩阵归一化,然后用BP网络训练,最后用训练好的网络进行识别分类 -First matrix normalized, and then BP network training, the final identification and classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:722
    • 提供者:张蕾
  1. shibie

    0下载:
  2. 数字识别,包括0至9还有字母M,使用BP神经网络训练,训练精度到0.001-Digital identification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:247186
    • 提供者:尹立
  1. number

    0下载:
  2. 基于神经网络训练测试,能识别0-9个数字,字体可不同-Neural network training based tests can identify numbers 0-9, fonts can be different
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:32700
    • 提供者:浩子
  1. face_recognition

    0下载:
  2. 使用BP三层网络训练,进行人脸的五个朝向识别(Face orientation recognition)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-21
    • 文件大小:5601280
    • 提供者:zhuheting1515
« 12 3 4 5 6 »
搜珍网 www.dssz.com