搜索资源列表
BPexample
- 开发环境:Matlab 简要说明:动量-自适应学习调整算法。在实际应用中,原始的BP算法很难胜任,因此出现了很多的改进算法。BP算法的改进主要有两种途径,一种是采用启发式学习方法,另一种则是采用更有效的优化算法。本例采用动量BP算法,来实现对网络的训练过程,动量法降低了网络对于误差曲面局部细节的敏感性,有效地抑制网络陷于局部极小。-development environment : Matlab Brief Descr iption : Momentum-adaptive learning
locallinear
- 用matlab自编的基于自适应局部线形化的软件可靠性模型.效果非常良好.源程序和数据集都有,可以直接运行.-using Matlab-based adaptive self Local Alignment of software reliability models. The effect was very good. source code and data sets have, and can directly operation.
K_smooth
- The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adaptive nonparametric regression estimation with a kernel method. Roughly speaking, the method performs a local averaging of the observations when es
corner_detector
- 我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Co
my_Histeq4
- 自适应邻域的局部直方图均衡化算法 自适应邻域的局部直方图均衡化算法-Local Adaptive neighborhood histogram equalization algorithm
acp
- 蚁群算法是通过模拟蚂蚁觅食而发展出的一种新的启发算法 基于群体的协作与学习 该算法已 经成功地解决诸如× ≥° 问题等多种组合优化问题 本文提出了一种基于自适应调整信息素的改进蚁群算法 该算法根据人工蚂蚁所获得解的情况 动态地调整路径上的信息素 从而使得算法跳离局部最优解 通过仿真 实验获得的结果表明 该算法对于蚁群算法
SAPSO
- 权重改进粒子群算法中的自适应权重法,平衡了PSO算法的全局探索能力和局部改良能力-Weight improved particle swarm algorithm in the adaptive weighting method to balance the global exploration of the PSO algorithm is improved capacity and capacity of local
pro_2
- 用局部参数最优化方法设计一个模型参考自适应系统,可调增益的初值Kc(0)=0.2,给定值r(t)为单位阶跃信号,即r(t)=A×1(t)。 要求: 1把连续系统离散化(采样时间可取0.1)。 2编制并运行这个系统的计算机程序(注意调整B值,使系统获得较好的自适应特性)。 3记录ym、yp的曲线 记录kp×kc的曲线 记录广义输出误差e的变化曲线。 4在参数收敛后,让Kp=2变为Kp=1,重新观察Kp×Kc及e的变化曲线。 5找出在确定的B值下,使系统不稳定的A值(阶跃信号
Anadaptiveantcolonyalgorithmanditssimulation
- 蚁群算法是一种新型的进化算法,蚁群算法与其它进化算法同样存在易于限于局部最小点等缺陷.本文提出一种自适应的蚁群算法雌克服上述缺陷。通过自适应地改变算法的挥发度等系数,本文中的算法可以在保证收敛速度的条件下提高解的全局性,通过对TSP问题的仿真证明本文中的算法相对与原始的蚁群算法收敛速度和解的性能椭一定的提高.-Ant colony algorithm is a new evolutionary algorithm, evolutionary algorithm ant colony algori
9527
- exercise1:为基于小波变化与局部能量的图像融合方法 exercise2:为基于自适应算法的图像融合算法 myfunction1~myfunction5:为性能指标评价函数-exercise1: To change and local energy based on wavelet image fusion method exercise2: adaptive algorithm based image fusion algorithm myfunction1 ~ myfuncti
Kernel-Adaptive-Filtering
- This book presents a comprehensive and unifying introduction to kernel adaptive fi ltering. Adaptive signal processing theory has been built on three pillars: the linear model, the mean square cost, and the adaptive least - square learning algo
Rectangle
- 矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of
vp_code_Gabor
- 这个代码能够比较精确地实现图像中道路区域的分割与提取。-This code addresses this question by decomposing the road detection process into two steps: the estimation of the vanishing point associated with the main (straight) part of the road, followed by the segmentation of
2005local-mean-decomposition
- 2005年J.S.Smith提出的局域均值分解LMD(Local mean decomposition)的原始文献,该方法可用于故障诊断、特征提取、振动信号分析等多领域,是较EMD更为温和的一种自适应算法,目前是热门研究方法。-This is the original article about LMD——Local mean decompositon. Ihis method is a novel adaptive decomposition. It is more better than E
shaffer
- 在实现基本DNA进化算法的基础上,提出对于概率取值使用自适应策略,最后利用模拟退火算法良好的局部寻优功能和DNA进化算法结合,通过对测试函数的测试,证明改进后的算法性能很好-Achieve basic DNA evolutionary algorithm based on the use of adaptive strategy proposed for the probability value, the final use of the simulated annealing algorit
cvpr12_xu_code
- 视觉追踪通过自适应构造局部视觉模型,追踪效果比较好-Visual Tracking via Adaptive Structural Local Appearance Model
enhanced-BP
- bp神经网络改进算法加入局部学习率自适应调整机制程序用于拟合函数-bp Neural Network Algorithm local learning rate adaptive adjustment mechanism procedure for fitting function
sapso
- 为了平衡粒子群算法的全局搜索能力和改良局部能力,采用非线性的动态惯性权重即自适应权重法。给出一个用自适应权重的粒子群算法求多元复杂函数的最小值实例。-To balance the PSO global search capability and improved local capacity, the use of non-linear dynamic adaptive inertia weight that the weighting method. Gives an adaptive wei
yi_qun_suan_fa
- 这种算法是目前国内外启发式算法中的研究热点和前沿课题,被成功地运用于旅行商问题的求解,蚁群算法在求解复杂优化问题方面具有很大的优越性和广阔的前景。但是,根据观察实验发现,蚁群中的多个蚂蚁的运动是随机的,在扩散范围较大时,在较短时间内很难找出一条较好的路径,在算法实现的过程中容易出现停滞现象和收敛速度慢现象。在这种弊端的情况下,学者们提出了一种自适应蚁群算法,通过自适应地调整运行过程中的挥发因子来改变路径中信息素浓度,从而有效地克服传统蚁群算法中容易陷入局部最优解和收敛速度慢的现象。-This a
sauvola
- The implemented Sauvola method uses integral images for fast computation of the threshold function. The Sauvola method is described in: J. Sauvola and M. Pietikainen, Adaptive document image binarization, Pattern Recognition 33, 2000. - ht
