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

搜索资源列表

  1. ANNOCR

    0下载:
  2. 利用BP网络实现的简单的手写字母识别程序-BP Network simple handwritten letter identification procedures
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:61.3kb
    • 提供者:litsol
  1. neuronet-BP

    0下载:
  2. 用MATLAB做的BP神经网络,能识别简单的图象-do with MATLAB BP neural network can recognize simple images
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:王鑫
  1. Ocrtest

    0下载:
  2. 将BP神经网络应用于汽车车牌的自动识别,提出了一种简单实用的方法,具有很好的应用价值
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:993.25kb
    • 提供者:孙尧
  1. Mybp539

    0下载:
  2. 数据是来源于图像的不变矩提取,这里是用matlab实现的,后面可能需要用vc实现,不过也不一定,数据是由房房同学提供的,说不定不用做 利用最简单的bp神经网络来实现分类,一共两类车辆,这里是模拟实现把,识别效果还能用,先凑合着把,这里的特征提取也够玄乎。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:154.12kb
    • 提供者:车林
  1. bpnetwork.rar

    2下载:
  2. bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
  3. 所属分类:Graph Recognize

    • 发布日期:2016-05-18
    • 文件大小:35.55mb
    • 提供者:刘平
  1. NeuralNetwork

    0下载:
  2. 简单的BP神经网络实现,同时包括实验用的数字点阵模式文件,可以通过训练,识别数字模式。-A simple BP neural networks, also include the number of experimental lattice model file, can be through training, identification number of patterns.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:328.29kb
    • 提供者:金国哲
  1. 213

    0下载:
  2. Matlab在图像处理与目标识别方面的应用实验程序示例。包括三个程序以及详细文档:一、染色体识别与统计,二、汽车牌照定位与字符识别,三、基于BP神经网络识别字符的简单实验-Matlab image processing and target recognition in the application of experimental procedures for example. Consists of three procedures, and detailed documentation:
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:120.81kb
    • 提供者:刘谋鑫
  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
    • 文件大小:104.8kb
    • 提供者:顾国良
  1. re

    0下载:
  2. bp神经网络 数字识别识别 简单方法 matlab平台-failed to translate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-08
    • 文件大小:223.42kb
    • 提供者:王蓝
  1. Chinese-character-recognition

    1下载:
  2. 人工神经网络实现汉字识别,采用了BP算法进行了几个简单汉字的识别-Artificial neural network to achieve the Chinese character recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:1.44kb
    • 提供者:莫侠
  1. numerical-recognition

    0下载:
  2. 应用BP神经网络对图片进行数字识别,设计GUI界面,操作简单。-BP neural network for digital identification, GUI interface design, simple operation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:194.94kb
    • 提供者:杜光亮
  1. myBP

    0下载:
  2. 简单的BP神经网络算法,采用正向传播和方向误差调整的方法,增加学习率使得网络收敛。-Simple BP neural network algorithm, using the forward direction of propagation and error adjustment method to increase the learning rate makes the network convergence.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1.96mb
    • 提供者:liurr
  1. BP算法的手写数字识别

    0下载:
  2. 简单的应用gui界面编写的数字识别。。。。。。
  3. 所属分类:图形/文字识别

  1. bp-detection-of-vehicle-movement

    0下载:
  2. 使用bp神经网络算法来进行车辆的识别检测,通过使用该方法,可以在简单背景下检测出运动的车辆-Use bp neural network algorithm to detect vehicle identification, by using this method, the motion of the vehicle can be detected in a simple background
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-07
    • 文件大小:1.33mb
    • 提供者:sun
  1. DigitRecognize

    1下载:
  2. 基于bp神经网络的数字识别系统,可以识别简单的数字验证码,电话号码等-Digit recognition system based on bp neural network, and can identify the simple digital authentication code, telephone number, etc
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:193.84kb
    • 提供者:方杰
  1. BPandBayeserandzjl

    0下载:
  2. 手写体数字识别的程序,用了三种方法,贝叶斯,最近邻和BP神经网络,用MATLAB编写的,算法简单易懂,结构清晰-Handwritten digital recognition procedures, using three methods, Bayesian, Nearest Neighbor and BP neural network, written in MATLAB, the algorithm is easy to understand, clear structure
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-16
    • 文件大小:164kb
    • 提供者:DawnFan
  1. shoushishibie

    0下载:
  2. 进行手势识别 内涵简单的训练图片和代码 含有图像分割函数(Gesture recognition Concise training pictures and codes Contains image segmentation functions.)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-05-04
    • 文件大小:3.34mb
    • 提供者:ohjony
搜珍网 www.dssz.com