-
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
-
methods_of_classification
这里和大家分享的几种基础的分类方法,其中包括判别聚类分析、人工神经网络、主成分分析等(Here and to share the basis of several classification methods, including discriminant cluster analysis, artificial neural networks, principal component analysis)
- 2009-01-21 15:35:12下载
- 积分:1
-
ekf
全套ekfslm程序,无需修改程序,就可无差错运行,经典,简洁,准确,经典教程(A full set of ekfslm program without having to modify the program can be error-free run, classic, indirect, accurate, classic tutorial)
- 2012-05-19 21:07:19下载
- 积分:1
-
1
说明: 使用遗传算法解决函数优化(使用谢菲尔德遗传算法工具箱)(Using genetic algorithms to solve function optimization (using Sheffield genetic algorithm toolbox))
- 2014-10-10 23:03:04下载
- 积分:1
-
mcmcstat
Monte Carlo Markov Chain (MCMC)
- 2014-01-24 22:43:01下载
- 积分:1
-
ARMApq
指定ARMA阶数p,q值 估计ARMA模型的参数值(ARMA order of the specified p, q value estimated ARMA model parameters)
- 2010-05-22 02:10:35下载
- 积分:1
-
DP_UC
solving unit commitment by dynamic programming
- 2013-07-12 18:22:35下载
- 积分:1
-
Handbook-of-MCMC
马尔可夫蒙特卡罗方法,用于计算随机模拟的数值仿真。(Handbook of MCMC)
- 2014-10-10 16:50:29下载
- 积分:1
-
harriscorner
使用matlab完成harris corner检测,探测出边界点(Use matlab completed harris corner detection, detection of boundary points)
- 2014-11-08 23:17:58下载
- 积分:1
-
4678
此是MATLAB7.0程序设计的那本书的源代码,希望对大家能有所帮助。(This book MATLAB7.0 programming source code, I hope that we can help.)
- 2013-04-01 12:34:03下载
- 积分:1