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 final prediction error estimate (fpe), the effective number % of weights in the network if it has been trained with weight decay, % an estimate of the noise variance, and the Gauss-Newton Hessian. %
标签: generalization calculates prediction function
上传时间: 2016-12-27
上传用户:脚趾头
用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等
上传时间: 2017-01-25
上传用户:bruce5996
数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。
上传时间: 2017-01-30
上传用户:许小华
生成均匀分布伪随机数的c程序代码,用来生成gauss随即数
上传时间: 2014-12-06
上传用户:685
一个求函数积分的工具(c/c++写的,用Gauss/legendre方法)
上传时间: 2013-11-26
上传用户:semi1981
分别用高斯消去法,三角分解法,Jacobi迭代法,GS迭代法,SOR迭代法求解Ax=b
上传时间: 2017-04-23
上传用户:semi1981
阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修正法。
标签: Levenberg-Marquarat 阻尼 最小二乘法 算法
上传时间: 2014-02-19
上传用户:无聊来刷下
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
标签: off-diagonal following and component
上传时间: 2013-12-23
上传用户:风之骄子
分割算法 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。
上传时间: 2017-05-09
上传用户:ryb
The False-Position method to solve a linear equation The Bisection method to solve linear equation Jacobi Iteration on a 3D plane
标签: equation method linear solve
上传时间: 2014-09-11
上传用户:kelimu