CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - classification svm

搜索资源列表

  1. TorchSVM

    0下载:
  2. SVM(支持向量机)的C++源码。可以实现基于SVM的数据分类机回归,可应用于人工智能,模式识别及数据处理领域。源码附有英文注释。-SVM (support vector machine) in C++ source code. Can achieve data classification based on SVM regression, can be used in artificial intelligence, pattern recognition and data processin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2812860
    • 提供者:Zhao Sixuan
  1. smo--c

    0下载:
  2. 支持向量机的序列最小优化(smo)分类算法 c++实现,-SVM sequential minimal optimization (smo) classification algorithm c++ implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3938
    • 提供者:breezz
  1. multiClass_svm

    0下载:
  2. 一个svm(向量机)分类算法本质上是二类分类器代码,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序源码就是一种基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。-A svm (vector machine) classification algorithm is essentially a second-class classification code, multi-class classification methods are generally
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:567285
    • 提供者:圣人
  1. ses_pct_svm

    0下载:
  2. SVM进行两分类算法的MATlab实现代码 -A two-SVM classification algorithm MATlab implementation code for the two classification algorithm SVM implementation code MATlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1951
    • 提供者:dsdsds
  1. svmcls-(2)

    0下载:
  2. 李荣陆老师做的文本分类器,用中科院分词系统做的,分类方法用的是SVM和K-Rong Lu teachers do text classification, word segmentation system with the Chinese Academy of Sciences to do, classification using a SVM and KNN
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:10011540
    • 提供者:wulili
  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. svmtool-

    0下载:
  2. 文件时新编写的一种svm用于分类的程序,里面有各种子文件、实例-A document prepared by the svm new procedures for classification, there are various sub-file, the instance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:156312
    • 提供者:fangchao
  1. EE4208_FaceRecog_ZhaoJian_v1

    0下载:
  2. The article demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduction/pro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2127308
    • 提供者:yy
  1. svmcls

    0下载:
  2. 基于KNN+SVM算法的文本分类器,附带权威的分词词库及算法,有界面,程序可正常使用-KNN+ SVM-based text classification algorithm, with the authority of the sub-word thesaurus and algorithm, a interface, the program can be used normally
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-21
    • 文件大小:37651520
    • 提供者:talon
  1. LV-SAM

    0下载:
  2. 由Matlab编写的实现lv-svm分类的源码程序-Prepared by the Matlab implementation of lv-svm classification of source programs
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1361
    • 提供者:zouqiang
  1. pegasos

    0下载:
  2. Pegasos-原始估计分梯度求解支持向量机“ 是一种原始的优化支持向量机分类算法解决问题。 请参阅进一步的参考。-"Pegasos-Primal Estimated sub-Gradient SOlver for SVM" is a primal optimization problem solver in Support Vector Machine classification algorithm. See the paper for further reference
  3. 所属分类:matlab

    • 发布日期:2014-05-21
    • 文件大小:2048
    • 提供者:abeaqhax
  1. juleisuanfa

    0下载:
  2. 本程序包括各种模式识别的分类方法,包括k均值分类,C均值分类,基于svm支撑向量机的分类方法,以及基于Adboost的分类方法。-The program includes a variety of pattern recognition classification methods, including k means classification, C means classification, based on support vector machines svm classificati
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1592112
    • 提供者:zhupeng
  1. libsvm-3.1

    0下载:
  2. SVM是一种常用的模式分类机器学习算法,以效率高准确度高闻名于世,libsvm和svmlight是常用的两种SVM实现方法。 这个是台湾林智仁写的,有各种语言版本-SVM is a common pattern classification machine learning algorithm, known to high accuracy, high efficiency, libsvm and svmlight are two commonly used SVM implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2336408
    • 提供者:孙朔
  1. SVD

    1下载:
  2. 支持向量机的程序,该程序能够实现支持向量机的分类和预测。-SVM program that enables support vector machine classification and prediction.
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1185982
    • 提供者:郭亚东
  1. c_mean

    0下载:
  2. 基于SVM的数据分类,通过IRIS数据进行验证,效果分类准确-SVM-based data classification, through the IRIS data validation, classification accuracy results
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:2044
    • 提供者:王华
  1. RDPC

    2下载:
  2. 用遗传算法( Genetic Algorithm,GA) 搜寻可识别被不同农药污染脐橙的可见/近红外光谱的最佳特征光 谱区间及波长,并建立了支持向量机( Support Vector Machines,SVM) 定性分析模型。实验供试农药为灭多威、 氰戊菊酯和氧乐果3 种。通过GA 来搜寻整个波段范围( 460 ~ 1 800 nm) ,将得到的9 个最佳特征光谱区间所 包含的波长( 共318 个) 作为SVM 建模的输入变量,对识别被3 种农药污染脐橙的准确率为100 。并继续应
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:220576
    • 提供者:ygliang30
  1. matlab

    0下载:
  2. 在matlab环境下编写的支持向量机代码,简单易懂-SVM-code, easy to learn the code for two types of classification
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2094
    • 提供者:MAX
  1. libsvm-3.1.tar

    0下载:
  2. matlab程序,关于svm回归拟合,分类的-matlab program, return on svm fitting classification. . . .
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:614012
    • 提供者:穆阳
  1. exclass1

    0下载:
  2. 经过调试的svm分类程序,很好用,对初学者很有帮助。-After commissioning of the svm classification procedures, useful, useful for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1032
    • 提供者:liuweihua
  1. exclass2

    0下载:
  2. 经过调试的很好用的svm分类程序,真的很好用-After commissioning of the good use of the svm classification procedures, is actually pretty good
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:843
    • 提供者:liuweihua
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com