登录
首页 » matlab » 蝙蝠BASVM

蝙蝠BASVM

于 2021-05-08 发布
0 481
下载积分: 1 下载次数: 34

代码说明:

说明:  本算法是基于蝙蝠优化算法BA优化SVM,可以大大提高VMD的分类准确率,提高优化时间。(This algorithm is based on bat optimization algorithm BA to optimize SVM, which can greatly improve the classification accuracy of VMD and improve the optimization time.)

文件列表:

蝙蝠BASVM\Afit.m, 5965 , 2018-06-19
蝙蝠BASVM\bat.m, 2067 , 2014-11-12
蝙蝠BASVM\BatAlgorithm.pdf, 587199 , 2011-04-25
蝙蝠BASVM\bat_algorithm.m, 4551 , 2018-06-19
蝙蝠BASVM\BA_SVM.m, 5898 , 2018-06-19
蝙蝠BASVM\Fun.m, 529 , 2018-06-19
蝙蝠BASVM\initialization.m, 1845 , 2016-09-08
蝙蝠BASVM\ISSL-Isomap.mat, 6694 , 2018-06-07
蝙蝠BASVM\libsvmread.c, 4063 , 2016-12-22
蝙蝠BASVM\libsvmread.mexw64, 13824 , 2017-06-28
蝙蝠BASVM\libsvmwrite.c, 2341 , 2016-12-22
蝙蝠BASVM\libsvmwrite.mexw64, 12800 , 2017-06-28
蝙蝠BASVM\LTSA.mat, 7088 , 2018-06-07
蝙蝠BASVM\make.m, 888 , 2016-12-22
蝙蝠BASVM\Makefile, 1240 , 2016-12-22
蝙蝠BASVM\PSO.m, 3897 , 2014-06-13
蝙蝠BASVM\simplebounds.m, 269 , 2018-06-19
蝙蝠BASVM\SVM.m, 1652 , 2018-06-07
蝙蝠BASVM\svmpredict.c, 9820 , 2016-12-22
蝙蝠BASVM\svmpredict.mexw64, 27648 , 2017-06-28
蝙蝠BASVM\svmtrain.c, 11818 , 2016-12-22
蝙蝠BASVM\svmtrain.mexw64, 69632 , 2017-06-28
蝙蝠BASVM\svm_model_matlab.c, 8205 , 2016-12-22
蝙蝠BASVM\svm_model_matlab.h, 201 , 2016-12-22
蝙蝠BASVM\新型元启发式蝙蝠算法_黎成.pdf, 735864 , 2014-10-28
蝙蝠BASVM\求解大规模优化问题的可全局收敛蝙蝠算法_黄光球.caj, 755784 , 2014-10-28
蝙蝠BASVM\蝙蝠算法.pdf, 1291010 , 2014-10-28
蝙蝠BASVM, 0 , 2020-09-22

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

发表评论

0 个回复

  • Line_Plot_3D
    用matlab实现的3Dplot绘制例子程序。(draw 3Dplot using matlab)
    2012-08-16 16:51:33下载
    积分:1
  • zc33
    使用matlab编写的 配电网前推回代潮流计算程序 使用IEEE 33节点配电系统作为算例,可实现弱环网情况下的潮流计算(Matlab prepared using forward and backward substitution distribution network power flow calculation program uses IEEE 33 node power distribution system as an example, can be realized in case of weak-link network flow calculation)
    2020-09-05 20:08:05下载
    积分:1
  • discrep
    改程序为广义偏差原理。广义偏差原理用以求解正则化参数。为正则化参数的选择提供了依据。ISCREP Discrepancy principle criterion for choosing the reg. parameter.(Deviation principle for the broad reform program. Deviation principle for solving the generalized regularization parameter. For the choice of the regularization parameter was provided. ISCREP Discrepancy principle criterion for choosing the reg. Parameter.)
    2011-09-10 00:06:38下载
    积分:1
  • protect
    matlab 模型保护程序对模型进行保护,编译成obj文件(matlab model protection ,we complier the sfunction .c file to mexw file and .obj file)
    2020-06-16 12:28:32下载
    积分:1
  • BP_neural_network
    说明:  可以使用BP神经网络对矩阵形式的数据进行训练,并且进行数据预测,代码注释详细(BP neural network can be used to train the data in matrix form, predict the data, and annotate the code in detail)
    2020-01-28 10:34:08下载
    积分:1
  • MATLABNakagami
    因而本文基于MATLAB 针对Nakagami 衰落信道仿真了它的统计 特性,包括接收信号的复包络模拟和在具有最大比合并分集下的电平通过率及平均衰落持续时间的性能分析。重点在于理解和建立采用 MATLAB 进行信道信真的方法及对Nakagami 衰落信道本身统计特性的理解。(Based on MATLAB which Nakagami fading channel simulation for its statistical properties, including the received signal complex envelope simulation and has the maximum ratio combining diversity under the level crossing rate and average fade duration of the performance analysis. Emphasis is on understanding and the establishment of the channel using MATLAB and the letter is really way Nakagami fading channel statistical characteristics of their own understanding.)
    2021-03-25 16:39:13下载
    积分:1
  • the-Line-in-Digital-Printings
    建立了用于数字印刷品线条清晰度的评价方法。(A method for evaluating the line sharpness in digital printings is established.)
    2012-11-27 22:11:56下载
    积分:1
  • various-loads
    DESIGN OF DPFC UNDER DIFFERENT LOADING CONDITION IN SIMULINK....
    2021-02-23 09:49:40下载
    积分:1
  • kmedian
    The method works as follows. 1. For a data set with dimensionality, d, compute the variance of data in each dimension (column). 2. Find the column with maximum variance call it cvmax and sort it in any order. 3. Divide the data points of cvmax into K subsets, where K is the desired number of clusters. 4. Find the median of each subset. 5. Use the corresponding data points (vectors) for each median to initialize the cluster centers.
    2013-08-10 03:45:31下载
    积分:1
  • image_optimization
    采取量子遗传算法来优化参数实现图像的自适应增强(take quantum genetic algorithm to optimize the parameters, enhanced adaptive image)
    2007-05-23 09:10:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载