搜索资源列表
chengongde
- 用MATLAB仿真的BP神经网络,采用LM算法,训练出一个比较好的训练曲线,一块发上来共享!
chenggong.m
- lm算法的matlab程序,自己编的,不是库函数
lmbp
- 基于LM算法的神经网络算法,最快的神经网络训练算法,但对内存要求高。-Matlab LM BPNN algorithm develop professional book
levmar2.4.rar
- 著名的LM算法,用来去除错误角点和用来计算图像拼接时候的稳定的变化矩阵。由Manolis I. A. Lourakis编写。C和C++版本,里面也有matlab版本。这个版本是最新的。另外还有一篇介绍LM原理的文章,适合初学者。,Well-known LM algorithm is used to remove the error used to calculate the corner point and the image mosaic when the changes in the sta
LM
- 采用贝叶斯正则化算法提高bp网络的性能,即L-M优化算法-The use of Bayesian regularization algorithm to improve network performance bp, that is, LM optimization algorithm
bys
- 采用贝叶斯正则化算法提高BP网络的推广能力。在本例中,将采用两种训练方法,即L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练BP网络,使其能够拟合某一附加有白噪声的正弦样本数据。-The use of Bayesian regularization algorithm for BP network to improve generalization ability. In this case, two types of training methods will b
shuiwenNeuralNetwork
- 神经网络预测水文年。使用标准BP网络、L-M算法、径向基数(RBF)网络算法,分别对水文年尽心预测和对比-Neural network hydrological year. Using the standard BP network, LM algorithm, radial base (RBF) network algorithm, respectively, years of dedication to the hydrological forecast and comparison
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
bp.example
- 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
lmbp
- 基于LM算法的神经网络算法,最快的神经网络训练算法,但对内存要求高。-Matlab LM BPNN algorithm develop professional book
mLM
- Lm算法是非常有效的非线性最小二乘法,对于光束平差很有用-Lm algorithm is very effective non-linear least squares method is useful for beam adjustment
LM
- 利用MATLAB编写LM算法定位,验证程序可添加-LM position
trainlm
- 使用MATLAB语言写的,LM算法,将LM算法应用于神经网络的训练,大幅提高速度-Using MATLAB language, LM algorithm
LM
- OPencv的LM算法的编程实现,还有matlab编程的的M文件,能运行出结果-OPencv the LM algorithm programming, as well as the M-file matlab programming, able to run out the results
LM
- 批量训练方式,LMBP网络实现异或逻辑。(Batch training mode, LMBP network XOR logic.)
matlab代码
- LM 算法最小二乘法的概念,最小二乘法要关心的是对应的cost function是线性还是非线性函数,不同的方法计算效率如何,要不要求逆,矩阵的维数。(The concept of the least square method of the lm algorithm, the least square method should be concerned whether the corresponding cost function is a linear or nonlinear funct
imm3215
- 深入浅出讲解LM算法,非常适合人工智能领域和算法领域的初学者,(Algoritmo simples explicar LM)
lm
- 最优化算法,使用信赖域法(LM)求解无约束问题。可以实现画出三维图像,通过修改初始点,得到迭代次数和函数值(Optimization algorithm, using LM method to solve unconstrained problems. Three dimensional images can be drawn, and the number of iterations and function values can be obtained by modifying the in
LM算法
- 应用Marquardt方法求解方程的值,里面含有matlab程序代码(Use Marquardt method to solve the value of the equation, which contains Matlab code)
LM算法
- 针对两段不同音频文件进行实验对比。采用LM算法。可以直接运行,效果非常理想。