登录
首页 » matlab » GA_SVM

GA_SVM

于 2009-11-19 发布 文件大小:1635KB
0 230
下载积分: 1 下载次数: 353

代码说明:

  对于小样本而言,SVM的仿真效果要比神经网络好,但是SVM的性能依赖于它的两个训练参数,本算法是用GA自动选择SVM的两个参数。(For small sample case, SVM simulation results than the neural network is good, but the performance of SVM depends on its two training parameters, the algorithm is automatically selected GA parameters of SVM-2.)

文件列表:

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

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

发表评论

0 个回复

  • SVM
    应用于matlab支持向量机svm的工具箱(Applies to support vector machine SVM matlab toolbox)
    2008-12-29 15:08:16下载
    积分:1
  • wfdb-swig-matlab
    装上之后就可以在线读取MIT的physiobank数据。 r = rdsamp( mitdb/100 , maxt , :10 )(The WFDB Toolbox for MATLAB)
    2010-06-18 23:17:28下载
    积分:1
  • DCT_matlab
    matlab环境下的DCT变换域的水印程序(Matlab environment under the DCT domain watermarking procedure)
    2007-05-25 12:11:02下载
    积分:1
  • MatLab-Primer--7th-Edition
    一本还不错的编程指导书,初学者可以借助它全面系统地学习怎么用matlab(A pretty good matlab instructions, which can help with matlab programming)
    2011-09-27 15:51:23下载
    积分:1
  • DSPII_USTC_01
    传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形; 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出了采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线; 5)用MATLAB计算并画出了LMS法时误差随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形; 6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线; 7)最终对结果进行了分析,具体见压缩包的word文档。 (Wideband signal in the conventional sinusoidal interference suppression method is the use notch filter (notch filter), this requires precise knowledge of the frequency of a sinusoidal interference . However, when the interference frequency sinusoidal changes slowly , and the selected frequency characteristic requirements are very sharp , then best use of adaptive noise cancellation method . following figure is a second-order FIR LMS adaptive filter to eliminate a program sinusoidal interference . The code implements the following functions:   A ) draw with MATLAB error performance of the filter surface and the surface contour error performance curve 2 ) gives the steepest descent method and the LMS algorithm formula 3 ) generated using MATLAB variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform 4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour pl)
    2013-11-06 13:12:36下载
    积分:1
  • 34
    说明:  根据滤波器指标选择合适的窗函数,计算窗函数的长度N,调用MATLAB函数fir1设计一个FIR低通滤波器。并编写程序,调用MATLAB快速卷积函数fftfilt实现对xt的滤波。绘图显示滤波器的频响特性曲线、滤波器输出信号的幅频特性图和时域波形图。  (Select the appropriate indicators according to filter window function, calculate the length of window function N, called MATLAB function fir1 design a FIR low-pass filter. And programming, call MATLAB functions fftfilt achieve fast convolution filtering xt. Graphics filter frequency response curve, the filter output signal amplitude and frequency characteristics of maps and time-domain waveform.  )
    2011-05-24 09:17:20下载
    积分:1
  • wave
    小波变换相关方法的MATLAB实现,可以在同地幅图像中显示四幅不同的波段,包括三个高频和一个低频。(MATLAB Wavelet Transform Correlation method implemented in the same way images can be displayed in four different bands, including three high and one low-frequency.)
    2009-11-18 10:02:07下载
    积分:1
  • ESPRIT11
    ESPRIT11算法,是借助旋转不变技术估计信号参数,用matlab写的,大家可以参考一下啊!(ESPRIT11 algorithm, is using the same techniques to estimate rotation signal parameters, Matlab was used, we can take a look ah!)
    2007-05-04 10:29:02下载
    积分:1
  • Matlab
    toolbox to calculet integral progection model
    2013-11-13 16:04:49下载
    积分:1
  • shengwenshibie
    这是与文本相关的声纹识别,利用MATLAB编写,不错的程序!!!!!(MATLAB)
    2009-05-08 18:51:58下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载