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

搜索资源列表

  1. classifer

    0下载:
  2. 二分类问题采用包括逻辑回归、最小二乘法、感知器算法(按下space不断迭代)、svm线性分类,另外还有高斯分线性分类(待完善),针对平面上两类点进行分类-Second classification using logistic regression, the method of least squares, perception algorithm (Press space iteratively) svm linear classification, in addition to the Ga
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:4304
    • 提供者:袁文
  1. Active-Learning

    1下载:
  2. 遥感图像分类工具箱,包含多种基于支持向量机分类器的主动学习算法-active learning toolbox, used for remote sensing data classification, includes most popular svm-based active learning algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8710144
    • 提供者:zhouxiong
  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. zbsvm

    1下载:
  2. 自己编写的一个关于MISNT手写数字识别的源程序,是一种对原SVM的改进算法,效果不错。-I have written about MISNT handwritten numeral recognition of the source, is an improvement on the original SVM algorithm, the effect is good.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1413
    • 提供者:gemini
  1. People_detection

    0下载:
  2. Linux下利用Opencv实现的行人检测算法!程序简答主要用的是opencv中SVM+HOG算法!-Linux using pedestrian detection algorithm Opencv realize! Program short answer is mainly used in the SVM+ HOG opencv algorithm!
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:50176
    • 提供者:秦朗
  1. Main

    0下载:
  2. 一种简单的人脸识别算法,基于svm与5倍交叉训练法和三种核函数选择的比较-A simple face recognition algorithm based on svm comparison with 5-fold cross-training method and choice of three core functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1042
    • 提供者:yhb
  1. MIMLmiSVM

    0下载:
  2. matlab编写的多示例多标记分类程序,采用miSVM算法,svm做分类器,其中附有各个调用函数,和作为例子的数据和主程序,可以运行,可以多多示例多标记样本进行分类。-matlab prepared multi-instance multi-label classification procedures, using miSVM algorithm, svm do classifier, which function with each call, and as an example of th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1312822
    • 提供者:wang
  1. myfun_SVM

    0下载:
  2. 遗传算法优化支持向量机参数的人脸识别程序,能直接运行-Genetic algorithm optimization parameters of SVM face recognition program that can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:21246456
    • 提供者: 王小姐
  1. ren

    0下载:
  2. 人脸识别技术SVM支持向量机的算法提高了分类效果-SVM algorithm SVM face recognition technology to improve the classification results
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1653
    • 提供者:周洲
  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. peopledetect

    0下载:
  2. 基于SVM的行人检测算法源代码。效果和速度非常不错-pedestrian detect based on svm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:913490
    • 提供者:王飞
  1. ZTSBSVM

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

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

    1下载:
  2. 视频图像的人群密度检测,多种人群密度场景下人群计数算法: 算法功能:建立图像特征和图像人数的数学关系 算法输入:训练样本图像1,2…K 算法输出:模型估计参数 ,参考图像 算法流程:1)对训练样本图像进行分块处理(算法1.1); 2)通过算法1.2,计算训练样本各个对应分块的ALBP特征归一化,再用K-means算法(可使用opencv等算法库实现,不再描述其算法),将图像块分成k(k<K)类,获取k(k<K)个聚类中心,即为参考图像; 3)对分块的图像进行与
  3. 所属分类:Graph Recognize

    • 发布日期:2014-10-09
    • 文件大小:4759552
    • 提供者:徐云华
  1. svmface1

    0下载:
  2. 采用支持向量机算法编写的人脸识别程序,可以达到一定的精确度,适合初学者-Face recognition using svm algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7992
    • 提供者:曹琳
  1. SVM_RFE_GA_TOOLBOX

    0下载:
  2. 利用遗传基因算法对SVM-RFE算法进行优化,从而获取更优异的特征,提高检测率,该算法的SVMtrain利用matlab自带的函数-The use of genetic algorithms to optimize the SVM-RFE algorithm, in order to gain more excellent features, improve the detection rate of the algorithm using matlab comes SVMtrain funct
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7527
    • 提供者:wjwei
  1. SVMs-for-Object-Detection-and-Beyond

    0下载:
  2. 图像标注中的 基于SVM的图像目标检测算法-image annotation, SVMs for Object Detection and Beyond
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1520168
    • 提供者:午阳
  1. SVM1

    0下载:
  2. 一种很好的支持向量机算法,想要研究SVM的同学们可以下载来看看。-A good SVM, SVM students want to study can be downloaded to see.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1076523
    • 提供者:梁云开
  1. FaceRec_facerecognition

    0下载:
  2. 基于SVM和PCA的人脸识别算法,有GUI界面,程序运行良好。-Based on SVM and PCA face recognition algorithm, GUI interface, the program works well.
  3. 所属分类:Graph Recognize

  1. Fire-detection-multiple-features

    0下载:
  2. 文章对比分析了火焰不同的形状结构特征,及其特征组合对火焰检测有效性的影响,提出了一种融合圆形度、矩形度和重心高度系数的火焰检测算法,然后将融合后的火焰特征输入支持向量机(SVM)中进行分类- Based on fusion of these flame features,the support vector machine (SVM) is used for classi- fication. Experimental results on the fire videos at Bilken
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:262120
    • 提供者:wangN
  1. guowai

    0下载:
  2. 这是国外车牌识别的c++程序代码,用到了支持向量机(SVM)算法,可以借用到国内车牌识别。-This is a foreign license plate recognition c++ code, use the support vector machine (SVM) algorithm could be applied to the domestic license plate recognition.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:28647424
    • 提供者:chenghua
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com