CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - support vector machine matlab

搜索资源列表

  1. svm.支持向量机中的训练样本的MATLAB源代码程序

    1下载:
  2. 支持向量机中的训练样本的MATLAB源代码程序,Support Vector Machine training samples in the source code of the MATLAB program
  3. 所属分类:matlab例程

    • 发布日期:2017-05-26
    • 文件大小:8.16kb
    • 提供者:柯言
  1. bishechengxu

    0下载:
  2. 关于支持向量机分类、回归、模糊支持向量机的程序-On support vector machine classification, regression, fuzzy support vector machine procedures
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:28.3mb
    • 提供者:刘毛毛
  1. Matlab-m-SVM-code

    1下载:
  2. 这是我在网上找了很久的多分类支持向量机matlab代码,欢迎交流!-This is my search on the net for a long time many classification support vector machine matlab code, welcome exchanges!
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:390kb
    • 提供者:chenzaoxin
  1. SVM-iris

    4下载:
  2. 本人用matlab编写的支持向量机的程序,在数据集iris上进行实验,识别效果不错-I have written in with support vector machine matlab program, in experiments on the iris data set, identify good results
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3.31kb
    • 提供者:yupan
  1. libsvm-mat-2.88-1

    0下载:
  2. 支持向量机matlab源码,可以针对回归建模进行计算-Support vector machine matlab source, can be calculated against the regression modeling
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:79.49kb
    • 提供者:朱鲲
  1. SVM_lzb1p0

    0下载:
  2. 支持向量机matlab程序 (1) Main_SVC_C.m --- C_SVC二类分类算法 (2) Main_SVC_Nu.m --- Nu_SVC二类分类算法 (3) Main_SVM_One_Class.m --- One-Class支持向量机 (4) Main_SVR_Epsilon.m --- Epsilon_SVR回归算法 (5) Main_SVR_Nu.m --- Nu_SVR回归算法-Support vector machine matlab procedur
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:223.27kb
    • 提供者:侯站
  1. SVM_luzhenbo

    2下载:
  2. 支持向量机工具箱,可进行分类,预测等,实现了四种支持向量机工具箱的分类与回归算法,有实例-Support Vector Machine Toolbox, it can conduct classification, prediction and so on, implementation of the four support vector machine toolbox classification and regression algorithm, has examples of
  3. 所属分类:matlab

    • 发布日期:2016-11-05
    • 文件大小:2.81mb
    • 提供者: 罗洁思
  1. svm_regressive

    1下载:
  2. 基于支持向量机(SVM)回归的MATLAB演示程序-Based on support vector machine (SVM) regression of the MATLAB demo
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:871byte
    • 提供者:张文俊
  1. 95302935SVM-KMExample

    0下载:
  2. 支持向量机,matlab工具集。涵盖关于支持向量机的各种主要算法实现。-Support Vector Machines, matlab tools. Support Vector Machine on the cover of the main algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3.88mb
    • 提供者:风铃
  1. svm

    0下载:
  2. 这是一个关于支持向量机的matlab源码 -Support vector machine matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:162.78kb
    • 提供者:xufen
  1. doc1

    0下载:
  2. Supporting Document for Support Vector Machine matlab Coding
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3.21kb
    • 提供者:Maruti Harsha
  1. mat

    0下载:
  2. 支持向量机非线性回归通用MATLAB源码本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合-Universal non-linear regression support vector machine MATLAB source code of this source can be used for linear regression, nonlinear regression, nonlinear function approximation, data m
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:7.04kb
    • 提供者:fangcao
  1. SVM

    0下载:
  2. Support Vector Machine Implementation in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:154.65kb
    • 提供者:Thams
  1. incremental.tar

    1下载:
  2. Incremental and decremental support vector machine learning Matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:188.35kb
    • 提供者:esprit
  1. Based-on-SVM-speaker-recognition

    2下载:
  2. 基于SVM的文本无关说话人识别算法研究,本文在最后用Matlab程序实现了一个基于支持向量机的说话人识别系统试验平台。并根据对参试者进行的大量身份测试试验,总结系统的各方面性能和分析存在的问题,为进一步研究提供了方向和宝贵的经验。 -SVM-based text independent speaker recognition algorithm, the paper used in the final implementation of a Matlab program based on
  3. 所属分类:matlab例程

    • 发布日期:2013-05-23
    • 文件大小:1.76mb
    • 提供者:王伟
  1. program-of-support-vector-machine

    0下载:
  2. matlab中的标准svm程序源码,用于解决线性的回归问题,不能用于解决非线性,区别于最小二乘支持向量机。-svm program source code, standard Matlab is used to solve linear regression problems, can not be used to solve nonlinear, different from the least squares support vector machine.
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:2.15kb
    • 提供者:王欣
  1. Epsilon Twin Support vector machine

    0下载:
  2. This is the matlab code of Epsilon Twin Support vector machine
  3. 所属分类:matlab例程

  1. Support-vector-machine

    0下载:
  2. matlab软件实现的支持向量机(SVM)的分类与回归。-Support vector machine matlab software (SVM) for classification and regression.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:19.48kb
    • 提供者:李培志
  1. 支持向量机matlab实例及理论

    0下载:
  2. 支持向量机matlab实例及理论,详细介绍了svm理论以及MATLAB自带的SVM分类用法(Support vector machine matlab examples and theories, detailing svm theory and MATLAB comes with SVM classification)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:2.63mb
    • 提供者:test113
  1. 支持向量机matlab程序

    2下载:
  2. 支持向量机matlab程序设计,里面包含实例以及表格,只需更改数据即可。(Support vector machine matlab programming, which contains examples and tables, only need to change the data.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-08
    • 文件大小:7kb
    • 提供者:moluoker
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com