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

搜索资源列表

  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. oao

    1下载:
  2. 多分类问题的支持向量机源程序一对一方法 绝对可以运行-Multi-class SVM using One-Against-One decompositionoao
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:608692
    • 提供者:ym
  1. gp425win32

    0下载:
  2. 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM -Easy to use, fast and effective generic SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (inclu
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3941023
    • 提供者:yuanmin
  1. Main_SVM_One_Class

    0下载:
  2. svm Main_SVM_One_Class 用于svm分类的 在matlab中运用 -svm classification svm Main_SVM_One_Class for use in matlab
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. Libsvm is a simple, easy-to-use, and efficient software for SVM classification 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 mo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:964606
    • 提供者:bai
  1. LS-SVMlab1.5

    0下载:
  2. SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题-SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (including e- SVR, n- SVR) as well as the distribution of estim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:32495
    • 提供者:hanzeyu
  1. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:521027
    • 提供者:陳彥霖
  1. demosvm

    1下载:
  2. matlab编写的svm实现多类分类的源代码,训练算法包括OAA算法、OAO 算法、BSVM2算法等。-matlab prepared svm multi-category classification of the source code, training algorithms, including OAA algorithm, OAO algorithm, BSVM2 algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:237446
    • 提供者:刘子木
  1. svm_perf

    1下载:
  2. SVMstruct is a Support Vector Machine (SVM) algorithm for predicting multivariate or structured outputs. It performs supervised learning by approximating a mapping h: X --> Y using labeled training examples (x1,y1), ..., (xn,yn). Unlike reg
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:117936
    • 提供者:jon
  1. LS-GUI

    0下载:
  2. library系统的终极版本,ssd3必备 上课代码-The ultimate version of the library system, ssd3 class code necessary
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:16048
    • 提供者:jin_hw
  1. SVM_FACE

    0下载:
  2. 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced set)的训练集边界样本增强算法,用以扩大-91l练集并改
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:649650
    • 提供者:郭事业
  1. SPIDER_mclass

    0下载:
  2. Multi-class Coding (adapted from from LS-SVM for SPIDER). Encode (code_MOC, code_ECOC, code_OneVsAll, code_OneVsOns) and decode (codedist_hamming, codedist_bay) a multi-class classification task into multiple binary classifiers.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10884
    • 提供者:auksas
  1. svm4

    0下载:
  2.  -s svm类型:SVM设置类型(默认0)   0 -- C-SVC   1 --v-SVC   2 – 一类SVM   3 -- e -SVR   4 -- v-SVR   -t 核函数类型:核函数设置类型(默认2)   0 – 线性:u v   1 – 多项式:(r*u v + coef0)^degree   2 – RBF函数:exp(-r|u-v|^2)   3 –sigmoid:tanh(r*u v + coef0)   -d degree
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:17856
    • 提供者:little863
  1. PCA-feature-extraction-and-SV-multi-class

    0下载:
  2. PCA特征抽取与SVM多类分类在传感器故障诊断中的应用PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis-PCA feature extraction and SVM multi-class classification in the sensor fault diagnosis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:64108
    • 提供者:shouji1023
  1. SVM

    0下载:
  2. C++实现的SVM程序,可以进行多类分类。-C++ implementation of the SVM procedure, can be multi-class classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:16063913
    • 提供者:王文彬
  1. simpleSVM_3

    0下载:
  2. 用于学习的简单的SVM程序(作者:gloosli),里面有1类SVM-The simpleSVM project contains Machine Learning codes for algorithms based on the SimpleSVM. It provides methods for Support Vector Machines and related methods, such as One-Clas SVM, nu-SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:19377
    • 提供者:wangguangxue
  1. svmclasssimple

    1下载:
  2. svm简单图像分类,相信对你会很有用的哟-simple class
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:995746
    • 提供者:xuezhuan
  1. 01

    0下载:
  2. 的研究彩色数字图像的计算机分类识别方法并应用于古瓷片的自动分类。方法提出 了一种色彩纹理特征的提取模型,采用该模型,利用IGabor滤波器提取数字图像的色彩纹理特征, 并构造支持向量分类机(SVM)分类器组。结果实现了高准确率多类别图像的自动分类识别,并 成功应用于古瓷片的自动分类。结论色彩纹理特征提取方法将颜色与纹理进行融合,增强了数 字图像之间的特征区分能力。-Study color digital image classification and recognition m
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:346393
    • 提供者:刘东
  1. Recognition-activities-using-SVM

    0下载:
  2. 利用Support Vector Machine來處理對影像辨識,能判斷影像所傑取到的人是處於何種動作之下,最後並比較多種分類器之結果-Recognition of human activities using SVM multi-class classifi er,including used o-v-o,o-v-a,DAGSVM and SVM-BTA to compare.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:878813
    • 提供者:scott
  1. credit-rating-using-multi-class-SVM

    0下载:
  2. 一個基於多類支援向量機的應用,將支向機應用在企業之信用評比上,能使企業得知自身所具有之優勢與劣勢,藉由改善不足之處來提升企業本身信用。-A corporate credit rating model using multi-class support vector machines to do more effective actions in performance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:299277
    • 提供者:scott
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com