-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1
-
imagestack
用MATLAB编写的图像压缩程序和解压程序,带有测试图片。(Written using MATLAB image compression and decompression process programs, with a test image)
- 2009-12-19 11:54:51下载
- 积分:1
-
OFDMinAWGNandRayleigh
白噪声和瑞利信道下对OFDM的仿真实现,不错,推荐给大家。(White noise and Rayleigh channel simulation of the OFDM to achieve)
- 2014-09-22 06:26:34下载
- 积分:1
-
EMD
经验模态分解算法,主要作为用于盲源分离的信号处理算法(Empirical mode decomposition algorithm, mainly used as a signal processing algorithm for blind source separation)
- 2017-11-14 12:29:34下载
- 积分:1
-
mopso
MOPSO算法,加注释并且可以跑通,加测试函数,初学者学习很方便(MOPSO algorithm, annotated and run, and test function, it is convenient for beginners to learn)
- 2021-03-21 22:39:16下载
- 积分:1
-
NiBianQi
说明: 模型预测电流控制其控制思想基于以下原理:首先,功率变换器产生的开关状态个数有限,且通过建立模型可以预测每一个开关状态下被控变量的对应变化特性;其次,定义价值函数评价被控变量的预测值,为判别最优有限开关状态提供依据;最后,计算出每一种开关状态下的价值函数值,以此评价每一种开关状态下被控变量预测值的优劣,选择出最优的开关状态并应用。(The control idea of model predictive current control is based on the following principles: firstly, the number of switching states produced by power converter is limited, and the strain characteristics of controlled variables under each switching state can be predicted by establishing a model; secondly, the value function is defined to evaluate the predicted values of controlled variables, which provides a basis for judging the optimal finite switching state; lastly, the optimal finite switching state is calculated. The value function value under switching state is used to evaluate the predicted value of controlled variables under each switching state, and the optimal switching state is selected and applied.)
- 2019-01-30 10:28:38下载
- 积分:1
-
51CT
本程序是基于Matlab开发的,描述了一个机器人自动寻找最优路径的问题,使之得到了很好的解决。(This program is developed based on Matlab, describes a robot automatically finds the optimal path problem, so that it can be a good solution.)
- 2010-11-18 10:59:31下载
- 积分:1
-
program
使用MATLAB语言实现数字图像处理的各方面基本功能,希望对大家有用(Using the MATLAB language to implement all aspects of digital image processing basic functions, we want to be useful)
- 2010-05-11 10:50:51下载
- 积分:1
-
ssp-doaMATLABcode
DOA中的空间平滑算法,对于初学者来说是比较好的帮助(spatial smoothing direction of arrival matlab code)
- 2011-08-09 16:32:45下载
- 积分:1
-
Algorithm-Collections-for-Digital-Signal-Processi
Algorithm Collections for Digital Signal Processing Applications using Matlab - E.S. Gopi
- 2014-09-22 01:54:51下载
- 积分:1