登录
首页 » matlab » GA_SVM

GA_SVM

于 2020-09-19 发布
0 141
下载积分: 1 下载次数: 23

代码说明:

说明:  遗传算法优化支持向量机算法,从而更好的提高识别率和预测率(GA-SVM implemented by MATLAB)

文件列表:

GA_SVM, 0 , 2015-01-22
GA_SVM\ALLdataTest.m, 989597 , 2003-04-24
GA_SVM\ALLdataTrain.m, 1115834 , 2003-04-24
GA_SVM\mainGA7.m, 3086 , 2003-10-02
GA_SVM\osu_svm3.00, 0 , 2015-01-22
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\demo, 0 , 2015-01-22
GA_SVM\osu_svm3.00\demos.m, 587 , 2002-01-03
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\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\PolySVC.m, 2880 , 2002-02-15
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\Readme_of_GASVM.txt, 1843 , 2003-10-02
GA_SVM\selectGA7.m, 14590 , 2003-10-02
GA_SVM\svmc7.m, 2891 , 2003-10-02

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

发表评论

0 个回复

  • MultilayerPerceptron
    Multilayer Perceptron
    2010-07-09 13:24:03下载
    积分:1
  • ww
    说明:  Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and then doing forward substitution and back substitution (hence not modifying the right hand side as the elimination is perfomed). Test your program and then run it on the system AX = B(Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and then doing forward substitution and back substitution ( hence not modifying the right hand side as the elimination is perfomed). Test your program and then run it on the system AX = B)
    2009-06-12 00:42:22下载
    积分:1
  • chessboard
    Demo of Hough Transform for straight lines This assumes that the Sussex vision library is in your Matlab path.
    2010-02-12 20:22:22下载
    积分:1
  • Dual-simplex
    对偶单纯型 最优化的一个作业 需要的可以参考下~(Dual simplex)
    2011-05-09 09:16:00下载
    积分:1
  • single_pulse
    This is a Single Pulse Simulation Block for Power Converters in MATLAB Simulink.
    2013-01-25 22:37:40下载
    积分:1
  • particle_filter_residual_resumpling
    一个很好的残差重采样粒子滤波算法,Matlab代码(A good residual resampling particle filter algorithm, Matlab code)
    2014-01-03 15:15:26下载
    积分:1
  • try
    用于过采样滤波器组实现最优化设计,主要应用于图象处理(For over-sampling filter banks to achieve the most optimized design, mainly used in image processing)
    2007-10-22 12:31:43下载
    积分:1
  • WaterJet_Modeling
    喷水推进器以及水面艇模型的建模与仿真,基于MATLAB的SIMULINK开发,源创代码(Waterjet and ship modeling simulation)
    2012-08-11 21:25:43下载
    积分:1
  • 4
    说明:  salam. this file is about cryptography.
    2009-12-31 20:39:29下载
    积分:1
  • TargetLocatAccuracyRadarNetwork
    分析了影响多雷达组网对目标跟踪精度的因素以及与单雷达的差异,提出了定义雷达网目 标定位精度,以及评估多雷达组网后在目标定位精度方面带来增益的方法。推导了雷达网对目标定 位精度和相应评估指标的估计公式。该文方法不要大量的计算机仿真就可以方便地评估2-D、3- D以及混合雷达网的目标定位精度和效能。通过应用实例说明了该文方法的优点和有效性。 (The factors that affect the location accuracy of target tracked by multi-radar are analyzed.The method to define target location accuracy and the metrics to evaluate the accuracy improvement efficiency of a radar net- work are presented.The analytical expressions are developed to estimate the target location accuracy and the effi- ciency metricsof a radar network.The presented method is convenient to evaluate the target location accuracy and the efficiency of 2-D,3-D as well as the heterogeneous radar network instead of the tedious computer simula- tions.The advantages and the validity of the method are demonstrated by an application. )
    2014-01-04 21:37:02下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载