登录
首页 » matlab » pso-svm

pso-svm

于 2012-05-07 发布 文件大小:110KB
0 165
下载积分: 1 下载次数: 656

代码说明:

  很全的PSO优化SVM,还带例子。希望大家下下去认真研究,支持支持向量机(this is good method of pso optimizing parameters of svm)

文件列表:

pso-svm
.......\best.mat,228,2007-12-27
.......\binomial.m,371,1997-09-19
.......\cancer_input.mat,1609,2006-11-23
.......\cancer_output.mat,277,2006-11-23
.......\centrefig.m,144,1998-05-01
.......\Classification_SVM_SteveGunn.asv,1984,2008-01-05
.......\Classification_SVM_SteveGunn.m,1984,2008-01-05
.......\cmap.mat,1728,1997-08-13
.......\Contents.m,1118,2006-03-23
.......\Examples
.......\........\Classification
.......\........\..............\iris1v23.mat,2696,1997-09-28
.......\........\..............\iris2v13.mat,2696,1997-09-28
.......\........\..............\iris3v12.mat,2696,1997-09-28
.......\........\..............\linsep.mat,672,1997-11-06
.......\........\..............\nlinsep.mat,712,1997-11-06
.......\........\Regression
.......\........\..........\example.mat,744,1997-11-07
.......\........\..........\sinc.mat,1056,1997-08-20
.......\........\..........\titanium.mat,1096,1997-09-27
.......\fx.asv,94,2007-11-08
.......\fx.m,94,2007-11-08
.......\g_best.mat,197,2007-11-08
.......\g_best2.mat,197,2007-11-14
.......\HUIGUI-svm.asv,7040,2008-01-05
.......\HUIGUI-svm.m,7088,2008-01-05
.......\matlab.mat,228,2007-12-27
.......\nobias.m,457,1998-08-06
.......\Optimiser
.......\.........\Makefile,27,2001-10-11
.......\.........\pr_loqo.c,16731,2001-10-11
.......\.........\pr_loqo.h,2388,2001-10-11
.......\.........\qp.c,7245,2001-10-11
.......\.........\qp.dll,49152,2001-10-26
.......\pso--svm.m,7088,2008-01-05
.......\pso-svm.asv,6455,2008-01-05
.......\pso-svm.m,5433,2007-12-26
.......\psosvm.asv,5444,2007-12-26
.......\psosvm.m,5444,2007-12-26
.......\qp.dll,49152,2001-10-26
.......\quick_pso_svm.asv,7663,2007-12-27
.......\quick_pso_svm.m,7697,2007-12-27
.......\quick_pso_svm2.asv,3726,2007-12-27
.......\quick_pso_svm2.m,3748,2007-12-27
.......\quick_pso_svm3.asv,8057,2007-12-29
.......\quick_pso_svm3.m,8058,2007-12-29
.......\htm" target=_blank>README,2642,2001-10-12
.......\README.txt,2642,2001-10-12
.......\Regression_SVM_SteveGunn.asv,1337,2008-01-05
.......\Regression_SVM_SteveGunn.m,1337,2008-01-05
.......\softmargin.m,312,1998-04-21
.......\svc.m,2687,2005-04-14
.......\svcerror.m,837,1998-08-21
.......\svcinfo.m,1228,1998-03-10
.......\svcoutput.m,973,1998-04-21
.......\svcplot.m,3109,2001-10-12
.......\svdatanorm.m,1299,1998-06-23
.......\svkernel.m,2608,2001-10-11
.......\svr.asv,3861,2005-04-14
.......\svr.m,3982,1998-08-21
.......\svrerror.m,1203,1998-08-21
.......\svroutput.m,711,1998-04-15
.......\svrplot.m,1823,1998-02-13
.......\svtol.m,401,1998-08-21
.......\uiclass.m,5386,1997-11-18
.......\uiclass.mat,12592,1997-11-18
.......\uiregress.m,5627,1997-09-27
.......\uiregress.mat,11640,1998-10-12
.......\Untitled.asv,6374,2007-11-08
.......\Untitled.m,5445,2007-11-14
.......\Untitledt.asv,396,2007-11-15
.......\Untitledt.m,401,2007-11-15

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

发表评论

0 个回复

  • MIMO
    BER SNR plot in rayleigh channel with maximal ratio combining technique for MIMO
    2010-10-08 14:42:32下载
    积分:1
  • tiaoyatiaosu
    三相异步电机调压调速,matlab6.5下完成的(Three-phase induction motor speed regulator, matlab6.5 complete)
    2009-05-25 17:54:53下载
    积分:1
  • chengxu
    时频峰值滤波 用于处理地震信号 这个是以雷克子波为例子的(Time-frequency peak filtering for processing seismic signals as an example of this is the wave Leike Zi)
    2011-09-13 09:28:40下载
    积分:1
  • Matlab
    无刷直流电机的模糊PID控制 simulink仿真(Brushless DC motor simulink simulation of the fuzzy PID control)
    2011-01-15 19:13:12下载
    积分:1
  • basic-OFDM
    OFDM的基础代码,种类很多,运行完美,很好实用,欢迎大家下载验证(OFDM-based code, many different types of works perfect, very good and practical, are welcome to download validation)
    2011-06-01 13:22:21下载
    积分:1
  • FisherFace
    Fisherface方法的实现是在PCA数据重构的基础上完成的,首先利用PCA将高维数据投影到低维特征脸子空间,然后再在这个低维特征脸子空间上用LDA特征提取方法得到Fisherface。程序中使用参数寻优的方法来寻找最佳投影维数,以达到比较理想的识别效果。 (The Fisherface method implemented in the PCA data reconstruction based on the completion of the first use of PCA projection of high-dimensional data to a low dimensional feature subspace, and then on the characteristics of low-dimensional subspace LDA feature extraction methods to get the Fisherface. Program parameter optimization method is used to find the best projection dimension, in order to achieve the ideal identification.)
    2013-03-19 20:40:35下载
    积分:1
  • Grey-forecasting
    灰色预测代码用于根据现有数据来预测未来一段时间的数据(Grey prediction according to existing code is used to data to predict the future a period of data)
    2012-02-12 02:00:07下载
    积分:1
  • matlabrenliandingwei
    matlab编写的人脸定位系统程序,希望对大家有用!!(matlab prepared Face Positioning System program, we hope to useful! !)
    2014-01-13 09:59:50下载
    积分:1
  • faogen_v44
    小波包分析提取振动信号中的特征频率,D-S证据理论数据融合,高斯白噪声的生成程序。( Wavelet packet analysis to extract vibration signal characteristic frequency, D-S evidence theory data fusion, Gaussian white noise generator.)
    2017-01-06 10:42:05下载
    积分:1
  • 多载荷多工况的结构拓扑优化代码
    说明:  多载荷多工况的结构拓扑优化代码,matlab实现(Structural Topology Optimization Code for Multi-load and Multi-working Conditions)
    2018-12-28 10:08:57下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载