登录
首页 » matlab » 109201239GASVM

109201239GASVM

于 2018-09-25 发布 文件大小:1634KB
0 283
下载积分: 1 下载次数: 4

代码说明:

  基于遗传算法优化支持向量分类机参数的matlab语言编码(Support vector machine optimized by genetic algorithm)

文件列表:

GA_SVM, 0 , 2003-10-01
GA_SVM\osu_svm3.00, 0 , 2003-10-02
GA_SVM\osu_svm3.00\PolySVC.m, 2880 , 2002-02-15
GA_SVM\osu_svm3.00\cmap.mat, 1728 , 1997-08-13
GA_SVM\osu_svm3.00\Contents.m, 2905 , 2002-02-25
GA_SVM\osu_svm3.00\demos.m, 587 , 2002-01-03
GA_SVM\osu_svm3.00\LinearSVC.m, 1978 , 2002-02-15
GA_SVM\osu_svm3.00\mexSVMClass.dll, 61440 , 2002-04-12
GA_SVM\osu_svm3.00\mexSVMClass.m, 5181 , 2002-02-15
GA_SVM\osu_svm3.00\mexSVMClass.mexglx, 166002 , 2002-04-12
GA_SVM\osu_svm3.00\mexSVMClass.mexhp7, 127289 , 2002-03-21
GA_SVM\osu_svm3.00\mexSVMClass.mexsol, 232932 , 2002-03-21
GA_SVM\osu_svm3.00\mexSVMTrain.dll, 73728 , 2002-04-12
GA_SVM\osu_svm3.00\mexSVMTrain.m, 4332 , 2002-02-15
GA_SVM\osu_svm3.00\mexSVMTrain.mexglx, 165010 , 2002-04-12
GA_SVM\osu_svm3.00\mexSVMTrain.mexhp7, 127290 , 2002-03-21
GA_SVM\osu_svm3.00\mexSVMTrain.mexsol, 231836 , 2002-03-21
GA_SVM\osu_svm3.00\Normalize.m, 234 , 2001-12-06
GA_SVM\osu_svm3.00\one_RbfSVC.m, 2557 , 2002-02-25
GA_SVM\osu_svm3.00\RbfSVC.m, 2431 , 2002-02-15
GA_SVM\osu_svm3.00\Scale.m, 504 , 2002-01-28
GA_SVM\osu_svm3.00\SVMClass.m, 5967 , 2002-02-15
GA_SVM\osu_svm3.00\SVMPlot.m, 4067 , 2002-02-15
GA_SVM\osu_svm3.00\SVMPlot2.m, 5845 , 2002-02-15
GA_SVM\osu_svm3.00\SVMTest.m, 7212 , 2002-02-15
GA_SVM\osu_svm3.00\SVMTrain.m, 5415 , 2002-02-15
GA_SVM\osu_svm3.00\u_LinearSVC.m, 2014 , 2002-02-25
GA_SVM\osu_svm3.00\u_PolySVC.m, 2942 , 2002-02-25
GA_SVM\osu_svm3.00\u_RbfSVC.m, 2484 , 2002-02-25
GA_SVM\osu_svm3.00\demo, 0 , 2003-10-02
GA_SVM\osu_svm3.00\demo\c_clademo.m, 1907 , 2002-02-15
GA_SVM\osu_svm3.00\demo\c_lindemo.m, 2892 , 2002-02-15
GA_SVM\osu_svm3.00\demo\c_poldemo.m, 3369 , 2002-02-25
GA_SVM\osu_svm3.00\demo\c_rbfdemo.m, 3248 , 2002-02-25
GA_SVM\osu_svm3.00\demo\c_svcdemo.m, 749 , 2002-02-25
GA_SVM\osu_svm3.00\demo\DemoData_class.mat, 144664 , 2000-06-22
GA_SVM\osu_svm3.00\demo\DemoData_test.mat, 144656 , 2000-02-23
GA_SVM\osu_svm3.00\demo\DemoData_train.mat, 432016 , 2000-02-23
GA_SVM\osu_svm3.00\demo\one_rbfdemo.m, 3382 , 2002-02-25
GA_SVM\osu_svm3.00\demo\osusvmdemo.m, 612 , 2000-10-10
GA_SVM\osu_svm3.00\demo\SVMClassifier.mat, 38496 , 2002-02-25
GA_SVM\osu_svm3.00\demo\u_clademo.m, 1910 , 2002-02-25
GA_SVM\osu_svm3.00\demo\u_lindemo.m, 2894 , 2002-02-25
GA_SVM\osu_svm3.00\demo\u_poldemo.m, 3369 , 2002-02-25
GA_SVM\osu_svm3.00\demo\u_rbfdemo.m, 3250 , 2002-02-25
GA_SVM\osu_svm3.00\demo\u_svcdemo.m, 750 , 2000-10-10
GA_SVM\mainGA7.m, 3086 , 2003-10-02
GA_SVM\svmc7.m, 2891 , 2003-10-02
GA_SVM\selectGA7.m, 14590 , 2003-10-02
GA_SVM\ALLdataTrain.m, 1115834 , 2003-04-24
GA_SVM\ALLdataTest.m, 989597 , 2003-04-24
GA_SVM\Readme_of_GASVM.txt, 1843 , 2003-10-02
www.pudn.com.txt, 218 , 2007-01-22

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

发表评论

0 个回复

  • betweenness_centrality
    该代码是计算节点介数,分析网络的个体的重要性。简单地讲,一个节点的Betweenness表示所有的节点对之间通过该节点的最短路径条数。Betweenness很好地描述了一个网络中节点可能需要承载的流量。(The code is node betweenness calculation, analysis of the importance of individual network. Simply put, a node Betweenness said all of the article by the nodes of the shortest path between nodes to count. Betweenness well describes a network node may need to load flow. )
    2014-07-24 20:41:32下载
    积分:1
  • LD
    说明:  此Matlab代码实现了Drude-Lorentz和Debye-Lorentz算法(LD模型),用于计算金属的介电常数。当然Drude-Lorentz方法也可以用来计算纯水的。(This Matlab code implements the Drude-Lorentz and Debye-Lorentz algorithm (LD model), used to calculate the dielectric constant of metal. Of course, Drude-Lorentz method can also be used to calculate the pure water.)
    2010-01-03 20:26:51下载
    积分:1
  • StockPricePrediction-master
    python深度学习股票分析框架,就这么多了(python learning stock)
    2019-06-18 12:19:59下载
    积分:1
  • dijk
    Dijkstra算法可以解决voronoi图中求解最短路径(Dijkstra' s algorithm can solve voronoi diagram to solve the shortest path)
    2012-12-06 21:22:53下载
    积分:1
  • GeoQ_Spider
    通过PYTHON编写的爬虫程序,爬取Geoq的人口密度数据(The population density data of Geoq is crawled by a crawler program written in PYTHON)
    2020-06-21 12:20:02下载
    积分:1
  • ZookeeperClient
    zookper节点搭建、持久节点、临时节点创建以及动态上下线(Construction of Zookper Node and Dynamic Up and Down)
    2020-06-20 10:00:01下载
    积分:1
  • 深度学习之TensorFlow:入门、原理与进阶实战
    说明:  该压缩文件是《深度学习之Tensorflow的入门、原理及进阶实战》,里面讲述了如何搭建TensorFlow环境,并讲述了深度学习的一些理论基础知识,而且通过例子进行辅助,能更好的理解掌握。(The compressed file is "Introduction, Principle and Advanced Combat of Tensorflow for Deep Learning", which describes how to set up the TensorFlow environment, and describes some theoretical basic knowledge of deep learning, and assists with examples to better understand .)
    2019-04-20 20:40:46下载
    积分:1
  • 利用BP神经网络进行字符识别
    利用神经网络进行字符的识别,并对神经网路训练(Use neural networks for character recognition and neural network training)
    2018-12-10 21:20:03下载
    积分:1
  • AYDQE
    基本蚁群算法寻找食物,需要TURBOC2运行环境,在vista下要兼容模式运行()
    2017-12-05 18:38:41下载
    积分:1
  • Forest-Fires-Data-Set
    森林火灾数据集,可作为 数 据 挖 掘 的数据库(Forest fires dataset can be used as data mining database)
    2020-11-18 10:49:38下载
    积分:1
  • 696516资源总数
  • 106405会员总数
  • 10今日下载