登录
首页 » matlab » MATLAB-Algorithm

MATLAB-Algorithm

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

  • Desktop
    特徵粹取(feature extraction)是特徵選取(feature selection)的延伸,簡單地說,我們希望將資料群由高維度的空間中投影到低維度的空間,因此,我們必須找出一組基底向量(base)來進行線性座標轉換,使得轉換後的座標,能夠符合某一些特性。 我們可以將特徵粹取分成「包含類別資訊」和「不包含類別資訊」兩大類。包含類別資訊指的是我們已經知道哪些資料分別歸屬於哪一類;而不包含類別資訊的特徵粹取則適用於我們不知道手上的資料點分別該歸屬於哪一類,甚至連該劃分成幾類都不知道的情況。對於這兩大類資料,可以分述如下: 對於「不包含類別資訊」的資料,我們通常使用「主要分量分析」(principal component analysis),簡稱 PCA。 (Cuiqu features (feature extraction) is feature selection (feature selection) extension, simply put, we want to base the projection data the high-dimensional space to low-dimensional space, so we have to find a set of basis vectors ( base) to the linear coordinate conversion, so that after the coordinate conversion, can meet a number of features. We can feature Cuiqu into " category contains information" and " does not contain a category of information," two categories. Contains categories of information refers to what we already know what kind of information are attributed to Cuiqu features include categories of information are not applicable to information we do not know the points are in the hands of the home in which category, and even that is divided into several class do not know the situation. For these two categories of information, can be divided as follows: For information " does not include the categories of information" , we usually use the " )
    2014-12-18 12:19:30下载
    积分:1
  • SVM1alloptimization
    SVM 1 to all optimization process matlab code
    2015-01-20 05:58:39下载
    积分:1
  • EVM_Matlab-1.1
    video processing matlab
    2015-04-10 20:59:28下载
    积分:1
  • VG_C
    利用可视图理论对时间序列建网,得到复杂网络,再求取该网络的聚集系数(throuth the theory of time series of network construction, we get the complex network, and then calculate the clustering coefficient of the network)
    2012-03-11 11:02:45下载
    积分:1
  • 11
    说明:  关于正交信号中,复数的意义,其实复数是有实际意义的!(On the quadrature signal, the plural meaning, in fact, there is a complex meaningful!)
    2009-12-03 22:17:18下载
    积分:1
  • two-dimensional-silulation
    这是一个关于二维的FDTD的源代码,主要模仿电磁波传播的传播,对于做天线,雷达的朋友有帮助(This is one of the two dimensional FDTD source code, mainly to imitate the propagation of electromagnetic wave propagation, for antenna, radar has to help a friend)
    2012-04-23 22:37:55下载
    积分:1
  • vortex
    说明:  有效观察OAM的相位模式,可自由设定拓扑荷数(Observing the phase mode of OAM effectively, the topological charge can be set freely.)
    2021-03-04 16:09:32下载
    积分:1
  • matlab
    中心极限定理的仿真,利用matlab实现,很好的例子啊(The Central Limit Theorem simulation using matlab to achieve a good example)
    2012-05-27 22:23:16下载
    积分:1
  • MATLAB-for-hillSAA
    共有5个m文件,用于求解旅行商问题,可动态显示求解最优路径过程,且有代码详细注释,对初学者尤为适用。(A total of 5 m file, used to solve the traveling salesman problem, you can solve the optimal path dynamically display process, and there is code detailed notes, particularly suitable for beginners.)
    2014-11-27 10:19:27下载
    积分:1
  • MATLABHD
    灰度图像的频域增强,MATLAB实现,内有图(Gray-scale images to enhance the frequency domain, MATLAB realize, there are plans)
    2008-05-28 21:06:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载