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

搜索资源列表

  1. lib-SVM分类器C实现

    0下载:
  2. lib-SVM分类器实现,一个用VC实现的SVM分类器。,lib-SVM classifier implementation, implementation of a VC with the SVM classifier.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:400.79kb
    • 提供者:andy
  1. mysvm.rar

    0下载:
  2. 这个代码是用lib-svm来实现svm分类器的,简单易懂,并且有详细的注释,对于刚刚接触SVM的初学者有很大的帮助,一看就能上手,我也是新手,所以应该还是很有帮助的。,This code is used to achieve lib-svm classifier svm, easy-to-read, and detailed notes, just contact SVM for the great help for beginners, a look will be able to start
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:688.84kb
    • 提供者:周丽霞
  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
    • 文件大小:2.78kb
    • 提供者:rosalyn
  1. SVMclassifier

    0下载:
  2. SVM分类器,用于对多维采样点进行分类。可根据类别数修改分类器,我们的模式识别作业。-SVM classifier, multi-dimensional sampling points used for classification. Can be modified according to the number of classification categories, and our pattern recognition operation.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4.6kb
    • 提供者:王兵
  1. libsvm-mat-2.88-1

    0下载:
  2. matlab编写的SVM分类器源代码,效果不错,是很好的东西哦!-matlab prepared SVM classifier source code, well, things are good Oh!
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 这是在模式识别中常用的一个分类器,不过这是一个线性2分类问题,对于多分类问题,可以直接转化~-This is commonly used in pattern recognition, a classifier, but this is a linear 2 classification for multi-classification problems, can be directly translated into
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:123.05kb
    • 提供者:何欢
  1. svm

    0下载:
  2. svm is a classifier.SUPPORT VECTOR MACHINE is used for train and classify new datas based on training
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:134.15kb
    • 提供者:T.D.VIGNESH
  1. SVM

    0下载:
  2. In this paper, we show how support vector machine (SVM) can be employed as a powerful tool for $k$-nearest neighbor (kNN) classifier. A novel multi-class dimensionality reduction approach, Discriminant Analysis via Support Vectors (SVDA), is in
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.67kb
    • 提供者:sofi
  1. svm

    0下载:
  2. 线性SVM算法设计分类器,对一组数据进行分类-Linear SVM classifier algorithm on a set of data classification
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2kb
    • 提供者:韩倩倩
  1. SVMClassifier

    0下载:
  2. a demo of implementing SVM Classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:410.75kb
    • 提供者:abdollah arasteh
  1. OSU-SVM

    1下载:
  2. SVM工具箱 分类与回归算法 OSU SVM Classifier Matlab Toolbox-support vector machine procedures, the classification results very good
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:郭乐
  1. filter--classifier

    0下载:
  2. matlab数字信号处理,输入图像矩阵和窗口大小,进行中值滤波,平均滤波,svm分类器-Digital signal processing, input image matrix, and window size,median filter,Average filter, svm classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2.49kb
    • 提供者:tracy
  1. svm

    0下载:
  2. This is the source code for a Single Vector Machine classifier, briefly called a SVM classifier. There are 60 peices assigned for training and 30 for testing the classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7.66kb
    • 提供者:parvaneh
  1. svm

    0下载:
  2. svm分类器,有几类样本点,利用线性SVM分类器求出其分界面-svm classifier, there are several types of sample points, using a linear SVM classifier obtained the sub-interface
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:638byte
    • 提供者:小丽
  1. a-nonlinear-SVM-classifier

    0下载:
  2. 这是非线性svm分类器的matlab代码,不仅有代码,而且有数据。-This is matlab code of a nonlinear SVM classifier , which not only has the code, but the data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:2.92kb
    • 提供者:wangzengqin
  1. Determination-SVM-classifier-

    0下载:
  2. 交叉验证的实现,判定SVM分类器 支持向量机SVM(Support Vector Machine)是一种可训练的机器学习方法。-The realization of cross-validation to determine SVM classifier support vector machine SVM (Support Vector Machine) is a machine learning method trainable.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:158.26kb
    • 提供者:wei
  1. SVM-classifier

    0下载:
  2. 一个完整的SVM分类器的程序,matlab编写的。-A complete program SVM classifier.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.72kb
    • 提供者:james
  1. SVM

    2下载:
  2. SVM分类器的matlab实现,针对提供的花的特征分类,并交叉验证(The matlab implementation of SVM classifier aims at providing the feature classification of flowers and cross validation)
  3. 所属分类:matlab例程

  1. SVM

    0下载:
  2. 利用MATLAB中所带的SVM函数,进行调用来得到SVM分类结果图(classified by SVM classifier)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:cqcq
  1. 9、SVM方法

    1下载:
  2. svm分类器,训练svm的MATLAB代码,简单易理解,好用,能够有效的实现动能(SVM classifier, training SVM MATLAB code, simple and easy to understand, good use, can effectively implement the kinetic energy)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:2kb
    • 提供者:最好不见
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com