-
OCR
光学字符识别,是matlab代码,简单易懂,有详细的注释(Optical character recognition, it is easy to understand and matlab code with detailed notes)
- 2009-05-18 13:51:43下载
- 积分:1
-
Correlation_mfiles_plus_guide
基于相关性的图像配准程序。处理对象:数字图像处理。(Correlation-based image registration procedures. Handling objects: digital image processing.)
- 2010-06-11 17:59:51下载
- 积分:1
-
2SVDquzao
利用改进奇异值去除噪声,效果不错,带实例,可以参考(The improved singular value remove the noise, the effect is good, with examples, can reference)
- 2012-04-26 12:58:02下载
- 积分:1
-
adaboost
AdaBoost元算法属于boosting系统融合方法中最流行的一种,说白了就是一种串行训练并且最后加权累加的系统融合方法。
具体的流程是:每一个训练样例都赋予相同的权重,并且权重满足归一化,经过第一个分类器分类之后,
计算第一个分类器的权重alpha值,并且更新每一个训练样例的权重,然后再进行第二个分类器的训练,相同的方法.......
直到错误率为0或者达到指定的训练轮数,其中最后预测的标签计算是各系统*alpha的加权和,然后sign(预测值)。
可以看出,训练流程是串行的,并且训练样例的权重是一直在变化的,分错的样本的权重不断加大,正确的样本的权重不断减小。
AdaBoost元算法是boosting中流行的一种,还有其他的系统融合的方法,比如bagging方法以及随机森林。
对于非均衡样本的处理,一般可以通过欠抽样(undersampling)或者过抽样(oversampling),欠抽样是削减样本的数目,
过抽样是重复的选取某些样本,最好的方法是两种进行结合的方法。
同时可以通过删除离决策边界比较远的样例。
(AdaBoost boosting systems dollar fusion algorithm is the most popular one, it plainly systems integration approach is a serial train and final weighted cumulative.
Specific process is: Each training example is given equal weight, and the weights satisfy normalization, after the first classifiers after
Calculating a first classifier weights alpha value for each sample and updates right weight training, and then the second classifier training, the same way .......
0, or until the specified error rate training rounds, wherein the label is the calculation of the final prediction system* alpha weighted and then sign (predicted value).
As can be seen, the training process is serial, and weight training examples is always changing, the right of the wrong sample weight continued to increase, the right to correct sample weight decreasing.
AdaBoost algorithm is an element, as well as other methods of boosting popular systems integration, such as bagging and random forest method.
For )
- 2014-07-09 19:24:29下载
- 积分:1
-
learningpid
pid control of dc motor
- 2009-03-09 12:40:22下载
- 积分:1
-
lifting_97
本程序实现任意偶数大小图像第二代双正交97提升小波变换
注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同)
注2: 为了保证正交,所有边界处理,全部采用循环处理
注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质)
注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置
注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换
注6: 此程序每层变换相对原图像矩阵,产生的矩阵都是正交阵,这和小波包一致
注7: 但小波变换每层产生的矩阵,是相对每个待分解子块的正交矩阵,而不是原图像的正交矩阵
注8: 且小波变换产生的正交矩阵维数,随分解层数2分减少
注9: 提升系数可以在MATLAB7.0以上版本,用liftwave( 9.7 )获取,这里直接给出,考虑兼容性
注10:由于MATLAB数组下标从1开始,所以注意奇偶序列的变化
注11:d为对偶上升,即预测;p为原上升,即更新(err)
- 2008-06-25 07:59:17下载
- 积分:1
-
matlab_roots_for_nonlinear_equations
说明: 非线性估计,还是很有用的,自己用过的 和大家分享了(Nonlinear estimation)
- 2010-04-21 09:44:56下载
- 积分:1
-
IDENTIF
Parameter identifi cation for a singledegreeoffreedom
system using autoregressive moving average model
- 2012-10-05 20:30:35下载
- 积分:1
-
work
说明: matlab实现rnn神经网络,对于使用的现场臭氧发生器数据,进行数据建模仿真,用现场数据对神经网络进行训练并得到参数(use matlab finish rnn)
- 2019-02-26 12:28:49下载
- 积分:1
-
Unit_conversion
说明: 一个用MATLAB实现的单位转换程序,包括质量单位转换和长度单位转换。(MATLAB realization of a unit with the conversion process, including quality and length of unit conversion unit conversion.)
- 2008-12-03 20:16:55下载
- 积分:1