登录
首页 » matlab » Feature Selection using GA

Feature Selection using GA

于 2020-04-29 发布
0 201
下载积分: 1 下载次数: 7

代码说明:

说明:  用二进制遗传算法做特征选择,此算法效率高,选择的特征数目少。(The binary genetic algorithm is used for feature selection, which has high efficiency and few features.)

文件列表:

01 Binary Feature Selection using GA\audit_risk.dat, 80949 , 2019-11-22
01 Binary Feature Selection using GA\bodyfat_data.mat, 8631 , 2015-09-11
01 Binary Feature Selection using GA\clean1.dat, 319788 , 2019-11-14
01 Binary Feature Selection using GA\CreateAndTrainANN.m, 3489 , 2015-09-11
01 Binary Feature Selection using GA\Crossover.m, 881 , 2015-09-11
01 Binary Feature Selection using GA\DoublePointCrossover.m, 635 , 2015-09-11
01 Binary Feature Selection using GA\FeatureSelectionCost.m, 1444 , 2015-09-11
01 Binary Feature Selection using GA\ga.m, 3492 , 2015-09-11
01 Binary Feature Selection using GA\german.dat, 27795 , 2019-11-14
01 Binary Feature Selection using GA\Hill_Valley_without_noise.dat, 1444671 , 2019-11-21
01 Binary Feature Selection using GA\Hill_Valley_with_noise.dat, 837434 , 2019-11-21
01 Binary Feature Selection using GA\ionosphere.dat, 76467 , 2019-11-14
01 Binary Feature Selection using GA\iris.dat, 2551 , 2019-11-14
01 Binary Feature Selection using GA\isolet5.dat, 8110875 , 2019-11-24
01 Binary Feature Selection using GA\license.txt, 1350 , 2015-08-23
01 Binary Feature Selection using GA\LoadData.m, 617 , 2015-09-11
01 Binary Feature Selection using GA\lung-cancer.dat, 5444 , 2019-11-14
01 Binary Feature Selection using GA\main.m, 766 , 2019-12-03
01 Binary Feature Selection using GA\movement_libras.dat, 256653 , 2019-11-22
01 Binary Feature Selection using GA\Mutate.m, 545 , 2015-09-11
01 Binary Feature Selection using GA\page-blocks.dat, 355745 , 2019-11-14
01 Binary Feature Selection using GA\RouletteWheelSelection.m, 511 , 2015-09-11
01 Binary Feature Selection using GA\SinglePointCrossover.m, 569 , 2015-09-11
01 Binary Feature Selection using GA\SPECT.dat, 12547 , 2019-11-21
01 Binary Feature Selection using GA\UniformCrossover.m, 554 , 2015-09-11
01 Binary Feature Selection using GA\Urban_Land_Cover.dat, 540930 , 2019-11-22
01 Binary Feature Selection using GA\vehicle.dat, 52549 , 2019-11-22
01 Binary Feature Selection using GA\wine.dat, 13096 , 2019-11-21
01 Binary Feature Selection using GA\www.yarpiz.com.url, 121 , 2015-08-23
01 Binary Feature Selection using GA\zoo.dat, 3535 , 2019-11-07
01 Binary Feature Selection using GA, 0 , 2020-01-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 19854796802.16aChannel
    802.16a的三径莱斯信道模型,可直接使用。(802.16a diameter of three Rice channel model can be used directly.)
    2009-03-19 21:23:52下载
    积分:1
  • meancov
    用于求多多数据的均值和方差,希望对大家有用(Seek more data for the mean and variance, in the hope that useful)
    2008-12-22 22:07:18下载
    积分:1
  • assign
    IR project ,search in some data
    2010-09-01 21:04:55下载
    积分:1
  • matlabdaima
    P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 (P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization)
    2013-07-09 11:10:35下载
    积分:1
  • KalmanAll
    matlab中关于卡尔曼滤波的一些常用子函数及工具(One kinds of the Kalman filter can estimate the position of the ball.)
    2013-10-24 10:16:51下载
    积分:1
  • bwlabel
    说明:  为MATLAB中的图形增加标签,从而可以有效地表示图形意义,防止读不懂图的情况( BWLABEL supports 2-D inputs only, whereas BWLABELN support any input dimension. In some cases you might prefer to use BWLABELN even for 2-D problems because it can be faster. If you have a 2-D input whose objects are relatively "thick" in the vertical direction, BWLABEL will probably be faster otherwise BWLABELN will probably be faster.)
    2011-04-08 08:49:31下载
    积分:1
  • shanchen
    LBM方法的shan-chen两相流分离模拟(LBM method shan-chen two-phase separation simulation)
    2013-09-13 16:33:34下载
    积分:1
  • 贝叶斯正则化算法提高 BP 网络的推广能力
    采用贝叶斯正则化算法提高 BP 网络的推广能力。 在本例中,我们采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络,使其能够拟合某一附加有白噪声的正弦样本数据。(Bayesian regularization algorithm to improve the generalization ability of BP network. In this example, we use two training methods, namely LM optimization algorithm (trainlm) and Bayesian regularization algorithm (trainbr), to train BP network so that it can fit a sine additional white noise sample data.)
    2016-09-06 09:05:45下载
    积分:1
  • GA_JSP
    说明:  1.选择主函数main运行。main有三个输出参数:最优染色体最早出现代数;最佳适应度;最优染色体编码 2.算例.txt文件提供了三个不同规模的JSP问题,将数据粘贴到main函数的对应位置,保存即可运行 3.time函数可以多次运行main主函数,对结果作简单统计(1. Select the main function to run. Main has three output parameters: the first generation algebra of the optimal chromosome; the optimal fitness; the optimal chromosome coding 2. The example. TXT file provides three JSP problems of different sizes. Paste the data to the corresponding location of the main function, and save it to run 3. The time function can run the main function multiple times to make simple statistics on the results)
    2020-03-30 18:08:39下载
    积分:1
  • waveguideFDTD
    基于FDTD算法,用MATLAB实现了波导色散特性的仿真研究(Based on the FDTD algorithm, implemented using MATLAB simulation of waveguide dispersion characteristics)
    2010-08-04 17:05:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载