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

搜索资源列表

  1. classification

    0下载:
  2. 机器学习中几种典型的分类算法,SVM, ML, Gaussian Mixture Model等-typical classifiers(SVM, ML) in ,machine learning.
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:4346
    • 提供者:张小云
  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
    • 文件大小:5120
    • 提供者:
  1. LBPPLPQFER

    2下载:
  2. 人脸表情识别matlab程序LBP+LPQ算法融合,SVM分类-facial expression recognition algorithm fusion of LBP and LPQ,clssify by OAA SVM
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:9724350
    • 提供者:xiaxiaoxiao
  1. Adaboost

    0下载:
  2. matlab实现AdaBoost,弱分类算法包括fisher 伪逆 svm naivebayes 决策树。-matlab implements AdaBoost, weak classification algorithms include fisher pseudoinverse svm naivebayes tree.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:57704
    • 提供者:sunny
  1. SVM

    0下载:
  2. 运用支持向量机作为分类器,适用于特征选择算法-Using support vector machine as classifier, feature selection algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3583
    • 提供者:weidance
  1. Ttest-RFE-SVM

    1下载:
  2. 对DNA微阵列用RFE-SVM算法对基因进行分类-Use of DNA microarray gene RFE-SVM algorithm to classify
  3. 所属分类:DNA

    • 发布日期:2015-01-24
    • 文件大小:625664
    • 提供者:陈颖
  1. JSvmLib

    0下载:
  2. java版支持多类的SVM分类器,用的是SMO算法求解,核函数是线性的,带注释。-codes of SVM in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:23689
    • 提供者:clf
  1. fsals-svm

    0下载:
  2. 此算法实现了SVM的分类,很实用很强大的程序,可供使用。-This algorithm of SVM classification, it is very powerful and practical procedures for use.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:162555
    • 提供者:棉花糖
  1. Mycold

    0下载:
  2. 在matlab软件中,自己编程实现的一个分类算法,算法首先采用kmeans与fcm聚类分析方法进行采样,然后利用svm对选取得样本进行分类-In matlab software, own programming to achieve a classification algorithm, the algorithm first used fcm kmeans cluster analysis methods and sampling, and then use the elections to
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:18248
    • 提供者:吴逸
  1. svm-matlab

    0下载:
  2. 支持向量机(SVM)用于分类的算法实现 function [D, a_star] = SVM(train_features, train_targets, params, region)-Support Vector Machine (SVM) algorithm for classification in function [D, a_star] = SVM (train_features, train_targets, params, region)
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5742
    • 提供者:代瑞军
  1. svm-examples-code-

    0下载:
  2. svm 算法源码 分类实例,vc版本的,可以直接运行dsw工程-svm classify source code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:1358620
    • 提供者:lihuanan
  1. SVM-reviewed

    0下载:
  2. 支持向量机方法中也存在着一些亟待解决的问题,主要包括:如何用支持向量机更有效的解决多类分类问题,如何解决支持向量机二次规划过程中存在的瓶颈问题、如何确定核函数以及最优的核参数以保证算法的有效性等。-Support vector machine (SVM) method also exist some problems to be solved, mainly includes: how to use support vector machine (SVM) is more effective t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:211107
    • 提供者:mumu
  1. Code

    0下载:
  2. SVM、Adaboost、K-Means 分类算法的实现,有助于理解分类算法的原理。-SVM, Adaboost, K-Means classification algorithm, helps to understand the principles of classification algorithms.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:498927
    • 提供者:zhao
  1. SVM

    0下载:
  2. SVM工具箱,各种分类及拟合算法,使用起来很方便。-SVM tools for classification and approximation
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:122038
    • 提供者:刘杨
  1. SVM

    1下载:
  2. 支持向量机,用于各种分类和回归,是一种比较常用的智能算法-SVM for regression and classification
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2603762
    • 提供者:李旭青
  1. SVM-Java-Code

    0下载:
  2. 十大经典算法之支持向量机的Java源代码,eclipse环境下进行数据分类必备算法。-Ten classic algorithm of SVM Java source code, data classification algorithms necessary eclipse environment.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:9744
    • 提供者:李杰
  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. 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. SVM

    0下载:
  2. SVM用于分类,很好的一种算法,可以进行数据验证-Used in SVM algorithm, is to use a program, data validation can be done, very good
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:5043
    • 提供者:sunchengao
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com