CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bp 数字识别

搜索资源列表

  1. BcchhardivP

    0下载:
  2. 运用BP神经网络进行字符识别的系统源码码,能进行有效数字字符识别。 可直接使用。 -BP neural network character recognition system source code, and effective digital character recognition. Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1562
    • 提供者:对手
  1. PPatternclassa

    0下载:
  2. 模式分类识别数字,包括BP识别,和径向基,主要是是径向基是我自己写的 ,经测试可直接使用。 -Pattern classification to identify figures, including BP recognition, and radial basis, mainly the Radial Basis myself, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:354596
    • 提供者:lmargin
  1. bp_network_main

    0下载:
  2. BP神经网络的基本算法,能够识别数字区域-BP neural network algorithm, able to recognize the digital area
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:981
    • 提供者:六六
  1. digital-recognition

    0下载:
  2. 基于bp神经网络实现图像的数字检测提取和识别-bp neural network digital detection extraction and recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:250858
    • 提供者:张三
  1. CharRec

    0下载:
  2. 字符识别的源码,可识别数字和英文。包括图像处理和模式识别的内容。图像处理包含转灰度图、二值化、滤波、细化、分割、规格化等。模识别部分包含欧式距离的模板匹配和BP神经网络。-Character recognition source code, can recognize numbers and English. Including image processing and pattern recognition. Contains to grayscale image processing, bi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-12
    • 文件大小:784848
    • 提供者:李龙
  1. Terrain-Pattern-Recognition(CPP)

    0下载:
  2. 用于BP神经网络的数字地图模式识别,可用于飞行轨迹跟踪-BP neural network for digital map pattern recognition can be used to track the flight path
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:21811
    • 提供者:wuhuzi
  1. handwritten-digits-recognition

    0下载:
  2. 用Skeletonization剪枝方法精简BP神经网络结构,提高网络泛化能力,对手写数字进行识别。-Skeletonization pruning method using BP neural network architecture to streamline and improve the network generalization ability of the handwritten digits recognition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:175317
    • 提供者:屠海斌
  1. MyOpenCVConsole

    0下载:
  2. 常用的opencv图像特征提取算法。包括直方图、边缘检测、角点检测、直线提取、圆形提取等。并包括不太成熟的BP神经网络识别纯底色数字。-Commonly used opencv image feature extraction algorithm. Including histograms, edge detection, corner detection, line extraction, circular extraction. And includes less mature pure b
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1098207
    • 提供者:李继鸿
  1. BP_num_rec

    0下载:
  2. 基于BP网络算法,实现对图片中数字的识别,识别率高于90 .-BP network algorithm to achieve the recognition of digital images, identifying more than 90 .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:3787
    • 提供者:熊大
  1. NUMBER-RECOGNITION

    0下载:
  2. BP神经网络进行字符识别,主要是数字的识别,可以实现-bp neural network implementation number recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1734
    • 提供者:
  1. nnetwk

    3下载:
  2. 一个基于BP神经网络的matlab手写识别程序,可识别0-9的数字,如果加点英文字母的图片,再改改参数,应该能识别英文。-Based on BP neural network matlab handwriting recognition program that identifies 0-9, if the English alphabet picture plus point, and then changed the parameters, should be able to identif
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-04
    • 文件大小:66560
    • 提供者:可了
  1. sample4

    0下载:
  2. 工神经网络(Artificial Neural Network)又称连接机模型,是在现代神经学、生物学、心理学等学科研究的基础上产生的,它反映了生物神经系统处理外界事物的基本过程,是在模拟人脑神经组织的基础上发展起来的计算系统,是由大量处理单元通过广泛互联而构成的网络体系,它具有生物神经系统的基本特征,在一定程度上反映了人脑功能的若干反映,是对生物系统的某种模拟,具有大规模并行、分布式处理、自组织、自学习等优点,被广泛应用于语音分析、图像识别、数字水印、计算机视觉等很多领域,取得了许多突出的成果
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:100613
    • 提供者:沈阳阳
  1. ex2_22_1

    0下载:
  2. 设计一个三层BP神经网络,并训练它来识别0,1,2, ,9,A, ,F,这16个十六进制已经被数字成像系统数字化了,其结果是对应每个数字有一个5 3的布尔量网络。例如0用[1 1 1 1 0 1 1 0 1 1 0 1 1 1 1]表示;1用[0 1 0 0 1 0 0 1 0 0 1 0 0 1 0]表示;2用[1 1 1 0 0 1 0 1 0 1 0 0 1 1 1]表示,等等。-Design a BP neural network and tra
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:961
    • 提供者:张玮玮
  1. HandWeitenNumRecognition

    0下载:
  2. 通过学习BP神经网络技术,对手写数字进行识别,基于结构的识别法及模板匹配法来提高识别率。-Through the study of BP neural network technology, digital handwriting identification, structure-based identification method and template matching method to improve the recognition rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:436797
    • 提供者:fang
  1. car

    0下载:
  2. 基于BP神经网络的车牌识别系统,可以自动分割出车牌,分割车牌字符和数字,可以识别字符引文和数字,还有一个我结课的一个小论文。运行run.m即可-BP neural network-based license plate recognition system that can automatically segment the license plate, license plate characters segmentation and numbers, you can identify the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3681844
    • 提供者:amoryou
  1. blog_code

    0下载:
  2. 针对10个数字的识别问题,本文利用BP 神经网络进行了实验-For 10-digit identification problem, we use BP neural network experiments
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2460672
    • 提供者:bei
  1. bptrainrec

    0下载:
  2. BP训练并识别,可以加载一定的模板图片,例如(数字1,2,3.。。9)。-BP train
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1521
    • 提供者:fafafa
  1. BPshibie

    0下载:
  2. BP神经网络识别系统识别环节的C++代码,主要用于识别英文和数字-BP neural network recognition system links C++ code, mainly used to identify English and digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5470
    • 提供者:Aimee Chen
  1. bpshuzi

    0下载:
  2. 通过Matlab基于BP神经网络实现数字0~9的识别。首先创建50个训练样本供网络学习,根据训练样本的特点确定输入层、输出层神经元个数,并确定隐含层神经元个数,完成对BP神经网络的设计;然后将训练样本输入BP网络中,完成对网络的训练;最后通过20个测试样本测试训练完成的网络性能,并显示识别结果。-Digital  recognition based on BP neural network.First according to the  characteristics of th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:897
    • 提供者:璇璇
  1. bp_orc

    0下载:
  2. 用BP网络算法实现对含噪声0到9数字的识别-BP network to recogonize number 0 to 9
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:76370
    • 提供者:yanjun
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com