搜索资源列表
动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例
- 动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例,可以直接运行。
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 2005下编译通过-Continue to neural network programming, bp algorithm, delphi 2005 under the compiler through
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 神经网络的边缘检测方法;第五部 分介绍了一种有效的边缘细化算法,它可以对新方法得到的图像边缘进 一步处理以达到
MATLABImage-processing-algorithms
- BP神经网络MATLAB算法,Matlab灰色预测模型GM(1,1)代码,维纳滤波MATLAB程序,遗传算法优化神经网络程序[matlab]-MATLAB BP neural network algorithm, Matlab gray prediction model GM (1,1) code, Wiener filter MATLAB program, genetic algorithm optimization neural network program [matlab]
BP-matlab-face-recognition-
- 该程序是基于BP神经网络在matlab环境下开发的关于人脸识别的算法,具有参考性!-The program is based on face recognition algorithm BP neural network in matlab development environment, with reference to sex!
BP-neural-network-image-compression
- MATALB 源程序,利用BP神经网络算法实现图像的压缩功能-MATALB source code, using BP neural network to realize image compression algorithms
PSO-BP-image-segmentation
- 籽子群优化算法优化BP神经网络,使用优化后的神经网络对图像进行分割。包括:籽子群优化算法,籽子的编码,最优权值和阈值的后成,基于籽子群优化算法的神经网络的培训,图像的分割。-The BP neural network optimized by Particle Swarm Optimization algorithm for image segmentation
BP
- 利用反馈算法训练人工神经网络进行图像处理-Using feedback artificial neural network training algorithms for image processing
bp-netual-net
- 多层前向反馈式神经网络是目前应用比较广泛的人工神经网络,其中BP(Back Propagation network,简称BP网络)学习算法是最著名的多层前向反馈式神经网络训练算法之一。该算法在图像处理和图像识别领域已经取得令人瞩目的成就,其主要思想是利用已知确定结果的样本模式对网络进行训练,然后利用训练好的网络进行图像的处理或识别。本文将讨论用MATLAB实现BP神经网络对人脸角度的分析。-Multilayer feedforward neural network feedback is us
License-plate-recognition
- 车牌识别代码,与人工神经网络BP算法结合-License plate recognition code, combined with artificial neural network BP algorithm
BP
- BP神经网络的语音特征信号分类算法,采用归一化算法及变学习率学习算法-BP neural network speech characteristic signal classification algorithm, using a normalization algorithm and the learning algorithm learning rate change
Bp.docx
- 基于BP神经网络的人脸识别算法,有详细的关于BP网络的设计步骤以及人脸识别过程-Face recognition algorithm based on BP neural network, a detailed design steps of BP network and facial recognition process
CHENGXU1
- 神经网络BP算法,学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小-Neural network BP algorithm, learning rule is to use the steepest descent method, by back propagation to constantly adjust the network weights and threshold, minimize the error sum of squares of t
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)
BP 神经网络算法 matlab 代码:
- BP 神经网络算法 matlab 代码:(BP neural network algorithm matlab code:)
Untitled2
- BP神经网络基本原理概述:这种网络模型利用误差反向传播训练算法模型,能够很好地解决多层网络中隐含层神经元连接权值系数的学习问题,它的特点是信号前向传播、误差反向传播,简称BP(Back Propagation)神经网络。BP学习算法的基本原理是梯度最快下降法,即通过调整权值使网络总误差最小,在信号前向传播阶段,输入信号经输入层处理再经隐含层处理最后传向输出层处理;在误差反向传播阶段,将输出层输出的信号值与期望输出信号值比较得到误差,若误差较大则把误差信号传回隐含层直至输入层,在各层神经元中使用