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

搜索资源列表

  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
    • 文件大小:7086
    • 提供者:李刚
  1. libsvm-2.88.rar

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

    • 发布日期:2017-03-23
    • 文件大小:518089
    • 提供者:小潘
  1. stprtool.rar

    6下载:
  2. 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines,
  3. 所属分类:matlab

    • 发布日期:2015-07-19
    • 文件大小:4271126
    • 提供者:查日东
  1. simplemkl.zip

    0下载:
  2. Simple Multiple Kernel Learning (SVM) source code,Simple Multiple Kernel Learning (SVM) source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:106709
    • 提供者:Olivier Poto
  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
    • 文件大小:109271
    • 提供者:jon
  1. LSSVM

    1下载:
  2. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:807489
    • 提供者:guojingiing
  1. SVMandKERLandMATLAB

    0下载:
  2. 支持向量机SVM和核函数kerl的matlab程序合集-Support Vector Machine SVM and kernel kerl the collection matlab program
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4467874
    • 提供者:cy
  1. SVM

    1下载:
  2. 支持向量机SVM和核函数的matlab程序集,压缩包中包含常用的各种SVM函数,-Support vector machine and kernel function SVM matlab assembly, compressed package that contains a variety of commonly used SVM function
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4467327
    • 提供者:Zhang Zhen
  1. accord-handwritting-svm-src

    0下载:
  2. 基于支持向量机的手写体的识别源码!the recognition of handwritten digits using Kernel Discriminant Analysis.-the recognition of handwritten digits using Kernel Discriminant Analysis.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:613794
    • 提供者:jackhu
  1. svmandkernelmethodstoolbox

    0下载:
  2. Matlab工具包,包含了支持向量机和核函数的工具包,可直接调用-Matlab toolkit, including support vector machine SVM and kernel function tool kit, can be called directly
  3. 所属分类:matlab

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

    1下载:
  2. SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2785
    • 提供者:iihaozl
  1. PCA-SVM

    0下载:
  2. 本程序使用MATLAAB R2014a 编写,基于PCA_SVM的人脸识别程序。程序包括主成份分析、SVM核函数,并附带了人脸库,使之能够直接调用人脸库图像进行人脸识别-The program uses MATLAAB R2014a written procedure based on recognition of PCA_SVM. Program includes principal component analysis, SVM kernel function, and comes face
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4228834
    • 提供者:月逝天
  1. SVM

    0下载:
  2. 用简单的代码实现了SVM,其中包括了线性、非线性以及多种kernel。(SVM is implemented with simple code, including linear, nonlinear, and a variety of kernel.)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:极地渔翁
  1. KernelSVM

    0下载:
  2. SVM中常用的核函数,可直接通过调参使用(The common kernel function in SVM can be used directly by adjusting parameter)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Yao_lx
  1. SVM-KM

    0下载:
  2. SVM-KM工具箱 关于支持向量机核方法的有利工具(svm-km toolbox, a useful tool for support vector machine about kernel method.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:371712
    • 提供者:Cherry Wang
  1. SVM

    0下载:
  2. 包含完整的SVM算法,下载即可使用。其中包括数据集和完整的算法结构,算法结构包括数据清理、核函数升维以及SMO优化算法,可以较好实现数据非线性分类。(Contains the complete SVM algorithm and download it for use. Including the data set and the complete algorithm structure, the algorithm structure includes data cleaning, kerne
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:17408
    • 提供者:_柚子茶
  1. PSO-SVM

    2下载:
  2. 用粒子群算法优化SVM中惩罚系数C和高斯核函数g的参数(Using particle swarm optimization to optimize parameters of penalty coefficient C and Gauss kernel function g in SVM)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:781312
    • 提供者:打死阿萨德
  1. CS-SVM

    2下载:
  2. cs算法优化svm的惩罚参数c和核函数的参数gamma。(The CS algorithm optimizes the penalty parameter C of SVM and the parameter gamma of kernel function.)
  3. 所属分类:matlab例程

  1. sklearn-SVM

    1下载:
  2. 支持向量机(SVM)——分类预测,包括核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等(Support vector machine (SVM) - classification prediction, including kernel function parameter adjustment, unbalanced data problem, feature dimensionality reduction, grid search, pipelin
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-05-14
    • 文件大小:24576
    • 提供者:xning
  1. PSO-SVM

    7下载:
  2. 利用粒子群优化算法对支持向量机中的核函数参数和惩罚参数进行优化是非常有效的手段,可以大大提高鲁棒性。实际过程中读者可通过下载我上传的代码,简单进行修改和阅读附件论文即可快速掌握相关方面的知识,快速使用这一方法。(Particle swarm optimization (PSO) is a very effective method to optimize the kernel function parameters and penalty parameters of SVM, which can
  3. 所属分类:matlab例程

« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com