CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SVM多分类算法

搜索资源列表

  1. ordreg

    1下载:
  2. 基于MATLAB编写的SVM多分类算法程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:889
    • 提供者:mawentao
  1. 基于matlab的SVM三分类算法

    3下载:
  2. SVM的多分类问题,在matlab平台下的源代码分析。
  3. 所属分类:源码下载

    • 发布日期:2011-05-16
    • 文件大小:6337
    • 提供者:ym62033
  1. bsvm-2.06

    0下载:
  2. 台湾林智仁等开发的用于SVM多分类软件,包括一对多SVM、一对一SVM、DAGSVM等算法的实现-Taiwan' s Lin Zhiren, etc. for the development of SVM multi-classification software, including one to many SVM, one-SVM, DAGSVM such as Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:321998
    • 提供者:
  1. libsvm-mat-2[1].89-3

    2下载:
  2. svm多分类器,包括多分类和GA算法和PSO算法优化的SVM-svm multi-classifier, including the multi-classification and GA algorithm and PSO algorithm for optimization of SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:494913
    • 提供者:何同学
  1. mill

    2下载:
  2. 包含了很多分类算法,有SVM,knn,决策树等,还有文档说明-Contains a lot of classification algorithms, there is SVM, knn, decision tree and so on, have documented
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:989978
    • 提供者:来海锋
  1. webcat

    0下载:
  2. 这是一个100 %纯Java库,您可以使用适用于N元 分析技术的过程分为文本文件。 该计划包括几个不同的分类算法, namelly 支持向量机,贝叶斯Logistic回归,神经网络分类和文本压缩 算法。如支持向量机和贝叶斯Logistic回归,一个 “一对一” 用于多类分类。更详细的说明这些学习算法和可用的选项,请提供的javadocs 。-It is a 100 pure Java library that you can use to apply N-Gr
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-26
    • 文件大小:838576
    • 提供者:liwen
  1. MILL

    1下载:
  2. 模式识别中,多标签标记中的经典代码,主要用于场景分类,目标识别,结合svm和boost算法对自然场景进行分类,真的很不错,看看吧-Pattern Recognition, multi-tagged in the classic code, mainly used for scene classification, object recognition, combined with svm and boost the natural scene classification algorithm,
  3. 所属分类:Graph program

    • 发布日期:2015-05-21
    • 文件大小:1031735
    • 提供者:changfeng
  1. multisvm.ps

    0下载:
  2. 台湾林智仁等对如何使用SVM进行多分类的理论、算法以及实验的介绍-Taiwan' s Lin Zhiren, etc. on how to use SVM for multi-classification of the theory, algorithms and experimental introduction of
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:115620
    • 提供者:
  1. 2DLDAwiththeSVM-basedfacerecognitionalgorithm

    0下载:
  2. 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:236393
    • 提供者:费富里
  1. svm-light

    0下载:
  2. svm分类的算法 速度比其他的快一点 需要再做比较 交流 希望能得到更多的资料-SVMmulticlass uses the multi-class formulation described in [1], but optimizes it with an algorithm that is very fast in the linear case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:790294
    • 提供者:常虎
  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. Chinese-text-categorization-Study

    1下载:
  2. 本文通过对Bayes、KNN、SVM 应用于中文文本分类进行比较实验研究。 应用ICTCLAS 对中文文档进行分词,在大维数,多数据情况下应用TFIDF 进行 特征选择,并同时利用它实现了对特征项进行加权处理,使文本库中的每个文本 具有统一的、可处理的结构模型。然后通过三类分类算法实现了对权值数据进行 训练和分类。-Based on the Bayes, KNN, SVM applied to compare the Chinese text ca
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:442391
    • 提供者:wulili
  1. newSVM

    0下载:
  2. 这是一篇改进的基于SVM多分类算法的文章,文章详细介绍了算法原理及应用,对图像图形处理专业人员的重要参考价值!-This is an improved multi-classification algorithm based on SVM article, the article describes in detail the algorithm theory and application of important reference value on the image and graphi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:349115
    • 提供者:jeffsonfu
  1. SVM

    0下载:
  2. SVM多分类算法的一些程序,有很多种类型,包括经典的四种工具箱,还有代价敏感支持向量机,超球面支持向量机等-Some programs about SVM multi-classification algorithm, there are many types, including the classic four toolbox, as well as the price-sensitive support vector machine, hypersphere support vector
  3. 所属分类:Data Mining

    • 发布日期:2017-05-28
    • 文件大小:11237758
    • 提供者:lemon
  1. libsvm_1.4.5-3.bin.windows

    0下载:
  2. 支持向量机分类算法,模式识别,多分类,语音识别。(Classification, pattern recognition)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:250880
    • 提供者:open.he
  1. 前上右左手向有摆动svm算法85.333%

    0下载:
  2. 使用matlab libsvm 工具箱能够实现多分类任务(LIBSVM classification)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:11264
    • 提供者:人言者
  1. Canupo

    2下载:
  2. C++编码,基于线性判别分析(LDA)和支持向量机(SVM)的多尺度维度特征点云分类算法,通过机器学习方法精确分类。效果可达95%以上,本文件夹内含有详细中文教程。
  3. 所属分类:3D图形编程

  1. wine

    0下载:
  2. SVM多分类算法,基于svmlib适合初学者学习(SVM multi classification algorithm, based on svmlib suitable for beginners to learn)
  3. 所属分类:其他

  1. 19107matlab自编svm

    0下载:
  2. 利用原算法adaboost弱学习器基于决策树桩的方法对样本数据进行多分类(Multi-classification of sample data based on decision tree stump using AdaBoost weak learner)
  3. 所属分类:其他

    • 发布日期:2020-09-27
    • 文件大小:18432
    • 提供者:魏小秋
  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 »
搜珍网 www.dssz.com