-
Pattern_Recognition
自己在硕士期间用到的各种模式识别,机器学习,数据挖掘算法的matlab程序。C4_5,NN,SVM,adaboost,KNN等(During their Master used a variety of pattern recognition, machine learning, data mining algorithm matlab program. C4_5, NN, SVM, adaboost, KNN, etc.)
- 2014-09-24 13:36:19下载
- 积分:1
-
penduloDuploModelagem
Double pendulum simulation in Simulink
- 2014-09-30 11:48:59下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
sig_ref
transitoire simulation d une boucle de regulation
- 2012-01-24 18:43:59下载
- 积分:1
-
fbilinear
Image Demosaicing by bilinear interpolation method
- 2012-08-25 00:01:01下载
- 积分:1
-
LDPC-matlab
说明: 用于LDPC仿真的matlab代码,仿真LDPC编码的性能(Matlab simulation for LDPC code simulation of the performance of LDPC codes)
- 2011-04-14 15:57:50下载
- 积分:1
-
codefroge-ldpc-matlab
this is an implementation of ldpc encoder and decoder in matlab. generator matrix, parity check matrix and the chennel are implemented seperately. the bit error rate performance is estimated for the ldpc code
- 2013-03-17 13:15:48下载
- 积分:1
-
Matlab入门篇
Matlab入门篇介绍了一些基本的Matlab语句。并且有丰富的实例。(chapter introduces some basic Matlab statement. And there are abundant examples.)
- 2005-05-04 21:52:02下载
- 积分:1
-
SAR-signal-processing-with-matlab-
这里包括synthetic aperture radar signal processing with matlab algorithms 英文书以及附带源代码,书是全英文的,作者是Mehrdad Soumekh,书中有详细的雷达信号处理方法,附带程序中的成像算法包括一维距离像、条带式、聚束式等多种模式的SAR成像。可以作为有一定SAR基础的同行的编程参考。 (The files include the book of synthetic aperture radar signal processing with matlab algorithms English books and its source code, book is in English, the author is Mehrdad Soumekh. The imaging algorithm includes a one-dimensional range profile, band type, spotlight SAR imaging a variety of modes. SAR can be used as the basis of a certain peer programming reference.)
- 2021-04-22 16:38:48下载
- 积分:1
-
hopfield
MATLAB code that implements Hopfield CAM algorithm
- 2012-10-25 04:02:39下载
- 积分:1