CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SVM matlab 支持向量机

搜索资源列表

  1. 0-9-digital-recognition

    0下载:
  2. 基于MATLAB平台的通过PCA降维后利用支持向量机SVM的0-9数字识别,适合初学者学习使用-The MATLAB platform by PCA after dimension reduction using 0-9 digital recognition with support vector machine based on SVM, suitable for beginners learning to use
  3. 所属分类:Graph Recognize

  1. sum1change

    0下载:
  2. 支持向量机在模式识别中应用中不错的例子,并有详细的注释说明,适合入门。开发环境为matlab.-SVM pattern recognition applications, a good example, and there are detailed notes, for entry. Development environment for matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:60340
    • 提供者:李程序员
  1. svm2change

    0下载:
  2. 支持向量机在样本分类中的另一个例子,适合入门级别,带有详细的注释。开发环境为MATLAB。-Another example of SVM classification in the sample, suitable for entry-level, with detailed notes. Development environment for MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:20383
    • 提供者:李程序员
  1. StandardSVM

    1下载:
  2. 通过阅读文献资料,参考网上的程序,通过Matlab编写的标准支持向量机的程序,可以用于跟最小二乘SVM作对比,数据源是一个data.mat的文件,这里以压缩包的形式上传。-By reading literature, online reference procedures, standards prepared by Matlab SVM procedures can be used for comparison with the least squares, the data source i
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:85311
    • 提供者:刘贺朋
  1. Lssvmmatlab

    0下载:
  2. 最小支持向量机matlab实现过程,还有详细教程-Minimum support vector machine (SVM) matlab implementation process, there are detailed tutorial
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2144036
    • 提供者:xubo
  1. LS_SVMlab

    0下载:
  2. 支持向量机及核函数的matlab算法集-Matlab method for kernel function of support vector machine (SVM) and set
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:998185
    • 提供者:xubo
  1. LSSVMLab-1.6

    0下载:
  2. LS-SVM算法,最小二乘支持向量机算法matlab程序-LS-SVM algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2036405
    • 提供者:梁威
  1. libsvm-3.18

    0下载:
  2. Matlab 下支持向量机经典实现过程,非常适合初学者使用,台湾林智仁代表作-Matlab SVM classic application, very straightforward, simple to understand, it s worth downloading
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:686706
    • 提供者:hk
  1. SVMmatlab

    0下载:
  2. 支持向量机的matlab商业软件包,附有中文和英文使用手册说明,可以在对算法不了解的基础上,利用简单的命令完成支持向量机的分类和回归建模-Support vector machine (SVM) commercial software package in matlab, accompanied by Chinese and English manual, can be on the basis of the algorithm does not understand, using simple
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2159604
    • 提供者:zhuenyv
  1. mySVMtrain

    0下载:
  2. 这是一个用于线性分类的支持向量机SVM的MATLAB实现。此代码利用简单的MATLAB内置函数实验了SVM,不依赖LIBSVM等工具箱,并且提供了一个例子,以供初学者一开始对SVM有一个简单了解。-This is a matlab code of support vector machine.Here the SVM is achieved with some common matlab function. It is for SVM beginner.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4285
    • 提供者:Zhang
  1. svmprogram

    0下载:
  2. 支持向量机的使用方法和分类回归问题在matlab环境下的实现-SVM classification and regression problems using methods and in the realization of the matlab environment
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4809
    • 提供者:baijie
  1. SVMcgForClass

    2下载:
  2. 利用网格搜索法对支持向量机的参数寻优的过程,通过matlab实现-Grid search method to use SVM parameter optimization process to achieve through matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1193
    • 提供者:
  1. libsvm-new

    0下载:
  2. 支持向量机最新版,包括java、MATLAB、python等版本-svm java matlab...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:636062
    • 提供者:风游晴天
  1. Support-vector-machine

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

    • 发布日期:2017-04-16
    • 文件大小:19949
    • 提供者:李培志
  1. libsvm-3.20

    0下载:
  2. 同时用C和matlab是实现的支持向量机原码,请详细阅读dex.txt(如何使用)-While C and matlab realize SVM original code, please read dex.txt (how to use)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:893248
    • 提供者:甘小方
  1. svmgdm1

    0下载:
  2. 支持向量机SVM(Support Vector Machine)作为一种可训练的机器学习方法,主要是关于SVM在matlab中实现的实例代码-Support Vector Machine SVM (Support Vector Machine) as a trainable machine learning methods, mainly with regard to instances of SVM implemented in matlab code
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:975
    • 提供者:郭冬梅
  1. 35db67efec54daima

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码[matlab]-svm to classify the source
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2488
    • 提供者:秋欢
  1. Quantitative-trading10

    1下载:
  2. 量化投资——以Matlab为工具第十章:高级篇-基于MATLAB的支持向量机(SVM)在量化投资中的应用-Quantitative trading
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1380094
    • 提供者:刘勇飞
  1. static_SVM_line_mean_var

    0下载:
  2. MATLAB代码,利用支持向量机SVM,核函数为线性核函数并进行参数寻优对数据进行分类-MATLAB code, the use of support vector machine SVM, kernel function is linear kernel parameter optimization and data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2314
    • 提供者:huangfuhaoran
  1. svmtrainpredict

    0下载:
  2. 支持向量机svm 在matlab中的训练和测试程序-the training and predicting program of support vector machine written in matab
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:27031
    • 提供者:dsy
« 1 2 ... 12 13 14 15 16 1718 19 20 »
搜珍网 www.dssz.com