搜索资源列表
bpnetwork.rar
- bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
matlab(BP).rar
- BP神经网络,可以处理图像进行分类等各种处理的源码,BP neural network image processing source code
bp1
- bp神经网络算法,用于分类,识别,很不错-bp neural network algorithm for classification, identification, very good
basedon_BP
- 人脸识别,基于BP神经网络的人脸图像识别方法的研究。-Face Recognition Based on BP Neural Network Face Recognition Method.
BP_Net_work_for_character_recongnize
- 利用BP神经网络进行数字和字母识别,对于研究车牌识别的朋友具有重要的参考意义-Using BP neural network to identify numbers and letters, the study of License Plate Recognition friends the meaning of an important reference
yichuansuanfaimageseg
- 遗传算法与BP神经网络结合,可以进行彩色图像和灰度图像的分割。-Genetic algorithm and BP neural networks that can be color images and gray-scale image segmentation.
Matlab_Image_Processing
- 林健写的Matlab在图像处理与目标识别方面的应用实验,包括染色体识别与统计、汽车牌照定位与字符识别、基于BP神经网络识别字符的简单实验。-Lam Kin Writing at the Matlab image processing and target recognition application experiments, including chromosome identification and statistics, vehicle license positioning and c
BP_rec
- 基于matlab的BP神经网络算法,可用于模式分类-Matlab-based algorithm of BP neural network can be used for pattern classification
shuzishibie(matlab)
- 本程序能实现离线的数字识别,在MATLAB下运行,同时可以用其中部分代码实现图像的灰度,二值化,细化,归一化等功能,采用Bp神经网络。-This procedure can achieve the number of off-line identification, in the MATLAB run, at the same time part of the code can achieve one of the gray-scale images, binarization, thinnin
ebp4
- BP神经网络例子,主要用于图像处理以及数据挖掘-Examples of BP neural network, mainly for image processing and data mining
shibie
- 基于bp神经网络的车牌字符识别源程序,采用字符比对的方式进行切割-The structures of the neural networks were designed using a constructive algorithm where the basic idea was to start with a small network,then add hidden units and weights incrementally until a satisfactory solution b
Neural-Network-pattern-recognition
- bp人工神经网络模式识别教程示例,研究人脸识别 手势识别有帮助-bp nervel network trainning and recognition ,e.g:face & dynamic hand gesture detection and face recognition .I hope it would be very useful for researcher !
bp
- bp神经网络开发代码 最基础的神经网络模型 具有训练速度快,学习效果好的特点-bp neural network development code for the most basic neural network training speed, learning good effect
shenjingwangluo
- 采用BP神经网络的车牌字符识别方法研究,分析各种方法-ok
gg
- 模式识别,包括分类器的设计,字符识别,以及BP神经网络-recogition
BP_Neural_Netwok-Recognition_License_Plate(MATLAB)
- 基于BP神经网络实现车牌的识别,用MATLAB编写的-BP Neural Netwok , Recognition License Plate ,Matlab
bp-netual-net
- 多层前向反馈式神经网络是目前应用比较广泛的人工神经网络,其中BP(Back Propagation network,简称BP网络)学习算法是最著名的多层前向反馈式神经网络训练算法之一。该算法在图像处理和图像识别领域已经取得令人瞩目的成就,其主要思想是利用已知确定结果的样本模式对网络进行训练,然后利用训练好的网络进行图像的处理或识别。本文将讨论用MATLAB实现BP神经网络对人脸角度的分析。-Multilayer feedforward neural network feedback is us
BP神经网络实现手写数字识别matlab实现
- 可以实现手写数字识别,值得学习,很好的源代码。(Handwritten digital books can be realized)
spam_email
- 利用BP神经网络对邮件分类,2分类,实现反向传播算法细节,非直接函数调用(BP neural network is used to classify mail, 2 classifications, to implement the details of backpropagation algorithm, non direct function call.)
Untitled2
- BP神经网络基本原理概述:这种网络模型利用误差反向传播训练算法模型,能够很好地解决多层网络中隐含层神经元连接权值系数的学习问题,它的特点是信号前向传播、误差反向传播,简称BP(Back Propagation)神经网络。BP学习算法的基本原理是梯度最快下降法,即通过调整权值使网络总误差最小,在信号前向传播阶段,输入信号经输入层处理再经隐含层处理最后传向输出层处理;在误差反向传播阶段,将输出层输出的信号值与期望输出信号值比较得到误差,若误差较大则把误差信号传回隐含层直至输入层,在各层神经元中使用