搜索资源列表
CarNumberRecognizeSys
- 该程序用Delphi 7.0编写,可以实现车牌号的识别,使用到了BP神经网络算法,并具有一定的图像前期处理功能
动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例
- 动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例,可以直接运行。
qpso
- 基于量子行为的粒子群算法的MATLAB的源程序,已测试可以用-Based on the quantum behavior of particle swarm optimization MATLAB source, have been tested can be! !
A_new_algorithm_of_image_compress_based_on_BP_neur
- 本文探讨了神经网络用于图像压缩的方法,提出了一种基于边缘信息检测的BP神经网络压缩方法:按图像各部分像素特征将图像分为平滑块、纹理块和边缘块,不同的分类块采用不同的隐含层数。实验结果证明本算法在在保证重建图像丰富细节的同时,能大大提高图像的压缩比。-This paper discusses the neural network for image compression method, edge information is presented based on BP neural networ
何斌——BP改进算法
- BP神经网路的改进算法 delphi实现,帮帮忙,怎么大家都做过了呢?-BP neural network to achieve improved algorithm delphi, help out how we all done?
BP
- 继续神经网络编程,bp算法,delphi 2005下编译通过-Continue to neural network programming, bp algorithm, delphi 2005 under the compiler through
bp1
- bp神经网络算法,用于分类,识别,很不错-bp neural network algorithm for classification, identification, very good
yichuansuanfaimageseg
- 遗传算法与BP神经网络结合,可以进行彩色图像和灰度图像的分割。-Genetic algorithm and BP neural networks that can be color images and gray-scale image segmentation.
PR_AI_code
- 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
part_237010_200311202__
- 山 东 大 学 硕 士 学 位 论 文:图像边缘检测算法的研究本 文 分 为 七 个 部 分 。第一部分首先阐述了课题的研究背景、意义以 及该领域的发展现状;第二部分介绍了几种经典的边缘检测方法,给出 了这些方法的图像边缘检测结果,并且进行了相关的分析比较;第三部 分阐述了BP 神经网络的结构以及数学模型等相关知识;第四部分具体 介绍了一种新的基于统计向量和BP 神经网络的边缘检测方法;第五部 分介绍了一种有效的边缘细化算法,它可以对新方法得到的图像边缘进 一步处理以达到
BP_rec
- 基于matlab的BP神经网络算法,可用于模式分类-Matlab-based algorithm of BP neural network can be used for pattern classification
bp_matlab
- MATLAB源代码实现BP人工神经网络算法。-BP Neural Network based on MATLAB.
bp
- 基于人工智能bp神经网络算法的逼近BP算法是一种有监督式的学习算法,其主要思想是:输入学习样本,使用反向传播算法对网络的权值和偏差进行反复的调整训练,使输出的向量与期望向量尽可能地接近,当网络输出层的误差平方和小-ai bp Algorithm
BP-neural-network-image-compression
- MATALB 源程序,利用BP神经网络算法实现图像的压缩功能-MATALB source code, using BP neural network to realize image compression algorithms
bp-detection-of-vehicle-movement
- 使用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
87361016GA-BP
- 通过蚁群算法改进bp神经网络,有利于学习(The improvement of BP neural network by ant colony algorithm is beneficial to learning.)
xxuffei-BPWangLuo-ShuZiShiBie-master
- 使用神经网络算法算法进行手写数字的识别功能(Recognition of handwritten numbers using support Vector Machine)
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:)
Untitled2
- BP神经网络基本原理概述:这种网络模型利用误差反向传播训练算法模型,能够很好地解决多层网络中隐含层神经元连接权值系数的学习问题,它的特点是信号前向传播、误差反向传播,简称BP(Back Propagation)神经网络。BP学习算法的基本原理是梯度最快下降法,即通过调整权值使网络总误差最小,在信号前向传播阶段,输入信号经输入层处理再经隐含层处理最后传向输出层处理;在误差反向传播阶段,将输出层输出的信号值与期望输出信号值比较得到误差,若误差较大则把误差信号传回隐含层直至输入层,在各层神经元中使用