搜索结果

找到约 225 项符合 Gauss-Jacobi 的查询结果

人工智能/神经网络 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例程 用matlab解决一些数值分析中常用的算法

用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等
https://www.eeworm.com/dl/665/396446.html
下载: 20
查看: 1050

数学计算 数值方法课程中的程序

数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。
https://www.eeworm.com/dl/641/398261.html
下载: 167
查看: 1051

其他 生成均匀分布伪随机数的c程序代码

生成均匀分布伪随机数的c程序代码,用来生成gauss随即数
https://www.eeworm.com/dl/534/400915.html
下载: 97
查看: 1179

数学计算 一个求函数积分的工具(c/c++写的

一个求函数积分的工具(c/c++写的,用Gauss/legendre方法)
https://www.eeworm.com/dl/641/418584.html
下载: 30
查看: 1039

matlab例程 分别用高斯消去法

分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b
https://www.eeworm.com/dl/665/431162.html
下载: 118
查看: 1061

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

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

matlab例程 The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and perfor

The following Matlab code converts a Matrix into it a diagonal and off-diagonal component and performs up to 100 iterations of the Jacobi method or until 蔚step < 1e-5
https://www.eeworm.com/dl/665/433869.html
下载: 165
查看: 1049

matlab例程 分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时

分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。 ...
https://www.eeworm.com/dl/665/437606.html
下载: 194
查看: 1126

matlab例程 The False-Position method to solve a linear equation The Bisection method to solve linear equation

The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
https://www.eeworm.com/dl/665/439612.html
下载: 186
查看: 1085