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

搜索资源列表

  1. libsvm-2.82.tar

    0下载:
  2. 我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門.-SVM I always think that is something very interesting, but we also have no way (mostly Chong Ton
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:396.13kb
    • 提供者:
  1. svmmatlabSORCE

    0下载:
  2. 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归 // SVM kernel type -class Support Vector Machine CvSVM
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.92kb
    • 提供者:李刚
  1. svmmatlab4

    0下载:
  2. % 支持向量机Matlab工具箱1.0 - One-Class SVM, 一类支持向量机 % 使用平台 - Matlab6.5 希望对大家有用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:黎明
  1. libsvm-2.89

    1下载:
  2. LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可 以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概 率估计等.
  3. 所属分类:Windows编程

    • 发布日期:2009-10-06
    • 文件大小:552.98kb
    • 提供者:327457572@qq.com
  1. svm_perf.tar.gz

    0下载:
  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 regula
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:106.71kb
    • 提供者:jon
  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
    • 文件大小:3.76mb
    • 提供者:yuanmin
  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
    • 文件大小:2.58mb
    • 提供者:panda
  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
    • 文件大小:115.17kb
    • 提供者:jon
  1. VSVMDecisionM

    0下载:
  2. VM分类器通常具有较高的分类精度。我这里不想过多的去说SVM是怎么回事,,只是提供一种使用SVM进行判别的方法。决策树与SVM的结合,可以分多类。 -VM classifier usually has high classification accuracy. I do not want too much to say that SVM is how, just a SVM is used to discriminate. Combination of decision tree and S
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:103.81kb
    • 提供者:获得
  1. Multi-class-SVM--LS_SVMlab

    0下载:
  2. 工具箱:LS_SVMlab Classification_LS_SVMlab.m - 多类分类 Regression_LS_SVMlab.m - 函数拟合-Toolbox: LS_SVMlab Classification_LS_SVMlab.m- multi-class classification Regression_LS_SVMlab.m- function fitting
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:991.02kb
    • 提供者:xianjun
  1. Multi-class-SVM--OSU_SVM3.00

    0下载:
  2. 一款基于svm的程序,在windows下运行,主要用于svm分类-Toolbox: OSU_SVM3.00 Classification_OSU_SVM.m- multi-class classification
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:xianjun
  1. logisitic_exercise

    0下载:
  2. 一种用于数据分类的算法,与svm的作用类似-In statistics, logistic regression or logit regression is a type of probabilistic classification model[1] used for predicting the outcome of a categorical dependent variable (i.e., a class label) based on one or more predictor v
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:程小青
  1. svm

    0下载:
  2. support vector machine code for classification of multi class problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:207.31kb
    • 提供者:sekhar
  1. libsvm_format

    0下载:
  2. Transform data to the format of an SVM package(libsvm) Each row represents one record [label] [index1]:[value1] [index2]:[value2] ... 2‐class label: +1, ‐1 n‐class label: 1..n
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2.41mb
    • 提供者:rewrel
  1. main

    0下载:
  2. This source code is for one time training of color images for the svm classification of the fruits (specifically used for apples). The SVM classifier used has been designed to work with multiple classes, whereas the code is utilizing only two class c
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.84kb
    • 提供者:Ajitpal Brar
  1. one-class-SVM

    1下载:
  2. 经典的单类相关向量机程序,比较实用,适合初学者-classical one-class SVM program,very practical and satisfied for the beginner
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4.74kb
    • 提供者:ZYL
  1. hiu_gp43

    0下载:
  2. 雅克比迭代求解线性方程组课设,包括最小二乘法、SVM、神经网络、1_k近邻法,基于多相结构的信道化接收机。- Jacobi iteration for solving linear equations class-based, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Channelized receiver based on multi-phase structure.
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:7kb
    • 提供者:魏正忠
  1. KUIxbsenceelement

    0下载:
  2. n类PSVm 算法程序,相对于svm运算速度较快,不错的 很好(N class PSVm algorithm program, compared with SVM fast calculation speed, good is very good)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2kb
    • 提供者:Mmrina
  1. FLSSVM

    0下载:
  2. 对目标函数的松弛变量引入一个参数μ,优化基本的最小二乘一类支持向量机算法。同样是解决线性问题,避免了二次规划的复杂问题(A parameter min is introduced into the relaxation variable of the objective function, and the basic least squares support vector machines algorithm is optimized. It also solves the linear pr
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:273kb
    • 提供者:菲尔德
  1. sa_svdd-master

    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 model
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2.78mb
    • 提供者:刘晓颖
搜珍网 www.dssz.com