搜索资源列表
约束最小二乘法图像复原MATLAB仿真程序.m
- bucuo
NMF-DTU-Toolbox
- matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法-Usage: [W,H] = nmf(X,K,alg,maxiter,speak) W: output matrix H: output matrix X: input matrix K: number of components alg: algorithm to use maxiter: maximum number of iterations speak: p
yichuansuanfachengxu
- 用遗传算法解决约束问题,最小二乘法优化问题,线性规划,整数规划,二次规划等-Genetic algorithm to solve constrained problems, least squares optimization, linear programming, integer programming, quadratic programming, etc.
ml_least_square_method_p033
- 对线性模型的部分空间约束(1,sin(x/2),cos(x/2),...,sin(5x/2),cos(5x/2))进行最小二乘法学习-Least squares learning is applied to the partial space constraints of the linear model
ml_least_square_method_p036
- Matlab高斯核模型的l2约束最小二乘法学习-Constrained least squares learning with Gaussian kernel model