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

搜索资源列表

  1. SVM(CPP)

    0下载:
  2. 目前比较流行的数据挖掘中的用于分类的算法,能达到较高的分类准确率-classifing algorithm for dating ,have a more clsaaifing accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10698
    • 提供者:dailihua
  1. psoSVMcgForClass

    0下载:
  2. 关于粒子群算法对已SVM分类问题的参数寻优方法,可以参考-Particle swarm algorithm about the parameters of the classification problem has SVM optimization method, can reference
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2057
    • 提供者:廖俊玲
  1. lunwen

    0下载:
  2. 提出一种多尺度方向(multi-scale orientation,简称 MSO)特征描述子用于静态图片中的人体目标检 测.MSO 特征由随机采样的图像方块组成,包含了粗特征集合与精特征集合.其中,粗特征是图像块的方向,而精特征 由 Gabor 小波幅值响应竞争获得.对于两种特征,分别采用贪心算法进行选择,并使用级联 Adaboost 算法及 SVM 训 练检测模型.基于粗特征的 Adaboost 分类器能够保证高的检测速度,而基于精特征的 SVM 分类器则保证了检测精 度.另
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1868501
    • 提供者:尹世荣
  1. SVM-and--Face-Recognition

    0下载:
  2. 支持向量机及其在人脸识别中的应用研究 上海交通大学博士论文,在知网上面付费下载得到的。本文从应用的角度出发,较为全面地对一些相关问题进行探讨,并使用Visual C++实现了一个基于支持向量机的人脸识别软件—idTeller。 论文的主要工作和创新点包括: ·提出了两种基于VC边界的支持向量机参数选择算法—固定C算法和VC-CV算法。VC边界是两类支持向量机参数选择的一个理想准则,但它的一些固有缺点使其应用变得困难。本文通过将VC边界转化为VC指标,最终把问题归结为对最小包围体的求解,从理论
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-27
    • 文件大小:10384270
    • 提供者:Jessicaying
  1. Pattern-Recognition

    0下载:
  2. 模式识别与智能计算的一个基于matlab运行的识别分类软件,聚集了模糊聚类,SVM,神经网络等各种流行的分类算法于一体,便于比较测试数据在不同分类算法下的分类效果-Pattern Recognition and Intelligent Identification and Classification of the calculation to run a matlab software, gathered a variety of popular fuzzy clustering, SVM,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:16740457
    • 提供者:
  1. SVM-SMO

    0下载:
  2. 实现图像分类,支持向量机原始优化算法SMO-Image classification, the original optimization algorithm SMO support vector machine
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1319
    • 提供者:小哥
  1. Multi-class-SVM-Image-Classification

    0下载:
  2. 基于神经网络的遥感图像分类取得了较好的效果,但存在固有的过学习、易陷入局部极小等缺点.支持向量机机器学习方法,根据结构风险最小化(SRM)原理,表现出很多优于其他传统方法的性能,本研究的基于多类支持向量机分类器的遥感图像分类取得了达95.4 的分类精度.但由于遥感图像分类类别多,所需训练样本较大,人工选择效率较低,为此提出以人工选择初始聚类质心、C均值模糊聚类算法自动标注训练样本的基于多类支持向量机的半监督式遥感图像分类方法,期望能在获得适用的分类精度的基础上有效提高分类效率-Neural ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:25817
    • 提供者:cissy
  1. SVM

    0下载:
  2. 支持矢量机算法实现数据分类,内带实验数据,直接运行出结果-SVM for data classification with the experimental data,Run directly to results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2241
    • 提供者:袁园
  1. SVM

    0下载:
  2. 该程序为MATLAB源码,使用SVM算法(简易实现)进行分类。-Classify using (a very simple implementation of) the support vector machine algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2286
    • 提供者:alan
  1. SVMPlugin_1_0

    0下载:
  2. SVM分类,算法,代码 -SVM classification algorithm, the code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:3030899
    • 提供者:wind
  1. svm-ses

    1下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The machine algorithm respectively perception, the minimum square error algorithm, linear SVM classifier algorithm design, respectively, draw the decision surface, and compare the performance.
  3. 所属分类:Special Effects

    • 发布日期:2015-09-28
    • 文件大小:9216
    • 提供者:万海兵
  1. svm_smo

    0下载:
  2. Java实现的SVM的简化版SMO算法分类算法! 可用来学习SVM。 SMO算法的目的是找出一个函数f(x),这个函数能让我们把输入的数据x进行分类。-A simplified version of the Java implementation of the SVM SMO algorithm classification algorithm. Can be used to learn the SVM.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:25556
    • 提供者:王充
  1. lcjyby

    0下载:
  2. 结合遗传算法和SVM分类器方法对特征基因进行筛选-Combined with genetic algorithm and SVM classifier feature gene screening
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1377
    • 提供者:周晓玲
  1. ssvmmlight-66v

    0下载:
  2. svm(支持向量机)是著名的分类算法,svmllight是其中的一种实现的最新版本。完全开源。 -svm (support vector machine) is well-known classification algorithm, svmllight the latest version of one of them realized. Fully open source.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1274783
    • 提供者:
  1. newSVM

    0下载:
  2. 这是一篇改进的基于SVM多分类算法的文章,文章详细介绍了算法原理及应用,对图像图形处理专业人员的重要参考价值!-This is an improved multi-classification algorithm based on SVM article, the article describes in detail the algorithm theory and application of important reference value on the image and graphi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:349115
    • 提供者:jeffsonfu
  1. discrim_rf

    0下载:
  2. 斯坦福大学的姚邦鹏开发的一个图像分类算法,使用random forest实现了图像的精细区域描述,赢得了PASCAL VOC2011图像分类竞赛中的winner prize.经测试,程序完全可运行,且提供了MAC和Windows下的两种程序。-Image Classification: An Integration of Randomization and Discrimination in A Dense Feature Representation The goal of our m
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:975503
    • 提供者:王志刚
  1. classification

    0下载:
  2. 分类算法,包括KNN,SVM,Linear Regression, Naive Bayes四种-four algorithms of classification, includes KNN, SVM, Linear Regression, Naive Bayes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-10
    • 文件大小:72664
    • 提供者:金文
  1. SVM-JAVA

    0下载:
  2. 这是一款基于java和python实现svm支持向量机的算法源代码,可以实现对任意点阵的分类,效果非常明显-This is a based on java and python svm support vector machine algorithm source code, you can achieve the classification of any dot matrix, the effect is very obvious
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:707589
    • 提供者:怪兽
  1. SVM_windows

    0下载:
  2. 本源代码实现了windows下面的svm文本分类算法,对于研究数据挖掘的同学有一定的帮助。-The source code to achieve the windows below the SVM text classification algorithm for the study of data mining students have some help.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-17
    • 文件大小:638341
    • 提供者:zhanglei
  1. Error-driven-SVM

    1下载:
  2. 一种改进的SVM增量学习算法——基于错误驱动的增量SVM算法,改进了原有增量算法对非SV集的处理方式,将非SV集对分类信息也考虑在内,大大提高了SVM的识别进度。-An improved SVM incremental learning algorithm for- based on error-driven incremental SVM algorithm, improved the way of the the original Incremental learning algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-04
    • 文件大小:58088
    • 提供者:张灿淋
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com