-
matlabfuction
matlab常用函数,是一些基本的函数,说明及使用(matlab function)
- 2009-03-08 10:28:51下载
- 积分:1
-
matlab-vrp
车辆路径问题中用遗传算法实现matlab程序 。(The vehicle routing problem matlab genetic algorithm. . . .)
- 2013-04-08 09:42:35下载
- 积分:1
-
otimization-problem
This algorithm solves the otimization problem
min_x | y - A x |_2^2 + lambda Phi(x)
and has applications in compressed sensing, image restoration
and reconstruction, sparse regression, and several other problems.
- 2020-11-22 22:29:35下载
- 积分:1
-
warshall
判断图的连通性,有warshall和矩阵幂判断两种方法。(To determine the connectivity of the graph)
- 2012-06-21 17:29:33下载
- 积分:1
-
hongwike30430
说明: 人脸检测代码,可对人脸进行分割,识别出人脸区域,表识出来,速度也很快
(Face detection code, may be divided on the human face, identified face region, the table know it, the speed quickly)
- 2011-03-06 12:58:28下载
- 积分:1
-
GPstuff-4.5
高斯过程的程序,其中有各种核函数的选择以及系统的详细介绍 是个工具箱 可以慢慢研究(Gaussion process)
- 2015-04-02 14:41:05下载
- 积分:1
-
lizigang_正常计算
说明: MATLAB编写的ode45求解转子系统动力学程序,可用于计算响应和临界转速,程序正常可运行,主程序和函数放在同一个txt文件中。(Ode45 program written in MATLAB for solving rotor system dynamics can be used to calculate response and critical speed. The program can run normally. The main program and function are in the same TXT file.)
- 2019-07-20 14:45:43下载
- 积分:1
-
orrule_under_different_SNR
matlab环境下对使用or规则的融合判决算法的性能仿真(matlab environment, regulations on the use or performance of the fusion decision algorithm simulation)
- 2011-05-20 10:59:19下载
- 积分:1
-
hilbert_phase_sync_ffmd-master
该代码是用MATLAB代码写出,用于生成格雷码,得到物体的三维信息(The code is written in MATLAB code,Used to generate the Gray code, get the object three-dimensional information)
- 2017-02-22 17:13:09下载
- 积分: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