-
adaboost_version1e
这是一个经典的形变模型实施,在一个单一的文件用简单的可以理解的代码。
功能包括两部分一个简单的弱分类器和一个促进部分:
弱分类器试图找到最佳阈值的数据维数对数据进行分离成两个阶级1和1
要求的进一步提高分类器部分迭代,每一步是变化分类权重miss-classified例子。这造成了一连串的“弱分类器”,表现得像一个“强大分类器”
(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"
.
)
- 2012-04-23 13:17:57下载
- 积分:1
-
homomorphic-filter
homomorphic filter codes are available.
- 2014-08-11 17:17:30下载
- 积分:1
-
advanced-optimization
introduction to optimization是一本介绍优化方法的很好的书籍,对各个行业的优化编写、MATLAB程序编写、或者优化入门具有重要的指导价值,建议通读。(introduction to optimization is a very good book describes optimization methods to optimize the preparation of various industries, MATLAB programming, or optimize entry has important guiding values recommended read.)
- 2014-11-05 00:16:27下载
- 积分:1
-
Parallel-machine-problem
一个简单的并行机问题的优化程序,我自己试过了,是可以使用的
(A simple program for parallel machine problem, I tried, can be used)
- 2015-01-14 10:43:11下载
- 积分:1
-
mc-bpsk
monte carlo bpsk ber delay
- 2013-12-16 09:42:20下载
- 积分:1
-
Zuijian_xindao3
水下声信道的声线建模,共有水面反射、水底反射和直达三条路径的模型(Voice modeling of underwater acoustic channel, a total water surface reflection, bottom reflection and the direct three path model)
- 2012-06-27 14:31:58下载
- 积分:1
-
Gray2Rgb
Here is a code for gray to RGB conversion. You must use gray image for im1 & RGB image for im2
- 2014-09-10 20:31:32下载
- 积分:1
-
duanludianliu
用节点导纳矩阵计算三相短路电流。输入数据-形成节点阻抗矩阵-选择故障点-计算短路电流-计算个节点电压-计算指定支路的电流(this procedure is used node admittance matrix calculation of three-phase short-circuit current input data-- forming node impedance matrix-- election Optional fault-calculation of short-circuit current-voltage computing nodes designated calculated slip road-- Electricity)
- 2009-12-04 20:01:52下载
- 积分:1
-
gauss
说明: gauss消元法求解方程组,可以准确的利用gauss消元法求解线性方程组 (gauss elimination method for solving equations, you can accurately use gauss elimination method for solving linear equations)
- 2011-03-24 23:38:07下载
- 积分:1
-
Image-Normalization-Code
this the code for image normalization.
- 2013-05-04 03:10:07下载
- 积分:1