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

搜索资源列表

  1. stprtool15aug08

    1下载:
  2. 捷克理工大学Hlavac教授和Franc博士提供的统计模式识别Matlab工具箱的最新版本V2.09,在原有版本基础上进行了一些修改和完善。它包括现有模式识别的大部分方法,比如SVM,PCA,LDA等。我采用其中的SVM方法进行了人体下肢假肢SEMG信号的分类,效果不错。希望能对大家有帮助。-Statistical Pattern Recognition Toolbox for Matlab (C) 1999-2008, Version 2.09. It includs a number of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5999015
    • 提供者:Mountain
  1. libsvm

    0下载:
  2. 基于svm的图像识别技术,效果不错。可用于图像的分类-Svm-based image recognition technology, good results. Can be used for image classification
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:677923
    • 提供者:jamie
  1. svm_2

    0下载:
  2. 可用于支持向量机(svm)的分类,具体用法也在其中给出,可供初学者学习使用-This can be used for the classification of support vector machine ( svm ) , the specific usage , including shows for beginners learning to use
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8210
    • 提供者:chenxiao
  1. svmclass

    2下载:
  2. 本代码是实现支持向量机的源码,用VC++实现,如果不懂请读里面的文件说明-This code is to achieve source Support Vector Machine with VC++ Achieve, if not understand, please read the documentation inside
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:648409
    • 提供者:王刚
  1. osu_svm3.00

    0下载:
  2. 一款基于svm的程序,在windows下运行,主要用于svm分类。 -A SVM-based procedure, in the run under windows, mainly used for SVM classification.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:842483
    • 提供者:张天宇
  1. libsvm-2.87

    0下载:
  2. 使用svm实现了分类和拟合功能 带有源文件,包括了java版本和c++版本 -Achieved using the SVM classification and fitting function with the source documents, including a java version and c++ Version
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:562011
    • 提供者:涂文根
  1. svmclass

    0下载:
  2. svm 支持向量机分类器-SVM classification
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-10
    • 文件大小:750959
    • 提供者:ladeng
  1. svmfenlei

    0下载:
  2. 关于svm的分类问题,比如:给一组数据,把这些数据分成两类,我的做法不算很好,成功率才是87%-On the SVM classification problems, such as: a set of data to these data into two categories, my approach is not very good, and the success rate is 87
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1121
    • 提供者:tom
  1. libsvm-2.6

    0下载:
  2. 这是Libsvm2.6工具的源码,用于SVM分类和回归计算。-This is the source Libsvm2.6 tool for SVM classification and regression.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:408283
    • 提供者:tom
  1. svmclass

    1下载:
  2. 采用经典的机器学习分类算法SVM,对训练样本进行训练和学习,来实现对预定目标的分类。-Using the classic machine learning classification algorithm SVM, the training samples for training and study to achieve the intended target of the classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:750959
    • 提供者:小五子
  1. libsvm-errorcode

    0下载:
  2. 纠错输出编码SVM算法,解决多类分类问题-Error-correcting output coding SVM algorithm, to solve multiclass classification problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:160118
    • 提供者:xinyi
  1. SVMDemo

    0下载:
  2. 现在比较流行的SVM算法的一个DEMO,用于处理分类问题,欢迎大家试用。-Now popular SVM algorithm is a DEMO, used to deal with classification problems, welcomed the U.S. trial.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 跟類神經網路有點像的東西, 不過現今最常拿來就是做分類也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。-is something that has similar roots with neural networks. But recently it has been widely used in Classification. That means, if I have some set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:566248
    • 提供者:yotnyg
  1. Main_SVC_C

    0下载:
  2. svm_c 分类源码 用于svm的分类编程同svm_nu 相近-svm classification svm_c source for the classification of programming with similar svm_nu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1527
    • 提供者:丛宽
  1. Main_SVC_Nu

    0下载:
  2. svm_nu 分类源码 用于svm的分类编程同svm_c 相近-svm classification svm_nu source for the classification of programming with similar svm_c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1558
    • 提供者:丛宽
  1. libsvm.tar

    0下载:
  2. library for SVMclassification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. SVM, Support Vector Machine , 簡而言之它是個起源跟類神經網路有點像的東西, 不過現今最常拿來就是做分類 (classification)。 也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。 -SVM, Support Vector Machine , is something that has similar roots with neural network
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:516945
    • 提供者:ohrebound
  1. shell_svm

    0下载:
  2. Shell scr ipt for classification using SVM, including the indexing and scaling.
  3. 所属分类:Shell api

    • 发布日期:2017-03-23
    • 文件大小:989
    • 提供者:sedulous
  1. SVM_luzhenbo

    0下载:
  2. 支持向量机工具箱,包括了二种分类,二种回归,以及一种一类支持向量机算法。 -Support Vector Machine Toolbox, including the two kinds of classification, two kinds of regression, as well as a one-class SVM algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2703725
    • 提供者:panda
  1. ClassificationDataset

    0下载:
  2. Data set for classification using SVM-Data set for classification using SVM..............
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:2924
    • 提供者:Manish
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com