登录
首页 » matlab » adaboost_version1b

adaboost_version1b

于 2020-12-17 发布 文件大小:4KB
0 260
下载积分: 1 下载次数: 98

代码说明:

  最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解(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" 。)

文件列表:

adaboost.m,6495,2010-08-30
example.m,2373,2010-08-30
license.txt,1335,2010-08-30

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

发表评论

0 个回复

  • dantiaodai
    导体的电感 电容 特性阻抗曲线 的MATLAB模拟(Conductor inductance capacitance characteristic impedance curve of the MATLAB simulation)
    2008-05-31 21:16:48下载
    积分:1
  • assignment1
    Code to Remove The Time Delay Between Two Audio Channels
    2011-05-12 21:29:28下载
    积分:1
  • MIMO_OFDM_CH
    一个关于MIMO-OFDM的信道估计程序,程序中为一个2*2系统,你可以根据自己需要进行相应的扩展(on a MIMO-OFDM channel estimation procedures, procedures for a 2* 2 system, You can according to their need for a corresponding expansion)
    2007-05-04 22:37:49下载
    积分:1
  • gm11
    function exp85 clear all p=[0:0.1:1.1] t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095] net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm ) net.trainParam.epochs=2500 net.trainParam.goal=0.001 net.trainParam.show=50 net=train(net,p,t) r=sim(net,p) plot(p,t,p,r, * ) y=sim(net,[1.2])
    2012-04-26 12:14:11下载
    积分:1
  • allmatlab
    说明:  matlab使用基础,MATLAB数据可视化显示与图形处理,MATLAB数值分析(use Matlab based MATLAB data visualization display and graphics processing, numerical analysis of MATLAB)
    2006-04-05 01:18:10下载
    积分:1
  • Application
    信道编码技术在数字通信系统中的应用研究,主要针对卷积码进行了仿真。(Application of channel coding technology in digital communication systems, mainly for convolution codes simulated.)
    2015-04-19 05:01:42下载
    积分:1
  • magpha
    通过傅里叶变换的方法,对两个单频信号的相位差进行计算,信号相关性计算(Fourier transform method, the phase difference between two single-frequency signal is calculated)
    2013-09-16 20:43:44下载
    积分:1
  • matlab_opendss_interface-and-test
    该程序实现了matlab软件通过COM接口与OPENDSS软件的衔接,可以在matlab中编程对OPENDSS内的程序进行更改。(The program implements matlab software via COM interface OPENDSS software convergence, can be programmed to make changes within the program OPENDSS in matlab.)
    2014-10-27 11:06:55下载
    积分:1
  • SURF
    surf 特征提取 点特征 尺度不变性 黑森林矩阵(surf feature extraction)
    2014-02-21 20:20:18下载
    积分:1
  • matlabsimulation
    7位巴克码的matlab仿真,7位巴克码的matlab仿真,7位巴克码的matlab仿真.(7bit Baker matlab simulation,)
    2021-03-08 16:59:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载