-
adaboost_version1b
最经典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" 。)
- 2020-12-17 16:59:11下载
- 积分:1
-
MATLABqiushuxue
介绍了MATLAB求解应用数学问题的相关知识,很详细,是英文的。(Describes the application of MATLAB to solve mathematical problems related to knowledge, very detailed, is English.)
- 2011-10-21 11:11:27下载
- 积分:1
-
QuickStartExamples
matlab应用,信号源,prony算法。(application of matlab , source of signal application)
- 2011-11-02 11:23:41下载
- 积分:1
-
work7
一个完整gsm通信系统的仿真程序。能计算呼叫阻塞率。(A complete gsm communication system simulation program. Can calculate the call blocking rate.)
- 2013-11-24 19:23:24下载
- 积分:1
-
cycum_4
说明: matlab程序计算四阶循环累积量,,输入两个参数,返回4个(matlab program to calculate fourth-order cyclic cumulant)
- 2011-03-12 10:38:44下载
- 积分:1
-
suzuki_fading
这是一个suzuki衰落信道模型的matlab仿真,对研究信道建模很有益处(suzuki This is a fading channel simulation model of Matlab, the right channel modeling study useful)
- 2021-01-12 19:28:49下载
- 积分:1
-
banana
calssification algorithm
- 2014-11-26 22:12:47下载
- 积分:1
-
tuiyang
包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角,与理论分析结果相比,DSmT证据推理的组合公式计算函数。( It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, Compared with the results of theoretical analysis, Combination formula DSmT evidence reasoning calculation function.)
- 2016-11-21 23:34:27下载
- 积分:1
-
mterm
用matlab2007实现的一个term客户端,可以用于上BBS(Matlab2007 achieved using a term client, can be used on the BBS)
- 2008-06-11 10:09:23下载
- 积分:1
-
ImprovedDL
这是一篇SCI文章《改善字典学习:多字典更新和系数重用》里的Matlab代码,包含了OMP、Batch-OMP、CoROMP等匹配跟踪算法代码以及改进的K-SVD字典学习算法代码,是图像稀疏表示研究方向重要的源代码,有助于大家学习和改进。(This file folder reproduces the Figures for paper:"Improving Dictionary Learning: Multiple Dictionary Updates and Coefficient Reuse".It contains codes of the OMP, Batch code- OMP, CoROMP matching pursuit algorithm and improved K- SVD dictionary learning algorithm ,This is the important source code of image sparse representation ,which can help you learn and improve.
)
- 2013-07-18 15:42:19下载
- 积分:1