搜索资源列表
BP network.matlab平台的基于bp神经网络的遥感图像分类
- matlab平台的基于bp神经网络的遥感图像分类,matlab platform bp neural network-based remote sensing image classification
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.
lpcseg
- 用matlab做的车牌识别的完整源代码,包括车牌定位,二值化,滤波去噪,字符分割,识别,识别部分用的BP网-Matlab do with License Plate Recognition complete source code, including the license plate location, binarization, filtering noise, character segmentation, identification, identification of parts
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
ebp4
- BP神经网络例子,主要用于图像处理以及数据挖掘-Examples of BP neural network, mainly for image processing and data mining
BP
- BP神经网络实线0——9数字识别 MATLAB-BP neural network solid lines 0- 9 Digital Identification MATLAB
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
bp
- bp神经网络开发代码 最基础的神经网络模型 具有训练速度快,学习效果好的特点-bp neural network development code for the most basic neural network training speed, learning good effect
BP_Neural_Netwok-Recognition_License_Plate(MATLAB)
- 基于BP神经网络实现车牌的识别,用MATLAB编写的-BP Neural Netwok , Recognition License Plate ,Matlab
BP神经网络实现手写数字识别matlab实现
- 可以实现手写数字识别,值得学习,很好的源代码。(Handwritten digital books can be realized)
BP神经网络实现手写数字识别matlab实现
- BP神经网络实现手写数字识别matlab实现(Matlab implementation of handwritten digit recognition based on BP neural network)
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.)
BP 神经网络算法 matlab 代码:
- BP 神经网络算法 matlab 代码:(BP neural network algorithm matlab code:)
BP神经网络人脸朝向识别
- 基于matlab平台的BP神经网络人脸朝向识别。(Face orientation recognition of BP neural network)
Untitled2
- BP神经网络基本原理概述:这种网络模型利用误差反向传播训练算法模型,能够很好地解决多层网络中隐含层神经元连接权值系数的学习问题,它的特点是信号前向传播、误差反向传播,简称BP(Back Propagation)神经网络。BP学习算法的基本原理是梯度最快下降法,即通过调整权值使网络总误差最小,在信号前向传播阶段,输入信号经输入层处理再经隐含层处理最后传向输出层处理;在误差反向传播阶段,将输出层输出的信号值与期望输出信号值比较得到误差,若误差较大则把误差信号传回隐含层直至输入层,在各层神经元中使用