Gauss-Newton
探索高斯-牛顿法的精妙之处,掌握非线性最小二乘问题求解的关键技术。适用于信号处理、控制系统优化及机器学习等领域,是电子工程师不可或缺的算法工具。通过262个精选资源深入学习,从基础理论到实际应用案例,全面提升您的专业技能。立即访问,开启高效优化之旅!
资源总数
195
Gauss-Newton 热门资料
查看全部 195 份 →load flow algorithm, with entering bus data and line data it solves the load flow with newton method
load flow algorithm, with entering bus data and line data it solves the load flow with newton method.
2014-01-22
189
fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS !高斯列主元消去法模块 contains subroutine LINEQ(A,B,X,N) !高斯列主元消去法 implicit real*8...
2018-06-15
2
We can see that using Gauss-Seidel iterative methods need only 13 timed to make   =
We can see that using Gauss-Seidel iterative methods need only 13 timed to make      ...
2016-02-06
152
This code is to estimate the parameter of model of Mixture Gauss which is popular model used in patt
This code is to estimate the parameter of model of Mixture Gauss which is popular model used in pattern classification ....
2015-04-10
69