登录
首页 » matlab » adaboost_for_matlab

adaboost_for_matlab

于 2020-10-21 发布 文件大小:6KB
0 97
下载积分: 1 下载次数: 115

代码说明:

  AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.(AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.)

文件列表:

adaboost for matlab
...................\adaboost
...................\........\ADABOOST_te.m
...................\........\ADABOOST_tr.m
...................\........\demo.m
...................\........\likelihood2class.m
...................\........\README.txt
...................\........\threshold_te.m
...................\........\threshold_tr.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • zxecf
    一次完成最小二乘法辨识系统程序,可以仿真(A complete system parameter identification program that can emulate)
    2014-11-20 22:18:43下载
    积分:1
  • antenna-technology
    《移动通信天线技术》 适合通信相关行业人员的初级教程胶片。(antenna technology)
    2015-02-27 14:42:30下载
    积分:1
  • matlab
    matlab实验课件。详细介绍了matlab最基本的操作和功能,是两学期的内容。适合自学。(Matlab experiment courseware. Introduces in detail the matlab the basic operation and function, the contents of two semesters. Suitable for self-study.)
    2012-11-10 13:21:07下载
    积分:1
  • Dilation
    oPENING OF AN IMAGE WITH OUT USING IMOPEN
    2013-05-21 16:53:36下载
    积分:1
  • montercarlo
    用monte carlo的方法对Nakagami的概率密度函数进行仿真(Using monte carlo methods for Nakagami probability density function of the simulation)
    2009-11-17 10:22:42下载
    积分:1
  • matlab-simulink
    matlab-simulink教程,介绍matlab中simulink的使用方法,有简单的例子(Matlab-Simulink tutorial to introduce the use of matlab simulink simple example)
    2012-05-18 22:15:58下载
    积分:1
  • fft
    傅里叶变换小程序。利用matlab编写的傅里叶变换小程序(Fourier transform applet. Fourier transform using matlab write small programs)
    2015-01-06 10:01:30下载
    积分:1
  • matlab__leach.m
    leach matlab code for wsn
    2012-08-13 08:57:01下载
    积分:1
  • besjexp
    part 5 schrodinger solve...
    2012-08-22 21:49:24下载
    积分:1
  • xiashan
    MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<> 迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
    2013-05-15 08:52:09下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载