登录
首页 » matlab » MATLAB-Algorithm

MATLAB-Algorithm

于 2015-04-01 发布 文件大小:4975KB
0 197
下载积分: 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 个回复

  • 1.1
    matlab基本程序,动态系统仿真,单位跃阶相应特性(matlab basic procedures, dynamic system simulation, units of the corresponding characteristics of jump-order)
    2010-11-09 08:25:25下载
    积分:1
  • LMS2dim2u
    LMS2dim2u:分类线过原点的2维两类不可分样本的分类(LMS2dim2u : classification of zero-crossing the line two hours, not two-dimensional sample separation)
    2007-04-22 15:14:52下载
    积分:1
  • adapt
    Matlab程序,自适应算法,包括naadapt和naromberg算法(Matlab program, adaptive algorithms, including algorithms naadapt and naromberg)
    2009-06-08 00:20:40下载
    积分:1
  • bandfilter
    用频率抽样法设计的带通滤波器,程序简单易懂(Use frequency sampling method design band-pass filter , the program is easy to understand)
    2012-01-12 19:54:53下载
    积分:1
  • canshuxunyou
    程序为参数寻优的集合,包含当今主流优化工具,适合初学者参考。(Program for the parameter optimization of collection, including today s mainstream optimization tool, suitable for beginners reference. )
    2014-01-10 13:00:42下载
    积分:1
  • PSO-PF 代码
    PSOPF滤波算法的融合,将PSO代码和PF代码进行简易融合(Fusion of PSOPF filtering algorithm)
    2021-03-09 10:59:28下载
    积分:1
  • Matlab
    FIR滤波器设计中的凯撒窗函数设计,最后有对应系数产生(FIR filter design in the design of the Kaiser window function, and finally there are the corresponding coefficients have)
    2009-05-25 20:09:56下载
    积分:1
  • LEVEL_SET
    图像分割,应用是levelset的估算 好用。附有原文(Distance Regularized Level Set Evolution and Its Application to Image Segmentation)
    2012-05-05 19:31:13下载
    积分:1
  • ICP-ps
    Iterative Closest Point (ICP) 算法的改进型,精读高于原始版的,对点云噪声和漏洞的处理效果更好于原始版。(Iterative Closest Point (ICP) algorithm is improved, intensive than the original version.)
    2013-07-16 19:55:43下载
    积分:1
  • NSGA-II
    一种快速多目标遗传算法,NSGA-Ⅱ是目前最流行的多目标进化算法之一,它降低了非劣排序遗传算法的复杂性,具有运行速度快,解集的收敛性好的优点,成为其他多目标优化算法性能的基准。(A fast multi-objective genetic algorithm, NSGA-Ⅱ is the most popular one multi-objective evolutionary algorithm, which reduces the non-dominated sorting genetic algorithm complexity, running speed, the solution converges and good benefits set to become Other multi-objective optimization algorithm performance benchmarks.)
    2020-12-26 22:19:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载