CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - alphabet recognition neural network

搜索资源列表

  1. hopfield_matlab

    0下载:
  2. 基于matlab的hopfield神经网络识别带噪声字母的源代码,很经典!-based on Matlab hopfield neural network recognition of the alphabet with the noise source, classic!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31.49kb
    • 提供者:
  1. Neural-Network-Character-Recognition

    0下载:
  2. MATLAB 神经网络用于英文字母图像和数字的识别源程序-MATLAB neural network for images and the number of letters of the alphabet to identify the source
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:222.07kb
    • 提供者:吕文华
  1. mshshb

    1下载:
  2. 利用神经网络进行字符识别。字符识别时模式识别的一个典型应用。本源码将训练BP神经网络使其能过对26个英文字母进行识别。-The use of neural network character recognition. When character recognition of a typical pattern recognition application. The source will be training BP neural network to enable them to have
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.21kb
    • 提供者:qiulan
  1. S060503032

    0下载:
  2. 神经网络的源代码,关于字符识别的一些东西-Neural network source code, something about character recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2.48kb
    • 提供者:chenkai
  1. Hebut_CS_044719_Graduation_Design

    0下载:
  2. 基于BP神经网络的英文字母识别,本程序使用BP神经网络,进行对英文字母的识别-BP neural network based on English letter recognition, this program uses BP neural network for recognition of English alphabet
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:549.44kb
    • 提供者:王磊
  1. zimufenlei

    0下载:
  2. 字母识别的一种应用并配有简单的分类器及基于BP网络的英文字母识别系统-Letters of application and identify with simple classifier based on BP neural network, and the English alphabet recognition system
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:28.61kb
    • 提供者:zsm126126
  1. BP-Letters

    1下载:
  2. 基于BP神经网络的手写英文字母识别,使用C#语言编写,含字母图片-Based on BP neural network Handwritten English letters recognition, the use of C# language, including alphabet picture
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:338.77kb
    • 提供者:kelven
  1. alphabet-recognition

    0下载:
  2. 基于BP神经网络进行26个英文字母识别,试验过,能够运行-Based on BP neural network with 26 letters of the alphabet to identify, test, and be able to run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:53.96kb
    • 提供者:yang
  1. Letter-recognition

    0下载:
  2. 基于神经网络, 采用 Matlab 6. 5 和 Visual C, 设计一个字母识别系统。 该系统通过对 BMP 图片的二值化 处理,在 VC 环境下调用 Matlab,并将把二值化后的数据进行网络训练,从而实现 26 个英文字母的识别。 系统性能的测试表明,系统所训练的神经网络有很好的抗干扰能力。-The design letter recognition system based on neural network, using Matlab 6. 5 and Visual C,. T
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:119.72kb
    • 提供者:王朝
  1. Example1

    0下载:
  2. 运用神经网络对26个大写的英文字母进行识别,对英文字母进行一定的图像处理,之后用神经网络进行分类-The use of neural network 26 uppercase letters of the alphabet recognition, the letters of the alphabet for a certain image processing, followed by neural network classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:622byte
    • 提供者:田丹
  1. Example1Tr

    0下载:
  2. 运用神经网络对26个大写的英文字母进行识别,对英文字母进行一定的图像处理,之后用神经网络进行分类-The use of neural network 26 uppercase letters of the alphabet recognition, the letters of the alphabet for a certain image processing, followed by neural network classification
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:913byte
    • 提供者:田丹
  1. preprocess

    0下载:
  2. 运用神经网络对26个大写的英文字母进行识别,对英文字母进行一定的图像处理,之后用神经网络进行分类-The use of neural network 26 uppercase letters of the alphabet recognition, the letters of the alphabet for a certain image processing, followed by neural network classification
  3. 所属分类:Graph Recognize

    • 发布日期:2015-06-26
    • 文件大小:1kb
    • 提供者:田丹
  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
    • 文件大小:65kb
    • 提供者:可了
  1. NN_Recognition

    0下载:
  2. 1、输入80乘80的英文手写字母图像,对训练数据进行训练,然后输入测试数据,完成字母识别。 2、txt文档详细说明如何配置、运行,一般情况下可以直接运行成功。 3、主要原理采用神经网络进行手写字母识别,准确率较高。 -1, enter 80 x 80 handwritten English alphabet image, the training data for training, and then enter the test data, complete the letter
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-01
    • 文件大小:578.57kb
    • 提供者:邵曈
  1. Letter-recognition

    0下载:
  2. 能够利用matlab对26个英文字母进行识别,利用BP神经网络的背景-You can use matlab to identify 26 letters of the alphabet, using BP neural network background
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:239.38kb
    • 提供者:朱盼盼
  1. zi-mu-shibie-alphabet-recognition

    0下载:
  2. 用MATLAB实现26个字母的识别,采用神经网络算法实现的。-MATLAB 26 letters recognition, USES the neural network algorithm.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:868.41kb
    • 提供者:robin-lu
  1. English-letter-recognition-

    0下载:
  2. 此源码包是基于神经网络的英文字母识别系统。系统能根据像素点的形状识别出是哪一个英文字母,并显示在UI界面中。-This source code package is the English alphabet recognition system based on neural network. The system can identify the shape of the pixel which is a letter, and displayed in the UI interface.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:60.59kb
    • 提供者:cyh
搜珍网 www.dssz.com