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

搜索资源列表

  1. LMSE_Fisher_SVM

    0下载:
  2. 模式识别中,LMSE,Fisher,SVM三种算法的性能比较-algorithm for LMSE,Fisher,SVM
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:9257
    • 提供者:mao
  1. ELM

    0下载:
  2. 极限学习机,一种很快的学习算法,有很好的泛化性能,性能略低于SVM,但快于SVM。-Extreme learning machine, a very fast learning algorithm has good generalization of features, performance was slightly lower than SVM, but faster than the SVM.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2613
    • 提供者:zhuce1
  1. Labview-for-LIBSVM

    3下载:
  2. labview中实现分类算法支持向量机(SVM)的经典案例,来源于林智仁的matlab libsvm的labview版本。-achieve a classic case of SVM, labview labview version from the Chih- Jen Lin libsvm.
  3. 所属分类:Other systems

    • 发布日期:2014-04-16
    • 文件大小:130048
    • 提供者:awen
  1. HOG

    0下载:
  2. 为了准确地对监控场景中的运动目标进行语义上的分类, 提出了一种基于聚类的核主成分分析梯度方向直方图和二叉决策树支持向量机的运动目标分类算法.利用背景减法提取运动目标前景区域, 并识别出潜在候选运动目标.利 用提出的基于聚类的核主成分分析的梯度直方图描述子提取候选运动目标的特征, 以较低维数的数据有效地描述运动目标的有效特征. 将提取的运动目标特征输入二叉决策树支持向量机, 实现多类目标的准确分类. 通过在不同视频序列上的实验验证, 提出的算法对运动目标进行较好地分类, 而且在运算速度方面较传
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:272368
    • 提供者:高峰
  1. SVMmatlab_coding

    0下载:
  2. 支持向量机代码 用于分类 识别算法开发语言 matlab-svm coding
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1563101
    • 提供者:brain
  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
    • 文件大小:2931676
    • 提供者:王建
  1. gaSVMcgpForRegress

    0下载:
  2. 关于SVM的遗传算法参数寻找最优的方法,可以参照改写其他程序-The genetic algorithm about SVM parameters to find the best method, can consult to rewrite the other programs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1680
    • 提供者:廖俊玲
  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. 30-case-studies

    0下载:
  2. MATLAB神经网络30个案例分析__读者调用案例的时候,只要把案例中的数据换成自己需要处理的数据,即可实现自己想要的网络。该书共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-30 case studies of the MATLAB Neural Network __ readers call the case, as
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11300569
    • 提供者:liuwei
  1. SVM2012

    0下载:
  2. SVM支持向量机算法介绍以及实现代码,实现分类计算。-SVM support vector machine algorithm and the code to achieve the classification calculation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:18667
    • 提供者:白亮
  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. gaSVMcgForClass

    0下载:
  2. 利用遗传算法对支持向量机(SVM)进行分类优化-optimizate the support vector machine (SVM) classification by using the genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:bryanni
  1. psoSVMcgForRegress

    0下载:
  2. 利用粒子群算法对支持向量机(SVM)进行分类优化-optimizate the support vector machine (SVM) classification
  3. 所属分类:matlab例程

    • 发布日期:2014-03-27
    • 文件大小:2003
    • 提供者:bryanni
  1. Pattern-recognition

    0下载:
  2. 有关模式识别的工具箱的使用,在c开发环境下,有关模式识别的一些算法,也可以用于SVM等算法功能实现-The pattern recognition toolbox use, in c development environment, the pattern recognition of some of the algorithm, can also be used for SVM) functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:17173
    • 提供者:追风少年
  1. gafit

    0下载:
  2. 联合运用粗糙集(RS)理论-遗传算法(GA)-支持向量机(SVM)方法研究真核生物翻译起始位点(TIS)的识别.-A classification model is built to recognize translation initiation sites (TISs) in eukaryotes by applying rough sets-genetic algorithm-support vector machine (RS-GA-SVM).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:12842
    • 提供者:张弛
  1. PSO-and-PSOEM-simulation

    0下载:
  2. 基于扩展记忆的粒子群优化算法(Particle Swarm Optimization based on memory)-This paper combines SVM with improved PSO (Particle Swarm Optimization with Extended Memory, PSOEM) and then builds PSOEM-SVM forecasting model. The PSOEM searches the solution space intelli
  3. 所属分类:matlab

    • 发布日期:2016-10-10
    • 文件大小:12288
    • 提供者:朱盼盼
  1. SVMPlugin_1_0

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

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

    0下载:
  2. 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22452984
    • 提供者:wangzhe
  1. libsvm-3.11

    0下载:
  2. co-training协同训练算法研究 svm工具箱-co-training self-training
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:624066
    • 提供者:beyond
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com