搜索结果

找到约 129 项符合 newton-raphson 的查询结果

其他行业 数值分析中

数值分析中,使用newton迭代法进行计算的程序
https://www.eeworm.com/dl/668/297880.html
下载: 152
查看: 1026

数学计算 muller法解方程

muller法解方程,是Newton法解方程的一种改进,计算更简单
https://www.eeworm.com/dl/641/315225.html
下载: 188
查看: 1029

数学计算 数值计算算法

数值计算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求实系数多项式 方程的实根、复根 (8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT) ...
https://www.eeworm.com/dl/641/366673.html
下载: 63
查看: 1025

matlab例程 包括二分法

包括二分法,Newton下山法和improved Newton迭代法
https://www.eeworm.com/dl/665/368551.html
下载: 43
查看: 1030

matlab例程 This function calculates Akaike s final prediction error % estimate of the average generalization e

This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of % weights in the network if the network has been train ...
https://www.eeworm.com/dl/665/384088.html
下载: 180
查看: 1106

人工智能/神经网络 This function calculates Akaike s final prediction error % estimate of the average generalization e

This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) % produces the fin ...
https://www.eeworm.com/dl/650/384094.html
下载: 53
查看: 1124

matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , w ...
https://www.eeworm.com/dl/665/384109.html
下载: 78
查看: 1074

matlab例程 研一刚上完数值分析

研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。
https://www.eeworm.com/dl/665/397069.html
下载: 131
查看: 1030

文章/文档 阻尼最小二乘法(即Levenberg-Marquarat算法)

阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修正法。
https://www.eeworm.com/dl/652/432151.html
下载: 84
查看: 1193

数学计算 常用数值算法的C++源码

常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。
https://www.eeworm.com/dl/641/442885.html
下载: 150
查看: 1038