-
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
-
BOCostFunction
说明: 解决线性assignment的算法,c++实现,并且提供matlab接口,编译后可以用matlab调用(Solve the linear assignment algorithm, c++ Realize, and to provide matlab interface, the compiler can be used after the call matlab)
- 2008-09-09 13:56:31下载
- 积分:1
-
three_phase_inverter3
three phase inverter, 原理图(three phase inverter, circuit)
- 2018-11-29 14:08:20下载
- 积分:1
-
Kalman_filtering_algorithm
卡尔曼滤波,详细介绍了其具体过程,写论文必用,一定要收藏(It s very useful to write papers with Kalman filtering algorithms.)
- 2010-07-23 19:01:45下载
- 积分:1
-
ImageHistogramAndCentroidComputer_Matlab
This code is used to Solve the Center of picture.
- 2011-10-25 16:06:13下载
- 积分:1
-
newsom123
关于神经网络的matlab程序,包括建立神经网络,仿真等···(Neural network matlab procedures, including the establishment of the neural network simulation)
- 2013-05-01 19:59:32下载
- 积分:1
-
MYpcm
PCM编码和解码以及BPSK和QPSK,及最后的结果分析(PCM ENCODE)
- 2013-12-03 13:02:02下载
- 积分:1
-
bouc_wen
磁流变减震器模型,bouce_wen经验模型(Magnetorheological damper model)
- 2020-12-25 15:49:04下载
- 积分:1
-
tmullen-cleanline
说明: 本程序使用matlab代码用于有效去除脑电中的工频噪声,该算法在许多高分文章中都使用(efficiently remove noise in eeg)
- 2020-02-22 16:21:11下载
- 积分:1
-
lms
this is the code for LMS algorithm.
- 2010-11-30 14:55:15下载
- 积分:1