登录
首页 » matlab » MATLAB-Algorithm

MATLAB-Algorithm

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

  • Speech-recognition
    matlab实现的语音识别程序 源代码和语音样本都有(matlab code for speech recognition implementation have voice samples, as well as txt version of the code)
    2010-10-22 17:30:56下载
    积分:1
  • crc.cpp
    CRC 校验的基本思想是利用线性编码理论,在发送端根据要传送的k 位二进制码序(crc)
    2010-01-02 17:27:46下载
    积分:1
  • record_audio
    简易的录音功能。通过audiorecorder函数实现录音的功能。比电脑自带的录音好很多(Simple recording function. By recording audiorecorder function. Much better than the computer comes with the recording)
    2013-04-06 16:04:41下载
    积分:1
  • pls
    偏最小二乘(PLSR) 分别求出样品集光谱矩阵和样品组分矩阵的主成分矩阵,将这两个矩阵相关联,求其线性关系,用所建立的线性函数来预测未知样品。 (Partial least squares (PLSR) The principal component matrix samples were calculated in the spectral matrix and sample matrix, the two matrix associated with the linear relationship, linear functions are developed to predict unknown samples.)
    2015-04-15 10:55:17下载
    积分:1
  • lbp
    用于图像识别中,采用matlab编写的程序,lbp算法的实现(For image recognition, using matlab preparation procedures, lbp Algorithm)
    2021-04-06 19:29:01下载
    积分:1
  • autocorrelation
    自相关信号检测仿真程序。在数据处理过程中,首先要检测信号的存在和大致位置。(Self-related signal detection simulation program. In the data processing, the first to detect the presence and approximate location of the signal.)
    2013-01-05 18:14:51下载
    积分:1
  • EMAlgorithmforClustering
    用于聚类的matlab的EM算法程序,速度还可以。共享给大家(for clustering of the EM algorithm Matlab procedures can also speed. For everyone to share)
    2007-03-08 10:46:36下载
    积分:1
  • xinhaoxitong-MATLAB
    matlab 信号系统使用教程 对学这个的有些帮助(the matlab signal is helpful tutorial to learn this system)
    2013-04-04 17:21:47下载
    积分:1
  • wsn-dijkstra
    这个程序为能量均衡的无线传感器的最短路径路由算法matlab 编程。(This process is energy balanced shortest path routing in wireless sensor algorithm matlab programming. )
    2010-06-12 15:04:37下载
    积分:1
  • Matlab-Advance-Electric-Drives2
    DQ Transformations - IQ
    2011-01-31 21:34:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载