-
Newton-Raphson
Newton-Raphson 算法 用来求解非线性方程组根的解法(Newton-Raphson algorithm used to solve the root of the solution of nonlinear equations)
- 2012-05-20 19:47:30下载
- 积分:1
-
GA-II
遗传算法的介绍以及变成代码,能够优化工程上的大量实际问题(The introduction of the genetic algorithm into code to optimize a large number of practical problems in engineering)
- 2013-03-14 15:45:23下载
- 积分:1
-
EKF
MATLAB三种卡尔曼滤波对比,分别是扩展卡尔曼滤波EKF,不敏卡尔曼滤波UKF,粒子滤波PF。有跟踪效果和估计值误差。(MATLAB the three Kalman filtering contrast, extended Kalman filter EKF, Unscented Kalman Filter UKF, particle filter PF. Tracking effect and the estimated value of the error.)
- 2013-04-08 19:10:26下载
- 积分:1
-
BFSN_Algorithm
分类算法,参数分别为G(相似度矩阵),r(邻居门限),lambda(类门限),返回值A,一个cell数组,每个元素是一个向量,包含了一个类的所有元素。(Classification algorithm parameters are G (similarity matrix), r (neighbor threshold), lambda (class threshold), the return value A, a cell array, each element is a vector containing all the elements of a class.)
- 2014-12-21 21:53:17下载
- 积分: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
-
apf
有源电力滤波器(APF:Active power filter)是一种用于动态抑制谐波、补偿无功的新型电力电子装置,它能够对不同大小和频率的谐波进行快速跟踪补偿,之所以称为有源,是相对于无源LC滤波器,只能被动吸收固定频率与大小的谐波而言,APF可以通过采样负载电流并进行各次谐波和无功的分离,控制并主动输出电流的大小、频率和相位,并且快速响应,抵消负载中相应电流,实现了动态跟踪补偿,而且可以既补谐波又补无功和不平衡。(APF:Active power filter))
- 2020-06-21 16:00:01下载
- 积分:1
-
matlabEXTENDERv1.0
这个软件包提供的例程可以扩展器读取并绘制网格,现场并指出文件。 Extender是一个环形等离子体计算上的代码从一个平衡代码(如VMEC或馅饼)电网的磁场。该扩展器的代码是由迈克尔Drevlak在等离子物理研究所。(This package provides routines to read and plot the EXTENDER mesh, field and points files. EXTENDER is a toroidal plasma code which calculates the magnetic field on a grid from an equilibrium code (such as VMEC or PIES). The EXTENDER code is maintained by Michael Drevlak at the Institute for Plasma Physics.)
- 2011-05-23 11:26:48下载
- 积分:1
-
LVBOQI-SHEJI1
录制一段自己的语音信号,并对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;通过matlab界面进行编程设计,界面方便人们操作(
Their record a voice signal, and recording the signal is sampled draw sample after the time-domain waveform and frequency spectrum of the speech signal designed by matlab programming interface, easy for people to interface)
- 2013-12-18 19:25:49下载
- 积分:1
-
final-project
EDGE DETECTION TECHNIQUES
- 2013-12-23 11:27:45下载
- 积分:1
-
MATLAB_signal_processing
MATLAB数字信号处理的入门学习例程及实验结果,对MATLAB的初学者有帮助。(MATLAB introductory digital signal processing routines to learn and experiment results, MATLAB has to help the beginners.)
- 2008-03-22 11:41:39下载
- 积分:1