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

搜索资源列表

  1. (SVM)[matlab]

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码[matlab]
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2229
    • 提供者:vipyoyo
  1. svm-toy

    1下载:
  2. svm实现的例子
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3772
    • 提供者:
  1. SVM-classifier

    0下载:
  2. 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2850
    • 提供者:rosalyn
  1. SVM

    7下载:
  2. SVM分类的matlab源码实现。并提供一组数据进行仿真。-SVM classification matlab realization.
  3. 所属分类:matlab

    • 发布日期:2015-01-05
    • 文件大小:4096
    • 提供者:阿福
  1. SVM

    2下载:
  2. 用matlab实现了SVM算法,并且对两类点进行了分类,给出了图形化的结果。-SVM algorithm is implemented using matlab, and two points on the classification, given the graphical result.
  3. 所属分类:matlab例程

    • 发布日期:2017-05-26
    • 文件大小:1891
    • 提供者:王剑亭
  1. PCA-SVM

    0下载:
  2. 在PYTHON里面,采用LIBSVM,实现对TE数据的多类故障的分类。-In PYTHON inside, using LIBSVM, TE data to realize the classification of many types of failures.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:482591
    • 提供者:Sophiehxq
  1. svm

    0下载:
  2. 支持向量机用于对样本数据或函数的回归预测,此文件源码是用C#编写的 可以在Matlab环境下实现-Support vector machine is used to sample data or the regression function, the file C# source code is written in the Matlab environment to achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:81994
    • 提供者:lily
  1. SVM-for-classfication-and-regression

    4下载:
  2. 用支持向量机(SVM)实现分类与函数回归的源代码。内有实例,依湖芦画瓢即可。-Using support vector machine (SVM) classification and function to achieve the reunification of the source code. There are examples, according to Lake Lo paintings can ladle.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-04-13
    • 文件大小:73751
    • 提供者:Xiaojun Tang
  1. MATLA+svm

    0下载:
  2. 用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取-SVM prepared using MATLAB source code, you can achieve the support vector machine for feature classification or extraction
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:153897
    • 提供者:linna
  1. SVM

    0下载:
  2. 支持向量机的MATLAB实现,能自动完成数据的分类功能。-MATLAB support vector machines to achieve, can auto-complete the classification of functional data.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:10806
    • 提供者:li ming
  1. demosvm

    1下载:
  2. matlab编写的svm实现多类分类的源代码,训练算法包括OAA算法、OAO 算法、BSVM2算法等。-matlab prepared svm multi-category classification of the source code, training algorithms, including OAA algorithm, OAO algorithm, BSVM2 algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:237446
    • 提供者:刘子木
  1. SVM

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码[matlab]-Support Vector Machine (SVM) classification algorithm to achieve source [matlab]
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1953
    • 提供者:齐子新
  1. SVM

    0下载:
  2. SVM支持向量机,利用matlab语言实现,很简单,以word的形式给出--SVM support vector machine, using matlab language is very simple to word given in the form-
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4769
    • 提供者:myzone
  1. MATLAB-SVM-Improvement

    2下载:
  2. 快速实现预测,SVM方法改进,混沌时间序列。注意:7.0版本以上SVM数据包qp.dll不能运行,需要改。-Rapid realization of prediction, SVM method to improve, chaotic time series. Note: The 7.0 version of the above packet qp.dll SVM can not run, needs to change.
  3. 所属分类:matlab

    • 发布日期:2017-02-20
    • 文件大小:2048
    • 提供者:郑坤
  1. svm

    0下载:
  2. svm实现,里面包含了各种例程,对初学者非常有好处。-svm implementation, which includes various routines are very good for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:129577
    • 提供者:盛器才
  1. SVM-hssvm1.0.1

    0下载:
  2. HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1342534
    • 提供者:songchao
  1. Matlab-svm

    0下载:
  2. 支持向量机是一种新的回归方法,特别适用于非线性,改程序实现了支持向量机非线性回归-surport vector machine to non-linear regression
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1426
    • 提供者:刘玉琳
  1. SVM

    0下载:
  2. 利用SVM实现分类器,源码,带运行结果图。(Implementation of classifier by support vector machine)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-10
    • 文件大小:1271808
    • 提供者:dreamercc
  1. svm

    0下载:
  2. SVM支持向量机(Support Vector Machine),使用svm实现样本分类(SVM (Support Vector Machine) classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:7168
    • 提供者:zm29657900
  1. SVM

    0下载:
  2. 利用三次二分类SVM实现三分类SVM,可以用自己的数据,完美运行。(Using the three-category SVM to implement the three-class SVM, you can use your own data to run perfectly.)
  3. 所属分类:matlab例程

    • 发布日期:2021-01-27
    • 文件大小:5120
    • 提供者:Leo00000000
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com