-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
BVAR
var模型的实现。针对var模型的算法,估计模型的参数。并对其进行检验(achieve var model. Var model for the algorithm, the estimated parameters of the model. And its test)
- 2013-12-03 16:45:28下载
- 积分:1
-
代码
说明: MATLAB 代码
第1章 BP神经网络的数据分类——语音特征信号分类
第2章 BP神经网络的非线性系统建模——非线性函数拟合
第3章 遗传算法优化BP神经网络——非线性函数拟合
第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优
第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模
第6章 PID神经元网络解耦控制算法——多变量系统控制
第7章 RBF网络的回归--非线性函数回归的实现
....等58章(MATLAB code
The first chapter is BP neural network data classification -- speech characteristic signal classification
The second chapter is the nonlinear system modeling of BP neural network nonlinear function fitting
The third chapter, genetic algorithm optimization BP neural network - nonlinear function fitting
The fourth chapter, neural network, genetic algorithm, function extreme value optimization nonlinear function extremum seeking
The fifth chapter is based on BP_Adaboost's strong classifier design -- the company financial early-warning model
The sixth chapter is PID neural network decoupling control algorithm multivariable system control
The seventh chapter is the regression of RBF network the realization of nonlinear function regression
.........the last is 58 chapters)
- 2020-11-06 21:09:49下载
- 积分:1
-
Bai6-Nhapxuat
Maple
Bai 6: Nhap xuat
- 2010-11-28 11:59:40下载
- 积分:1
-
1
bp_innerloop.m
Inner loop of the backpropagtion learning algorithm.
One hidden layer. Uses tanh as the transfer function.
Uses the following global variables for input and/or output:
Inputs1 - input patterns
Desired - desired output patterns
LearnRate - learning rate parameter
Momentum - momentum parameter
DerivIncr - increment to the derivative of the transfer function
(Fahlman s trick typical value 0.2)
Weights1 - first weight layer (updated by this routine)
Weights2 - second weight layer (updated by this routine)
deltaW1 - initialize to 0 before first call
deltaW2 - initialize to 0 before first call
TSS - total sum-squared error (set by this routine)
Recurrent state
- 2013-05-18 03:38:49下载
- 积分:1
-
7e
说明: this is simple signal processing matlab code
- 2012-02-04 15:57:33下载
- 积分:1
-
EXAMPL_5
仿真最佳升余弦滚降系统,其中信噪比可调。(Simulation of the best raised cosine roll-off system, adjustable noise ratio.)
- 2008-04-10 11:43:27下载
- 积分:1
-
matlab7.0
matlab7.0 编程基础 电子教程,大家看看有需要的吗(matlab7.0 based electronic programming guide, we need to look at?)
- 2007-07-09 11:50:48下载
- 积分:1
-
zfsb
字符识别(matlab程序)下载
可以直接运行使用(Character Recognition (matlab program) can be directly downloaded to run the use of)
- 2007-11-07 22:12:48下载
- 积分:1
-
parabolic_moveout
计算抛物线谱的一个MATLAB程序,希望对大家有帮助(A program to compute parabolic spectra.)
- 2013-05-22 18:34:52下载
- 积分:1