登录
首页 » matlab » CS-SVM

CS-SVM

于 2020-08-16 发布
0 178
下载积分: 1 下载次数: 14

代码说明:

说明:  利用布谷鸟算法优化svm,有目标函数 实验室程序,好用(Optimization of SVM based on cuckoo algorithm)

文件列表:

CS-SVM\CS_SVM_exmp.m, 3050 , 2020-08-06
CS-SVM\CS_SVR_exmp.m, 2716 , 2016-09-05
CS-SVM\cuckoo_ori_with_chinese_note.m, 6483 , 2016-09-05
CS-SVM\empty_nests.m, 999 , 2016-09-05
CS-SVM\fobj.m, 426 , 2016-09-05
CS-SVM\get_best_nest.m, 676 , 2016-09-05
CS-SVM\get_best_nest_svm.m, 698 , 2016-09-05
CS-SVM\get_cuckoos.m, 1629 , 2016-09-05
CS-SVM\mymae.m, 70 , 2016-09-05
CS-SVM\mymape.m, 85 , 2016-09-05
CS-SVM\mymse.m, 74 , 2016-09-05
CS-SVM\objfun.m, 402 , 2016-09-05
CS-SVM\simplebounds.m, 376 , 2016-09-05
CS-SVM\wine.mat, 20168 , 2016-09-05
CS-SVM\wndspd.mat, 447 , 2016-09-05
CS-SVM, 0 , 2016-09-05

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

发表评论

0 个回复

  • Astar_3D-master
    基于matlab平台,利用A*算法求解3d的路径规划问题,下载后可直接运行,亲测有效(Based on the MATLAB platform, the A* algorithm is used to solve the path planning problem of 3D. After downloading, it can run directly and effectively)
    2018-07-23 13:30:48下载
    积分:1
  • APF20170323_2nd
    主要用于解决运动体可自主避障的轨迹规划问题,程序所使用的方法为人工势场法(Path Planning for UAVs with No-fly Zones)
    2018-01-01 10:24:03下载
    积分:1
  • 大屏幕显示, 大屏幕显示, 大屏幕显示
    大屏幕显示, 大屏幕显示, 大屏幕显示-display
    2023-08-31 18:25:03下载
    积分:1
  • 可用于射频卡读写基于MS VC6.0开发的源码(VC6.0).rar
    可用于射频卡读写基于MS VC6.0开发的源码(VC6.0).rar-Radio frequency card reader source (VC6.0). Rar
    2022-08-11 00:45:45下载
    积分:1
  • 4psk
    4psk系统,包括sinc滤波器的成型滤波部分,以及每一步的仿真结果图形(4psk communication system)
    2017-07-05 09:57:50下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 蠕变flac3d
    FALC3D代码,分析蠕变流变,考虑开尔文体,对开尔文系数参数分析,(flac3dCode, creep rheology analysis, Kelvin style, Kelvin coefficient parameter analysis.)
    2020-12-13 12:29:15下载
    积分:1
  • de2开发板的电路,为pcb,powerpcb格式,看看高手如何布板
    de2开发板的电路,为pcb,powerpcb格式,看看高手如何布板-DE2 development board of the circuit, for pcb, powerpcb format, take a look at how the cloth plate master
    2022-02-05 12:18:57下载
    积分:1
  • OrderManager
    Online Order Manager
    2013-11-26 00:16:03下载
    积分:1
  • const
    说明:  const 声明将常量放入符号表中,当const使用了extern或&符号,编译分配存储空间(The const declaration places constants in the symbol table, and when const uses extern or symbol, compiles and allocates storage space)
    2020-06-24 23:40:12下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载