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

搜索资源列表

  1. c4.5-decision-tree-matlab

    1下载:
  2. c4.5分类器 支持向量机算法 文本分类 样本支持 核函数算法-c4.5 classifier SVM text classification algorithm sample support kernel function
  3. 所属分类:Fractal program

    • 发布日期:2017-03-21
    • 文件大小:4508
    • 提供者:fujun
  1. svm2change

    0下载:
  2. 支持向量机在样本分类中的另一个例子,适合入门级别,带有详细的注释。开发环境为MATLAB。-Another example of SVM classification in the sample, suitable for entry-level, with detailed notes. Development environment for MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:20383
    • 提供者:李程序员
  1. chapter14

    0下载:
  2. 基于SVM的数据分类预测——意大利葡萄酒种类识别-Data classification based on SVM prediction- Italian wine species identification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:36960
    • 提供者:张伟
  1. opencv

    0下载:
  2. 图像场景分类的bow模型opencv源代码,采用k-means聚类构造单词,采用支持向量机的svm分类器。-Image scene classification bow model opencv source code, using k-means clustering structure of words, using support vector machine svm classifier.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:10398
    • 提供者:李翔
  1. 39326

    0下载:
  2. This work investigates the practical application of support vector machine (SVM) to power transformer condition assessment. Partiuclarly, this paper proposes to integrate the SVM algorithm with two heuristic optimization algorithms which are
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:670777
    • 提供者:pse
  1. libsvm-3.18

    0下载:
  2. 使用支持向量机对数据进行非线性分类,通过修改核函数径向基函数的参数来做模型-Using support vector machine (SVM) to nonlinear classification of data, by modifying the parameter of kernel function of radial basis function model
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:637551
    • 提供者:lindongxiu
  1. liblinear-1.94

    0下载:
  2. 线性SVM分类代码,线性分类快速准确,如果数据量大则需要内存较大-Linear SVM classification code, linear classification quickly and accurately, if a large amount of data you need to memory
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:351836
    • 提供者:derek
  1. ZTSBSVM

    0下载:
  2. 算法提出了 一个新的部位观测模型和一种新的减小部位状态空间的方法:(1)对人体不同部位采用不同尺寸的细胞单元计算HOG特 征,并利用线性SVM进行分类,从而提出一种新的部位观测模型;(2)利用人体部位定位的先验分布确定部位定位区域,然 后通过邻域归并和设置与部位模板的匹配度阈值进一步减小状态空间,从而提出了一种减小部位状态空间的方法。仿真 实验结果表明所提算法与传统算法相比更加有效。-Algorithm proposed site of a new observation mod
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:5766
    • 提供者:丁晓枫
  1. keyword

    0下载:
  2. 邮件分类学习,使用svm库实现,用4组数据训练,1组数据测试-Mail classification learning, using svm library implementation, training with four sets of data, one set of data to test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2182786
    • 提供者:hekai
  1. WorkpieceRec_Hu

    0下载:
  2. work-piecehu.rar基本功能:图像预处理,去除阴影,之后利用hu矩,SVM分类。 -The basic function of the work-piecehu.rar: image preprocessing, shadow removal, followed by Hu moment, SVM classification.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6129054
    • 提供者:
  1. gaosihefenlei

    0下载:
  2. 用于SVM高斯核分类-Gaussian kernel for SVM classification-Gaussian kernel for SVM classification
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:537
    • 提供者:humingxiao
  1. svc

    0下载:
  2. 模式识别中的svm支持向量机方法源代码。输入训练点特征及类别,程序将求解出基于样本类别的分类条件。-Pattern recognition svm SVM method source code. Input point feature and class training program will solve the classification based on the type of sample conditions.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:1279
    • 提供者:王立平
  1. svmClassificationInMatlab

    0下载:
  2. svm cods for classification
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1866
    • 提供者:mehrazar
  1. LBPSVM

    0下载:
  2. 实现了基于LBP和支持向量机的分类算法。首先提取出LBP特征,再利用支持向量机进行分类-Realized based on LBP and support vector machine (SVM) classification algorithm.First extract LBP feature, using support vector machine (SVM) classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2966
    • 提供者:费梦娟
  1. cannySVM

    0下载:
  2. 实现了基于canny算子和支持向量机的分类算法。首先提取出canny边缘特征,再利用支持向量机进行分类。-Realized based on canny operator and support vector machine (SVM) classification algorithm.First of all, extract the canny edge character, using support vector machine (SVM) classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2403
    • 提供者:费梦娟
  1. SVMmatlab

    0下载:
  2. 支持向量机的matlab商业软件包,附有中文和英文使用手册说明,可以在对算法不了解的基础上,利用简单的命令完成支持向量机的分类和回归建模-Support vector machine (SVM) commercial software package in matlab, accompanied by Chinese and English manual, can be on the basis of the algorithm does not understand, using simple
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2159604
    • 提供者:zhuenyv
  1. SVM_example

    0下载:
  2. SVM支持向量机一个简单应用,将二维平面内的两类点(空心圆点和空心方点)进行线性分类,并对分类后的区域进行不同颜色的填充。-SVM support vector machine with a simple application, the two types of point (hollow dots and hollow square dots) within the two-dimensional linear classification, and area classification
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6706853
    • 提供者:王冬
  1. handGestureRecognition

    0下载:
  2. This the code for hand gesture recognition for tape system.it uses SVM and ANN for classification.-This is the code for hand gesture recognition for tape system.it uses SVM and ANN for classification.
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9519145
    • 提供者:Sadiq
  1. NMFPSVM

    0下载:
  2. 本程序用于基因数据的分类,我自己写了一个基于欧氏距离的费舍尔判据,选取有代表性的基因,最后用NMF将矩阵分解,对得到的矩阵进行分类,分类用的是自带的svm算法-It is used for classfication, I wrote a fisher criterion based on Euclidean distance, selecting representative genes,after NMF,classification with the SVM algorithm is sh
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:877398
    • 提供者:金卓
  1. tuto.tar

    0下载:
  2. Svm is algorithm which helps in classification of data
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:533091
    • 提供者:nagesh
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com