-
gatbx
英国设菲尔德大学遗传算法工具箱。用matlab导入路径即可使用。(University of Sheffield genetic algorithm toolbox. Using matlab import path can be used.)
- 2013-07-14 12:47:19下载
- 积分:1
-
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
-
MATLAB-An-Introduction-with-Applications--4th-Edi
MATLAB An Introduction with Applications, 4th Edition EBook helps to Know about MATLAB and its apllications.
- 2014-02-19 02:30:18下载
- 积分:1
-
KinectMouseControl_Demo
this is a kinect mouse control sample. just run it or you could copy and paste on your programe(Mouse control demo)
- 2014-01-18 23:40:35下载
- 积分:1
-
matlab
matlab源程序,用于遗传算法,大家试试看(matlab source code for genetic algorithm, we give it a try)
- 2007-09-06 12:58:07下载
- 积分:1
-
SVD
搜集的SVD的一些小程序。matlab编写。(SVD collected some small programs. matlab prepared.)
- 2013-11-22 19:10:01下载
- 积分:1
-
OFDM
基于OFDM的盲信道估计与信号识别的算法,很基本的内容,特别是盲信道估计(Blind channel estimation based on the OFDM signal recognition algorithm, the basic content, especially blind channel estimation)
- 2013-04-27 16:45:38下载
- 积分:1
-
matlab-tutorial
matlab tutorial
this file contains information about matlab
- 2015-02-13 21:32:52下载
- 积分:1
-
Pv_simulink
PV-SIMULINK FILE FOR SOLAR SYSTEM
- 2014-01-26 13:39:05下载
- 积分:1
-
FivePointCubicMethod
五点三次法实现振动信号趋势项的消除,
1、 计算出数据的均值、均方值、方差 ;
2、 用matlab编制五点三次法消趋势项程序。
3、 在同一坐标下绘出消趋势项前后时域信号,并分析比较。
绘出消趋势项前后信号的自相关函数。( Five points three times a method to achieve the elimination of the trend of the vibration signal,
1, to calculate the mean of the data, the mean square value, variance
2, the preparation of the five points three times France extinction trend procedure using matlab.
3, plotted in the same coordinate consumer trends before and after the time-domain signal, analyzed and compared.
Draw to eliminate the trend before and after the signal autocorrelation function.
)
- 2012-03-15 02:09:43下载
- 积分:1