登录
首页 » matlab » MATLAB-Algorithm

MATLAB-Algorithm

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

  • fem2d_nonlinear_50line
    一个50行的Matlab有限元程序(二维非线性问题),执行fem2d_nonlinear.m即可。(A 50-line Matlab finite element program (two-dimensional nonlinear problems), the Executive fem2d_nonlinear.m can.)
    2010-06-08 14:31:13下载
    积分:1
  • 1D.m
    System will automatically delete the directory of debug and release, so please do not put files on these two directory.
    2011-05-17 19:56:58下载
    积分:1
  • mapminmax
    说明:  matlab的mapminmax函数(投影映射),在使用libsvm中没有它总是报错~~(The mapminmax matlab function (projection map), in the use of libsvm not it always error ~ ~)
    2011-04-18 18:30:21下载
    积分:1
  • PML-absorbing-boundary-code
    使用PML吸收边界三维FDTD算法MATLAB代码(PML absorbing boundary using three-dimensional FDTD algorithm MATLAB code)
    2013-08-06 11:01:09下载
    积分:1
  • 所有定位算法matlab(1)
    无线传感器网络定位技术的matlab算法合集,不包含蒙特卡罗方法(A set of MATLAB algorithms for wireless sensor network location technology without Monte Carlo method)
    2019-04-02 23:50:19下载
    积分:1
  • pso
    粒子群算法解决二进制问题,通过matlab语言进行编程(Binary particle swarm algorithm to solve the problem, through the matlab programming language)
    2009-11-16 17:11:04下载
    积分:1
  • zaosheng11
    雷达高斯分布相干视频噪声和高斯分布中频噪声仿真(Coherent Radar Gaussian noise and Gaussian frequency video noise simulation)
    2013-09-29 08:29:11下载
    积分:1
  • Threshold
    Determining threshold for testing z(n)=N(n) against z(n)=a+N(n) where all of parameters are known
    2010-08-18 00:11:02下载
    积分:1
  • defuzz
    源代码有关MATLAB的解模糊代码。好好学习把 (MATLAB source code for the solution of the fuzzy code. Learning to make good)
    2007-03-11 21:01:17下载
    积分:1
  • sys
    本实验隶属现代数字信号处理,涉及到谱估计和谱分解,对学习数字信号的现代处理方法帮组很大。系统辨识实验实现:输入为功率为1(方差为1)的白噪声信号,通过一个线性移不变(LSI)系统,采用功率谱分析方法实现系统辨识对一个LSI系统进行辨识,并比较最后辨识出的系统与原系统的差别,分别显示出来。 (Experimental realization of system identification: input power of 1 (variance 1) of the white noise signal through a linear shift invariant (LSI) system, using power spectral analysis method of system identification of an LSI system identification, and compare the final system and identify the difference between the original system, respectively, is displayed.)
    2011-12-13 22:04:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载