-
matlabchinese
Matlab中文帮助,对于我们学习,理解这款软件有很大的帮助(Matlab Chinese help for us to learn, to understand this software very helpful)
- 2010-09-12 23:22:39下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1
-
dag-svm
有向无环图程序,程序较为简洁,包含代码和简要说明。(Directed acyclic graph procedure is relatively simple, containing code and a brief description.)
- 2020-11-03 19:49:53下载
- 积分:1
-
PSO
梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
- 2018-01-29 21:44:10下载
- 积分:1
-
P80216Rev2_D8
802.16协议的阅读文档,详细介绍Wimax设计流程及框架,对准备从事Wimax开发人员必读之作(802.16 protocol to read the document, detailed design process and framework for Wimax, Wimax engaged on the preparation required reading for developers)
- 2010-08-08 11:15:40下载
- 积分:1
-
sampling_square
this code is to sample the signal
- 2011-05-27 16:40:00下载
- 积分:1
-
findminmax_number
在HHT变换后,可用于计算平均周期,即用整个序列的长度分别除以极大值点个数和极小值点个之后求平均(average period prediction)
- 2020-11-15 15:29:42下载
- 积分:1
-
matlab
matlab程序,实现无线通信系统的仿真和性能分析(failed to translate)
- 2013-05-06 16:16:22下载
- 积分:1
-
primal_svm
实现基于主分量的svm分类器.很不错的东东(svm based on primal.)
- 2015-04-03 08:41:14下载
- 积分:1
-
boundary_conditions
在emd中处理边界用到的一个程序,效果很不错。(Treatment of boundary in the emd used a program, the effect is very good.)
- 2014-09-17 19:17:39下载
- 积分:1