登录
首页 » Matlab » 支持向量机svm代码

支持向量机svm代码

于 2022-02-25 发布 文件大小:181.89 kB
0 760
下载积分: 2 下载次数: 5

代码说明:

支持向量机(Support Vector Machine,SVM)是Corinna Cortes和Vapnik等于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中。在机器学习中,支持向量机(SVM,还支持矢量网络)是与相关的学习算法有关的监督学习模型,可以分析数据,识别模式,用于分类和回归分析。支持向量机方法是建立在统计学习理论的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

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

发表评论

0 个回复

  • coding_xn
    根据输入的概率进行香农编码,然后输出必要的参数和编码的结果。其中有嵌套程序。(Probability under the Importation of Shannon coding, and then output the necessary parameters and the coding results. Which have nested procedures.)
    2007-09-04 21:40:52下载
    积分:1
  • Integral-turbulence-test
    湍流统计特性检验,用于通量数据质量描述 湍流统计特性检验,用于通量数据质量描述(Examine the statistical properties of turbulence for the turbulent fluxes describe the statistical properties of the data quality tests for data quality description flux)
    2014-12-04 14:51:43下载
    积分:1
  • Berger_Enkhbayar
    Berger algorythm heart rate variability by me(Eegii33)
    2013-05-07 09:50:26下载
    积分:1
  • hp-upqc
    An ideal AC power transmission is pure sinusoidal, both its voltage and its current. With the increasing production of modern industry, more and more power electronic equipments are used and cause serious current distortion because of open and close of power electronic devices. Harmonic, a measurement of distorted degree of voltage or current, reflects the deviation from sinusoidal wave.
    2012-02-14 18:18:00下载
    积分:1
  • 79419087gameD
    simple network game(simple network game matlab code)
    2019-05-21 21:51:55下载
    积分:1
  • bp-network
    matlab写的人工神经网络的例子,附有处理图片和注释(matlab written examples of artificial neural networks with image processing and annotation)
    2008-12-15 20:51:53下载
    积分:1
  • MATLAB-BP-tool-book
    面向工程的神经网络的应用 收藏了很久 分享下(The neural network applications engineering-oriented collection a long time to share the next)
    2013-03-08 00:02:26下载
    积分:1
  • wxc
    基于多频(三频)的频谱校正(相位差法),达到校正相位的目的,已经过调试。(Based on multi-frequency (C-band) spectrum correction (phase difference method) to achieve the purpose of the correction phase, has been testing.)
    2012-11-05 20:19:40下载
    积分:1
  • 改进后的蜂群算法
    改进的蜂群优化算法,用于损伤识别的处理~~~(Improved bee colony optimization algorithm for damage identification~~~)
    2019-04-24 07:49:01下载
    积分:1
  • matlab彩色灰度图直方图均衡化代码
    matlab灰度图直方图均衡化代码, sourcePic=imread("D:图像处理软件工作区1--图片库2 (3).jpg"); %读取原图象    [m,n,o]=size(sourcePic);    figure(1)  imshow(sourcePic);    gp=zeros(1,256); %创建一个全零矩阵,1×256,计算各灰度出现的概率    for i=1:256    gp(i)=length(find(sourcePic == (i-1)))/(m*n);    end    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% &
    2022-06-12 00:55:16下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载