登录
首页 » matlab » GASVM

GASVM

于 2006-11-30 发布 文件大小:1635KB
0 257
下载积分: 1 下载次数: 399

代码说明:

  SVM程序用于小样本分析,模式识别。用于Matlab的平台。(SVM procedures for small samples for analysis and pattern recognition. Matlab for the platform.)

文件列表:

GA_SVM
......\ALLdataTest.m
......\ALLdataTrain.m
......\mainGA7.m
......\osu_svm3.00
......\...........\cmap.mat
......\...........\Contents.m
......\...........\demo
......\...........\....\c_clademo.m
......\...........\....\c_lindemo.m
......\...........\....\c_poldemo.m
......\...........\....\c_rbfdemo.m
......\...........\....\c_svcdemo.m
......\...........\....\DemoData_class.mat
......\...........\....\DemoData_test.mat
......\...........\....\DemoData_train.mat
......\...........\....\one_rbfdemo.m
......\...........\....\osusvmdemo.m
......\...........\....\SVMClassifier.mat
......\...........\....\u_clademo.m
......\...........\....\u_lindemo.m
......\...........\....\u_poldemo.m
......\...........\....\u_rbfdemo.m
......\...........\....\u_svcdemo.m
......\...........\demos.m
......\...........\LinearSVC.m
......\...........\mexSVMClass.dll
......\...........\mexSVMClass.m
......\...........\mexSVMClass.mexglx
......\...........\mexSVMClass.mexhp7
......\...........\mexSVMClass.mexsol
......\...........\mexSVMTrain.dll
......\...........\mexSVMTrain.m
......\...........\mexSVMTrain.mexglx
......\...........\mexSVMTrain.mexhp7
......\...........\mexSVMTrain.mexsol
......\...........\Normalize.m
......\...........\one_RbfSVC.m
......\...........\PolySVC.m
......\...........\RbfSVC.m
......\...........\Scale.m
......\...........\SVMClass.m
......\...........\SVMPlot.m
......\...........\SVMPlot2.m
......\...........\SVMTest.m
......\...........\SVMTrain.m
......\...........\u_LinearSVC.m
......\...........\u_PolySVC.m
......\...........\u_RbfSVC.m
......\Readme_of_GASVM.txt
......\selectGA7.m
......\svmc7.m
Read me.txt

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

发表评论

0 个回复

  • SimpleKalmanFilter
    Simple Kalman Filter 一个简单的C语言实现的卡曼滤波器。(Simple Kalman Filter with a simple C language implementation of the Kalman filter.)
    2010-11-09 16:37:30下载
    积分:1
  • DBF
    说明:  包含波束形成的仿真,五种阵列波束:线阵,主瓣偏移线阵,切比雪夫加权的线阵,圆阵,平面阵(Beamforming simulation contains five arrays beam: linear array, the main valve offset linear array, weighted Chebyshev linear array, circular array, planar array)
    2021-04-06 14:49:03下载
    积分:1
  • read-signal-sub-vi
    可以直接读取txt格式的信号文件,一般是指振动波形数据。只需要输入目录和频率即可,出来就是波形图,该vi还对信号做了去直流的处理。(the vi can read the signal file which is writed in text formation。)
    2014-05-26 17:23:32下载
    积分:1
  • ACmotor
    异步电机的电流预测控制,给定转速,通过比较电机输出的dq轴电流和给定电流判断控制性能的优劣(predictive Current Control)
    2020-10-18 20:57:26下载
    积分:1
  • ppbGauss
    本程序介绍了一种PPB滤波算法来去除图像中的加性高斯噪声,09年才提出来的新算法非常的高效,去噪效果相当好(This procedure describes a filtering algorithm to remove the image PPB in additive Gaussian noise, 09 years to put forward a new algorithm is very efficient, very good denoising effect)
    2010-11-12 14:48:00下载
    积分:1
  • code_caputure_fft
    自己练习用matlab语言编写的信号捕捉程序(Practice their own language with matlab signal capture process)
    2009-11-25 19:17:49下载
    积分:1
  • fir
    说明:  利用在box-muller 和在时域上通过低通滤波器的方法产生多普勒频移的瑞利信道(Using the box-muller, and in the time domain through a low pass filter method produces Doppler frequency shift of the Rayleigh channel)
    2011-03-09 06:24:47下载
    积分:1
  • SpeakerChe
    基于MATLAB平台开发的语音合成以及识别软件,效果很理想啊!大家快下啊!(development platform based on MATLAB synthesis and voice recognition software, the effect is very good ah! Members Express under ah!)
    2007-04-01 17:43:58下载
    积分:1
  • depso_11
    说明:  差分粒子群算法是一种新的模仿鸟类群体行为的智能优化算法,现已成为进化算法的一个新的重要分支。在基本粒子群算法和改进粒子群算法原理的基础上,实现了粒子群算法在函数优化、图像压缩和基因聚类中的应用。(Differential particle swarm optimization (DPSO) is a new intelligent optimization algorithm which imitates the behavior of bird swarm. It has become a new important branch of evolutionary algorithm. Based on the basic particle swarm optimization (PSO) algorithm and the improved principle of PSO, the application of PSO in function optimization, image compression and gene clustering is realized.)
    2019-03-14 09:17:30下载
    积分:1
  • 几种优化算法
    说明:  进退法是用来确定搜索区间(包含极小点的区间)的算法,其理论依据为:f(x) 为单谷函数(只有一个极小值),且[a,b]为其极小点的一个搜索区间,对于任意x1,x2∈[a,b] ,如果f(x1)<f(x2),则[a,x2]为极小点的搜索区间,如果f(x1)>f(x2) ,则[x1,b] 为极小点的搜索区间。黄金分割求极值(In a method is used to determine the search interval (contain minimum point interval) algorithm)
    2020-11-15 19:38:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载