CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 分类 支持向量机

搜索资源列表

  1. SVMclassification

    1下载:
  2. 使用支持向量机对人体姿态进行分类的程序,用的libsvm-support vect machine classification
  3. 所属分类:2D Graphic

    • 发布日期:2015-05-30
    • 文件大小:1438720
    • 提供者:Momo,zhang
  1. 35db67efec54daima

    0下载:
  2. 支持向量机(SVM)实现的分类算法源码[matlab]-svm to classify the source
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2488
    • 提供者:秋欢
  1. svm

    0下载:
  2. 支持向量机,是比较金典的libsvm,在各种分类计算中应该很实用-Support vector machine (SVM), is a valuable libsvm, should be very useful in various classification calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:196526
    • 提供者:张子瑞
  1. chapter13_GA

    0下载:
  2. 对最小二乘支持向量机的核函数进行参数优化,最后得到分类更加准确的分类器-For least squares support vector machine (SVM) kernel function parameter optimization, finally get a more accurate classification of classifier
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2353
    • 提供者:刘军
  1. SVM

    0下载:
  2. 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。-In the field of machine learning, support vector machine SVM (Support Vector Machine) is a supervised learning model, typically used for pattern recognition, classification, an
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:9384
    • 提供者:黑色地位
  1. NumberPlateRecognition

    0下载:
  2. 本程序融合机器学习,利用支持向量机训练车牌样本数据,然后用来识别测试数据,测试结果表明,该训练分类器正确率接近99 -This program fusion machine learning, support vector machine training license plate sample data were then used to identify the test data, test results show that the classifier is trained prop
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7711426
    • 提供者:沈宏双
  1. static_SVM_line_mean_var

    0下载:
  2. MATLAB代码,利用支持向量机SVM,核函数为线性核函数并进行参数寻优对数据进行分类-MATLAB code, the use of support vector machine SVM, kernel function is linear kernel parameter optimization and data classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2314
    • 提供者:huangfuhaoran
  1. GLCM

    0下载:
  2. Jurkat和Ramos两类细胞光学衍射图像特征提取和分类;Visual C++语言;通用模块使用;支持向量机。-Jurkat and Ramos cells optical diffraction image feature extraction and classification Visual c++ language General module USES Support vector machine (SVM).
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4375795
    • 提供者:简溪
  1. 2--fenlei

    0下载:
  2. 使用支持向量机实现故障的二分类,对初学者有一定帮助-Using support vector machine (SVM) to realize the fault samples of two classification procedures, it is helpful for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:T和
  1. Genetic-algorithm-to-optimize-svm

    1下载:
  2. 遗传算法优化支持向量机的惩罚系数C与高斯核系数g,能够提高支持向量机的分类精度-Genetic algorithm to optimize the punish coefficient of support vector machine (SVM) with gaussian kernel coefficient C g, can improve the support vector machine (SVM) classification accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1938
    • 提供者:T和
  1. liblinear-1.94

    0下载:
  2. liblinear1.94支持向量机的分类器-liblinear SVM classifier
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:342968
    • 提供者:梁宇
  1. svm_rank

    0下载:
  2. 该代码可以用于数据的排序,其是基于支持向量机分类器的排序方法-ranking svm code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:101697
    • 提供者:wenwen
  1. hogPlbpPsvm

    0下载:
  2. 该代码是通过opencv来实现结合hog和lbp特征,通过支持向量机来进行分类决策时实现行人的检测代码,有兴趣的同学可以下载参考下!-The code is done by opencv combined with the feature of hog and LBP, by support vector machine (SVM) classification decisions to achieve the pedestrian detection code, students are in
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:56690
    • 提供者:jane
  1. fastica_lssvm(1)

    1下载:
  2. 基于ICA和支持向量机的心电信号分类与识别-Based on ICA and SVM classification and identification of ECG
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1135
    • 提供者:xingsai
  1. BP.SVM

    0下载:
  2. 这是遗传算法优化支持向量机代码。用于matlab分类应用-This is a genetic algorithm optimization support vector machine code. Applications for classification matlab
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2596
    • 提供者:zzk
  1. support_vetor_machine

    0下载:
  2. 实现支持向量机的具体算法,包含一些支持向量机(svm)的程序例子,有分类也有回归的,分类有二维分类、还有多维分类的-Program example to achieve the specific algorithm support vector machines, including some of the support vector machine (svm), there is also the return of classification, classification of two
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:664190
    • 提供者:lihao
  1. SVMtest

    0下载:
  2. 经测试数据验证 可以实现支持向量机的分类,该算法使用C++编写-Verified by the test data of support vector machine (SVM) classification, the algorithm using c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:7686018
    • 提供者:YCH
  1. SVM

    0下载:
  2. 支持向量机SVM和核函数的MATLAB程序集,用于图形处理的算法,分类算法-pca and svm use MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4791245
    • 提供者:郭燕
  1. svm

    3下载:
  2. 支持向量机的仿真程序简单案例分析(分类和预测)模式识别-SVM simulation program simple case analysis (classification and prediction) Pattern Recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:21626
    • 提供者:吴布托
  1. Classification_SVM2

    0下载:
  2. 图像处理的基本功能,支持向量机分类,高效实用。-The basic function of image processing, support vector machine classification, efficient and practical.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:765
    • 提供者:韩飞
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 42 »
搜珍网 www.dssz.com