-
MATLAB-Optimization
主要描述Matlab优化实例。主要包括线性规划问题、foptions函数、非线性规划问题、“半无限”有约束的多元函数最优解、极小化极大(Minmax)问题、多目标规划问题、最小二乘最优问题和非线性方程(组)求解。
(The main description Matlab optimization instance. Mainly include linear programming problem, function foptions, nonlinear programming problem, " a semi-infinite constrained multi-function optimal solution, minimization great (MinMax), a multi-objective programming problems, least squares optimization problem and non- linear equation (group) to solve.)
- 2013-05-18 11:32:32下载
- 积分:1
-
Caponbeamforming
capon波束形成算法,经典的波束形成算法,能有效形成波束(Capon beamforming algorithm, the classic beam forming algorithm, can effectively form the beam)
- 2020-12-08 00:09:20下载
- 积分:1
-
dataTranlate
说明: 实现公历和农历之间的相互转换.包含了1899年到2100年202年的工农历数据,可以实现相互转换。(use to translate standard date and chinese data)
- 2010-03-23 20:16:32下载
- 积分:1
-
adaboost_version1e
这是一个经典的形变模型实施,在一个单一的文件用简单的可以理解的代码。
功能包括两部分一个简单的弱分类器和一个促进部分:
弱分类器试图找到最佳阈值的数据维数对数据进行分离成两个阶级1和1
要求的进一步提高分类器部分迭代,每一步是变化分类权重miss-classified例子。这造成了一连串的“弱分类器”,表现得像一个“强大分类器”
(This a classic AdaBoost implementation, in one single file with easy understandable code.
The function consist of two parts a simple weak classifier and a boosting part:
The weak classifier tries to find the best threshold in one of the data dimensions to separate the data into two classes-1 and 1
The boosting part calls the classifier iteratively, after every classification step it changes the weights of miss-classified examples. This creates a cascade of "weak classifiers" which behaves like a "strong classifier"
.
)
- 2012-04-23 13:17:57下载
- 积分:1
-
一个模式识别领域的数据处理调试程序
Relief计算分类权重,对于初学者具有参考意义,采用热核构造权重,最大似然(ML)准则和最大后验概率(MAP)准则,Gabor小波变换与PCA的人脸识别代码,实现了图像的灰度化并进一步用于视频监视控。
- 2022-05-17 20:40:13下载
- 积分:1
-
matlab_calculator
实现简单计算器功能的matlab源码,适合初学者学习。(The realization of a simple calculator function matlab source, suitable for beginners to learn.)
- 2008-06-12 23:47:49下载
- 积分:1
-
power-system-problem-based-on-PSO
说明: 利用粒子位置和速度的改变更新,在熟悉多目标粒子群算法的基础上利用测试函数对该算法进行仿真,并对仿真结果进行优化。(The particle position and velocity changes update in the familiar multi-objective particle swarm optimization based on the use of test functions to simulate the algorithm, and the optimization of simulation results.)
- 2011-04-18 19:59:16下载
- 积分:1
-
Carrie-recover
这是一篇外国的硕士论文,针对无线通信载波恢复的,文中有matlab编写的模块(源代码)(This is a foreign master' s thesis for wireless communications carrier recovery, and the text written in matlab module (source code))
- 2011-11-28 17:20:58下载
- 积分:1
-
dk686
部分实现了追踪测速迭代松弛算法,滤波求和方式实现宽带波束形成,调试通过可以使用。( Partially achieved tracking speed iterative relaxation algorithm, Filtering summation way broadband beamforming, Debugging can be used.)
- 2017-03-17 15:17:50下载
- 积分:1
-
mean-1
meanshift 分割算法meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。meanShift这个概念最早是由Fukunage在1975年提出的,其最初的含义正如其名:偏移的均值向量;但随着理论的发展,meanShift的含义已经发生了很多变化。如今,我们说的meanShift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(meanshift Segmentation algorithm)
- 2018-10-25 20:22:04下载
- 积分:1