登录
首页 » matlab » MATLAB-Algorithm

MATLAB-Algorithm

于 2015-04-01 发布 文件大小:4975KB
0 172
下载积分: 1 下载次数: 11

代码说明:

  基本的分类,预测,回归等算法,适合初学者学习,配有注释,容易理解(Basic classification, prediction, regression algorithm, suitable for beginners to learn, with comments, easy to understand)

文件列表:

算法
....\ANN的预测算法
....\.............\data1.mat,9939,2009-10-02
....\.............\data2.mat,1954,2009-10-22
....\.............\FuzzyNet.m,9929,2010-11-28
....\ELM
....\...\classification
....\...\..............\data.mat,86267,2009-11-29
....\...\..............\elmpredict.m,1454,2013-01-30
....\...\..............\elmtrain.m,1752,2013-01-30
....\...\..............\main.m,3101,2013-09-02
....\...\..............\Readme.txt,296,2013-09-02
....\...\regression
....\...\..........\data.mat,46375,2009-12-14
....\...\..........\elmpredict.m,1454,2013-01-30
....\...\..........\elmtrain.m,1752,2013-01-30
....\...\..........\main.m,1332,2013-09-02
....\...\..........\Readme.txt,296,2013-09-02
....\GA算法
....\......\data.mat,85513,2009-11-30
....\......\de_code.m,1400,2010-11-16
....\......\fitness.m,113,2010-11-16
....\......\gabpEval.m,121,2010-11-16
....\......\gadecod.m,714,2010-11-16
....\......\gaot
....\......\....\adjswapMutation.m,1419,1998-04-14
....\......\....\arithXover.m,1487,1998-04-15
....\......\....\b2f.m,1495,1998-04-14
....\......\....\binaryExample.m,2080,1998-04-14
....\......\....\binaryMutation.m,1504,1998-04-15
....\......\....\boundaryMutation.m,1639,1998-04-14
....\......\....\calcbits.m,1382,1998-04-14
....\......\....\Contents.m,4761,1998-04-17
....\......\....\coranaEval.m,1451,1998-04-14
....\......\....\coranaFeval.m,1538,1998-04-14
....\......\....\coranaMin.m,1222,1998-04-14
....\......\....\cyclicXover.m,1654,1998-04-14
....\......\....\delta.m,1471,1998-04-14
....\......\....\dists.m,6837,1998-04-28
....\......\....\EER.m,1586,1998-04-14
....\......\....\enhancederXover.m,2348,1998-04-14
....\......\....\erXover.m,2118,1998-04-14
....\......\....\f2b.m,1496,2010-05-07
....\......\....\floatExample.m,2322,1998-04-14
....\......\....\floatGradExample.m,2137,1998-04-14
....\......\....\ga.m,10805,1998-04-14
....\......\....\gademo.m,4213,1998-04-14
....\......\....\gademo1.m,3887,1998-04-14
....\......\....\gademo1eval1.m,1275,1998-04-14
....\......\....\gademo2.m,2840,1998-09-08
....\......\....\gademo3.m,6262,1998-04-14
....\......\....\gaMichEval.m,193,1998-04-14
....\......\....\gaotv5.ps,132728,1998-09-08
....\......\....\gaZBGrad.m,174,1998-04-14
....\......\....\gaZBGradEval.m,684,1998-04-14
....\......\....\heuristicXover.m,2136,1998-04-14
....\......\....\initializega.m,3363,2010-01-02
....\......\....\initializeoga.m,1561,1998-04-14
....\......\....\inversionMutation.m,1555,1998-04-14
....\......\....\linerorderXover.m,1850,1998-04-14
....\......\....\maxGenTerm.m,1345,1998-04-14
....\......\....\multiNonUnifMutation.m,1991,1998-04-14
....\......\....\nonUnifMutation.m,2190,1998-04-15
....\......\....\normGeomSelect.m,2308,1998-04-14
....\......\....\optMaxGenTerm.m,1555,1998-04-14
....\......\....\orderBasedExample.m,2859,1998-09-08
....\......\....\orderbasedXover.m,1741,1998-04-14
....\......\....\parse.m,1459,1998-04-14
....\......\....\partmapXover.m,1921,1998-04-28
....\......\....\plotCorana.m,514,1998-04-14
....\......\....\htm" target=_blank>README,1110,1998-04-17
....\......\....\roulette.m,861,1998-04-14
....\......\....\shiftMutation.m,1624,1998-04-14
....\......\....\simpleXover.m,1611,1998-04-14
....\......\....\singleptXover.m,1564,1998-04-28
....\......\....\startup.m,40,2009-09-18
....\......\....\swapMutation.m,1569,1998-04-14
....\......\....\threeswapMutation.m,1397,1998-04-14
....\......\....\tournSelect.m,1616,1998-04-14
....\......\....\tspEval.m,157,1998-04-14
....\......\....\unifMutation.m,1648,1998-04-14
....\......\....\uniformXover.m,1823,1998-04-28
....\......\main.m,4394,2013-09-02
....\......\Readme.txt,520,2013-09-02
....\IWO改进
....\.......\fitness.m,101,2015-03-30
....\.......\IWO.m,2279,2015-03-30
....\IWO经典算法
....\...........\iwo_basic.asv,5113,2015-03-31
....\...........\iwo_basic.m,5202,2015-03-31
....\...........\IWO_PD_Optim.mdl,43669,2014-01-05
....\...........\objectFun.m,1039,2014-01-06
....\LVQ神经网络的预测
....\.................\chapter27_bp.m,1251,2013-09-02
....\.................\chapter27_lvq.m,2794,2013-09-02
....\.................\chapter_svm.m,811,2013-09-02
....\.................\crossvalind_lvq.m,5323,2013-09-02
....\.................\feature_extraction.m,806,2010-11-16
....\.................\Images

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • uccb
    一种基于均匀圆阵的传播算子高分辨算法,能快速准确进行360度的DOA估计(A method based on uniform circular array propagator high resolution algorithm, can be fast and accurate to360 degrees DOA estimation )
    2021-04-05 17:49:03下载
    积分:1
  • matrice-linear
    Initialize the variables Calculates products and standards Determination of matrices B, C and D After execute this command we find that p is the max of the third and column position q Resolution of the system of equation Resolution of the system of equation in terms of A and b
    2013-04-23 21:13:51下载
    积分:1
  • On-Mixing-Fingerprints
    finger print knowledge sharing with two type of datas
    2015-04-20 13:51:40下载
    积分:1
  • CComm
    button of Xp style,provide some infterface of the button control!(button of Xp style, infterface provide some control of the button!)
    2007-05-09 11:38:32下载
    积分:1
  • PLSR-in-Matlab
    本文章详细介绍了PLSR片最小二乘回归的原理,以及如何用matlab源代码实现PLSR建立回归模型,以及交叉检验,得到最优模型。(This article describes in detail the principle of least squares regression PLSR piece, and how to use matlab source code PLSR regression model, and cross-examination, the optimal model.)
    2021-05-07 19:55:36下载
    积分:1
  • ShearLab-1.1
    shearlet lab toolbox,shearlet的matlaB工具箱,这个是1.1版本的(shearlet lab toolbox, shearlet of matlaB toolbox, this is version 1.1)
    2013-05-23 11:37:24下载
    积分:1
  • IMUCalibration
    9轴姿态传感器校准方法的MATLAB实现(包括实验数据)。另附arduino硬件资料。(9-axis IMU sensor calibration method, in matlab and arduino.)
    2017-10-23 11:36:22下载
    积分:1
  • 3000
    求解包装动力学在受到脉冲下的冲击谱,来算具体响应规律 (response shock spectrum)
    2009-06-30 10:37:32下载
    积分:1
  • MIMO
    这是matlab关于 mimo通信仿真代码(matlab mimo simulator)
    2010-05-31 11:07:40下载
    积分:1
  • huffman-encode
    用matlab实现了huffman的编码和解码过程(Achieved using matlab huffman encoding and decoding process)
    2011-10-20 18:16:39下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载