说明:example of matlab,optimization method which is used with different model.it will be useful for whom they want to learn Matlab by themselves8
说明:一种自动摄像机标定方法的实现.可以方便标定摄像机-An automatic camera calibration method to achieve. Camera calibration can be easily
说明:联合对角化方法,用于对多个矩阵同时进行联合对角化,主要用处是盲源分离。-joint diagonalization method for the same time on a number of joint matrix diagonalization, the main use is Blind ...
说明:a modified interior method for linear regression is described in a very simple matlab program
说明:This is a simple implementation of invese CDF sampling method using matlab. The target function used in this file is a multinomial distribution. ...
说明:共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各...