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

搜索资源列表

  1. libsvm3

    0下载:
  2. 台湾林智仁编写的支持向量机开源程序,可用于分类(C-SVC,nu-SVC,one-class SVM)和回归(epsilon-SVR,nu-SVR)。这是最新版本3.0。-Libsvm3.0 is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-cla
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:576121
    • 提供者:大木木
  1. vsm

    0下载:
  2. 支持向量机,C版,有界面,可配置参数,若有问题可以一起探讨-Support Vector Space
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2449355
    • 提供者:孙健
  1. SVMCsharp

    0下载:
  2. 支持向量机是数据挖掘中的一种新方法。用C#写的支持向量机源码,包括SVM模型,SVM预测、SVM节点、SVM参数设置等方面的内容,希望对你有用!-SVM is a new data mining method. Written with C# source of support vector machines, including the SVM model, SVM prediction, SVM node, SVM parameter settings and other aspects,
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:21542
    • 提供者:
  1. libsvm-svdd-2.89

    0下载:
  2. 有关支持向量机方面的程序:c-svm,v-svm,svr-For support vector machines of the procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:20886
    • 提供者:绿叶
  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. libsvm-mat-2.91-1

    0下载:
  2. 支持向量机的C++源代码包,用机器学习的方法处理优化问题,可以作为matlab的工具箱。-C++ code for proceeding SVM problems!
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:97449
    • 提供者:刘贸人
  1. libsvm-3.1

    0下载:
  2. 给文件是林贵人博士所开发的c版本支持向量机的源文件,是目前应用最广泛的源程序之一,适用于图像处理,线性拟合,分类等问题。-it is a toolbox of matlab,and the function is used to classify and regression,and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:646114
    • 提供者:新江
  1. Libsvm

    1下载:
  2. 人工智能领域中机器学习所用的支持向量机算法,用C++ & Python编写,可以直接使用。-Artificial Intelligence field: Machine Learning Supported Vector Machine C++ & Python Source Code you can use it as you like
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:556219
    • 提供者:王天路
  1. mySVM_C

    1下载:
  2. c语言开发的支持向量机,用于分类和回归。-Support vector machine (SVM) based on C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:665283
    • 提供者:李波
  1. A_VSM_Clas192156862005

    0下载:
  2. VSM支持向量机算法。来自外国的planet-source-code.com。使用C++的分类器。可以直接调用。-Defines a simple vector space model classifier interface and two derived examples- a rule based classifier and a case based classifier.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5648
    • 提供者:swq
  1. SVM

    1下载:
  2. 支持向量机算法的C++程序实现,内含代码的详细注释及说明。-support vector machine
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:10733
    • 提供者:陈南飞
  1. libsvm-mat-2.89-3

    0下载:
  2. 支持向量机的分类,能够很好的实现类别的分类等。含有c,jave,c++等语言的接口-The classification of support vector machine (SVM) is quite well, and can realize the category of classification, etc. Contains c, jave, c++ language such as the interface
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:405802
    • 提供者:无名
  1. svm_c

    0下载:
  2. 能够实现支持向量机的c代码和matlab代码,含有帮助文件,可以很快上手-C code and Matlab code to support vector machine containing the help file, you can get started quickly
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1214124
    • 提供者:110
  1. SVM-and--Face-Recognition

    0下载:
  2. 支持向量机及其在人脸识别中的应用研究 上海交通大学博士论文,在知网上面付费下载得到的。本文从应用的角度出发,较为全面地对一些相关问题进行探讨,并使用Visual C++实现了一个基于支持向量机的人脸识别软件—idTeller。 论文的主要工作和创新点包括: ·提出了两种基于VC边界的支持向量机参数选择算法—固定C算法和VC-CV算法。VC边界是两类支持向量机参数选择的一个理想准则,但它的一些固有缺点使其应用变得困难。本文通过将VC边界转化为VC指标,最终把问题归结为对最小包围体的求解,从理论
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10384270
    • 提供者:Jessicaying
  1. SVMv1

    0下载:
  2. 支持向量机C-SVC分类算法,构造两类训练数据集-Support Vector Machine C-SVC algorithmConstruct two types of training data set,
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2233
    • 提供者:高婷
  1. Multi-class-SVM-Image-Classification

    0下载:
  2. 基于神经网络的遥感图像分类取得了较好的效果,但存在固有的过学习、易陷入局部极小等缺点.支持向量机机器学习方法,根据结构风险最小化(SRM)原理,表现出很多优于其他传统方法的性能,本研究的基于多类支持向量机分类器的遥感图像分类取得了达95.4 的分类精度.但由于遥感图像分类类别多,所需训练样本较大,人工选择效率较低,为此提出以人工选择初始聚类质心、C均值模糊聚类算法自动标注训练样本的基于多类支持向量机的半监督式遥感图像分类方法,期望能在获得适用的分类精度的基础上有效提高分类效率-Neural ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:25817
    • 提供者:cissy
  1. libsvm-3.12

    0下载:
  2. matlab,c++,java三种的支持向量机程序代码。这是由台湾教授林智仁精心编写的。-matlab, c++, java three support vector machine code. This is a well-written by Taiwanese Professor Chih- Jen Lin.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:676030
    • 提供者:liuyanxiao
  1. libsvm-weights-3.12

    1下载:
  2. matlab,c++,java三种方式编写的支持向量机权重程序代码。这是由台湾教授林智仁精心编写的。里面有详细的read-matlab, c++, java three support vector machine code. This is a well-written by Taiwanese Professor Chih- Jen Lin. with detail read inside New! Click the words above to edit and view
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:103034
    • 提供者:liuyanxiao
  1. incremental_svm

    0下载:
  2. 这个套件包含了C + +实现"减量和增量支持向量机学习",根据Cauwenberghs和Piggio他们的matlab实现。-This package contains a c++ implementation of "Incremental and Decremental Support Vector Machine Learning, Cauwenberghs and Poggio" based on their matlab implementation. Getting s
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1190851
    • 提供者:kbyao
  1. svm_c_language

    0下载:
  2. 支持向量机的源代码,c语言编写,是学习模式识别的好资源-Support vector machine source code, C language, is a good resource of learning pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-28
    • 文件大小:10645253
    • 提供者:阿牛
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com