登录
首页 » matlab » MATLAB-Algorithm

MATLAB-Algorithm

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

  • model_rasteniy_nasekomyh.pdf
    Rus Mastering 3D Graphics Digital Botany and Creepy Insects Bill Fleming WILEY COMPUTER PUBLISHING DMK Press 2002
    2010-07-19 18:16:33下载
    积分:1
  • HF_pattern
    跳频图案是跳频通信成功的基础,本代码计算了r=15时的m序列优选对,通过找到m序列的特征相位,模2得到了平衡Gold序列(Frequency hopping patterns is fundamental to the success of frequency-hopping communication, the code calculated the r = 15 when m sequence optimization right, by finding the characteristics of m sequence phase, mode 2 has been balanced Gold sequences)
    2007-11-04 18:40:04下载
    积分:1
  • GM(1_1)
    GM(1,1)模型1-4 1:GM(1,1)模拟模型,在matlab中的输入方法为gm1(x),x指要模拟的序列。 2:GM(1,1)预测模型,在matlab中的输入方法为gm2(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。 3:GM(1,1)群模拟模型,在matlab中的输入方法为gm3(x),x指要模拟的序列。 4:GM(1,1)群预测模型,在matlab中的输入方法为gm4(x,K),x指要模拟的序列,K指从以后序列第一个数据算起的第k个待预测数据。 gm4对序列趋势比较好的数据预测效果较好,对上下变动的数据,特别是后4个数据趋势跟前面的数据相反的,预测效果很差。 gm2对上下变动的数据,预测效果比gm4好,但对趋势较好的数据,预测精度没有gm4高。 gm3比gm1模拟精度要高。 可以以x=[1 3 5 7 9 11 13 15]进行实验。x输入默认行向量。 所有程序在matlab6.0上调试通过。(GM (1,1) 1-4 1 : GM (1,1) simulation model Matlab in the input method for gm1 (x), x entail simulation sequence. 2 : GM (1,1) model, in the Matlab input method for gm2 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. 3 : GM (1,1)- simulation model, in the Matlab input method for gm3 (x), x entail simulation sequence. 4 : GM (1,1)- forecasting model, in the Matlab input method for gm4 (x, K), x entail simulated sequence, from the K refers to the first series after a run of data k pending forecast data. Gm4 right sequence relatively good trend data predicted better results, the next change in the data, especially after four data with the previous trend data contrary, predict poor. Gm2 next to the change in forecast resu)
    2007-05-31 11:13:42下载
    积分:1
  • position_update
    update node position
    2011-08-15 23:39:28下载
    积分:1
  • exam_fourier
    用傅里叶变换对地震信号进行时频分析,通过修改参数可以深刻的认识傅里叶变换在时频分析中的意义,适合地震信号研究的初学者。(Fourier transform of the seismic signal frequency analysis, parameter changes can be profound understanding of Fourier transform in the time-frequency analysis of significance for the seismic signals of beginners.)
    2013-04-19 10:56:49下载
    积分:1
  • lowpass-filtering
    利用fft2对图像傅里叶变换,在用lpfilter生成高斯低通滤波器,进行过滤再进行反变换最后显示(Use fft2 the image Fourier transform, in with lpfilter generate Gaussian low-pass filter for filtering the inverse transform last displayed)
    2012-11-26 19:30:28下载
    积分:1
  • MATLAB4
    用MATLAB~"gXLMATLAB语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比较灵活、 缟程效率高等特点。本文简要阐述了遗传算法的基本原理,并对英国Shefield大学的MATLAB遗传算法工具箱作了简要 的介绍。探讨了其在军事目标分配中的应用。(Using MATLAB ~ )
    2007-09-07 20:10:28下载
    积分:1
  • liziqun
    以Griewank函数为测试对象,应用PSO算法优化求解(Use Griewank function for test object, apply PSO algorithm as the optimal solution)
    2011-06-14 16:08:11下载
    积分:1
  • msp430tuner
    Code for Guitar Tuner using strobers
    2014-11-28 04:00:49下载
    积分:1
  • coop
    cooperative comminication simulation
    2010-06-23 22:14:05下载
    积分:1
  • 696516资源总数
  • 106432会员总数
  • 11今日下载