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

搜索资源列表

  1. DCT

    0下载:
  2. 先用小波变换进行降维后,再用DCT进行特征提取,然后用SVM分类识别,SVM需先安用libsvm工具箱,然后再可以运行,该程序包含ROL人脸库,一并上传。-First reduce the dimension of the wavelet transform, the then DCT feature extraction, and then use SVM classification, SVM must be safe to use libsvm toolbox, and then you
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5.34mb
    • 提供者:张少明
  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:98.63kb
    • 提供者:tangxiaojun
  1. svm_demo

    0下载:
  2. svm(支持向量机)的演示程序,是可执行程序,非控制台程序,可实现分类并图形化显示。-svm (support vector machine) demonstration program, an executable program, non-console programs for classification and graphical display.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:80.59kb
    • 提供者:xxz
  1. SVM-hssvm1.0.1

    0下载:
  2. HSSVM是一个用超球SVM(Hyper-Sphere Support Vector Machines)模型求解多分类问题的工具包,采用Java语言实现。开发该程序的主要目的,是利用超球SVM求解模型代替传统上借助于解二分类问题的经典SVM模型来求解多分类问题。本文将论述该程序的主要实现细节,包括相关算法及设计原理的描述。-HSSVM is an ultra ball SVM (Hyper-Sphere Support Vector Machines) to solve multi-classi
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.28mb
    • 提供者:songchao
  1. multiClass_svm

    0下载:
  2. 一个svm(向量机)分类算法本质上是二类分类器代码,实现多类分类的方法一般是将多类分类看作是多个一对多的二类分类器。本程序源码就是一种基于svmlight的svm多类分类器实现。对分类感兴趣的用户请参照。-A svm (vector machine) classification algorithm is essentially a second-class classification code, multi-class classification methods are generally
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:553.99kb
    • 提供者:圣人
  1. CODE

    1下载:
  2. 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
  3. 所属分类:matlab

    • 发布日期:2015-10-28
    • 文件大小:6.6mb
    • 提供者:张数
  1. juleisuanfa

    0下载:
  2. 本程序包括各种模式识别的分类方法,包括k均值分类,C均值分类,基于svm支撑向量机的分类方法,以及基于Adboost的分类方法。-The program includes a variety of pattern recognition classification methods, including k means classification, C means classification, based on support vector machines svm classificati
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:zhupeng
  1. orc1

    0下载:
  2. 本程序采用svm分类算法,实现了对连体数字(0-100)的识别。 分两个过程,第一个需要训练生成mode,第二个过程根据mode进行预测。识别率达95 -This program uses the svm classification algorithm, the identification of the piece number (0-100). Divided into two processes, first need to be trained to generate mode, th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2.8mb
    • 提供者:王建
  1. svm

    0下载:
  2. 可以对给定的对象数据特征进行分类,里面的程序可以很好的运行,希望共同讨论运用 。-Characteristics of a given object data classification, which the program can run, I hope to discuss the use
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:13.15kb
    • 提供者:邓家
  1. svm-demo

    1下载:
  2. 一个svm的演示程序,能演示两类数据分类,有gui界面,不使用第三方工具箱,使用gaussian核函数,界面能设置c和gamma的参数值,最后可以得到分类情况的可视化效果。针对svm算法的研究者和用于教学演示的教师,是个不错的源码。-An svm demo program that can demonstrate two types of data classification, gui interface, do not use third-party toolbox, using gauss
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:5kb
    • 提供者:
  1. SVC-SVR

    2下载:
  2. 该压缩包中包含的程序均在MATLAB下开发,从功能上分为两类。第一类名字中包含SVC的程序,主要用来对两类数据进行分类,并可以生成分类结果图。第二类名字中包含SVR的程序,主要用来对高维数据集进行预测,并可以生成预测结果图。该类程序可以很好地解决SVM中的分类及预测问题。-The archive contains the MATLAB program are under development, from the functions are divided into two categories
  3. 所属分类:matlab

    • 发布日期:2017-01-08
    • 文件大小:6kb
    • 提供者:果果
  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
    • 文件大小:2.72kb
    • 提供者:iihaozl
  1. svm_smo

    0下载:
  2. 基于SMO优化算法的SVM分类程序,显示判别函数值及分类结果-SMO optimization algorithm based on SVM classification program that displays the results of the discriminant function values ​ ​ and classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.77kb
    • 提供者:qin wen
  1. SVM

    0下载:
  2. SVM典型三分类程序 自带数据特征 可完美运行-SVM classification program comes with three typical characteristics of the data can be perfect run
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:9.09kb
    • 提供者:邵明旭
  1. MYcode

    0下载:
  2. 这是个SVM的分类算法程序,是本人修改的希望能帮助大家!-this is a program of svm classification
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:wanggc
  1. SVM

    0下载:
  2. 该SVM程序已实现4分类,并且是随机取数求正确率,通过循环求取最后的正确率平均值-The SVM program has achieved 4 classification, and is the number of random access to the correct rate, through the loop to get the final correct rate of the average value
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:927byte
    • 提供者:jjj
  1. svm_python

    1下载:
  2. 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。本程序是SVM的python实现,用的是SMO算法。只能进行分类,并且能够显示图形结果。-In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually use
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:8.16kb
    • 提供者:杨刘洋
  1. SVM测试程序

    0下载:
  2. 一个测试支持向量机SVM分类的简单小程序,好像从别人那整的(A test of support vector machine classification SVM simple small program)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:5kb
    • 提供者:Kry
  1. svm参数优化

    1下载:
  2. 采用svm来做分类,一般能得到较满意的结果,但用svm做分类预测时需要调节相关的参数才能得到比较理想的预测分类准确率,那么svm的参数该如何选取?该程序主要说明如何更好地提升分类器性能。(Use svm to do the classification, the general can get more satisfactory results, but when using svm to do classification prediction need to adjust the relev
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:197kb
    • 提供者:wj2511
  1. SVM

    0下载:
  2. SVM图片多分类,包含一组示例图片以及程序,程序有相应的注释,(Multi classification of SVM pictures,Contains a set of sample pictures and programs ,The program has a corresponding annotation .)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:46.3mb
    • 提供者:xinandaxuelibo
« 12 »
搜珍网 www.dssz.com