CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 模式 例子

搜索资源列表

  1. chepaishbie

    0下载:
  2. 一个很好的进行车路径识别的的例子,希望对大家学习模式识别有用-a good path for vehicle identification example, we hope to learn a useful pattern recognition
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.64kb
    • 提供者:黄玉
  1. classify

    0下载:
  2. KNN用于模式分类的很好的例子,供大家学习,希望对大家有帮助-KNN classification for a good example for all to learn. . .
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.47kb
    • 提供者:yexiyong
  1. libsvm-mat-2.9-1

    0下载:
  2. SVM的VC程序,有matlab接口,便于调用,还有例子,用于模式识别,分类,预测。-SVM, VC procedures, matlab interface, easy call, as well as an example, for pattern recognition, classification and prediction
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:123.81kb
    • 提供者:李静叶
  1. emd_20100823

    0下载:
  2. 经验模式分解的一个经典例子 可自动演示 emd 处理数据的全流程-Empirical Mode Decomposition is a classic example of automatic data processing demonstrate the whole process emd
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:38.52kb
    • 提供者:Gavin Zhang
  1. PatternClassificationToolBox

    0下载:
  2. 模式分类工具箱,SVC,PCA等,核分类,带例子以及所需数据-PatternClassificationToolBox,PCA,quadrat,kernels,bayes
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:47.87mb
    • 提供者:wang shi_qiang
  1. nnpca

    0下载:
  2. 利用主分量分析(PCA)进行模式识别,包括主分量分析运算的主要函数,以及相关应用的例子。-Using principal component analysis (PCA) for pattern recognition, including the principal component analysis of the main function of computing, and related application examples.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.25kb
    • 提供者:bigbigtom
  1. matlabdaima

    0下载:
  2. 指纹识别例子和源代码,对于模式识别、人工智能研究者有一定帮助-Fingerprint identification example and source code, for pattern recognition, artificial intelligence researchers have help
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:590.3kb
    • 提供者:程平
  1. visitorsrc

    0下载:
  2. qt的一个设计模式 内有详细注解 是学习QT的很好的小例子-qt a design pattern with detailed annotations are a good learning small example of QT
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:574byte
    • 提供者:zhizhong
  1. hmm_classify

    0下载:
  2. DHMM,离线隐马尔科夫模型用于模式分类的好例子,特征采用Kmeans进行离散化。-DHMM, off-line Hidden Markov Model good example for pattern classification, feature discretization using Kmeans.
  3. 所属分类:matlab

    • 发布日期:2016-08-10
    • 文件大小:1kb
    • 提供者:yexiyong
  1. hfm

    0下载:
  2. 这是多霍夫曼编码的例子,为GUI模式包含LZ等-the example for huofuman
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:9.28kb
    • 提供者:asdf
  1. a-m-a-matlab

    0下载:
  2. matlab是进行图像处理的好工具,本文件是用MATLAB进行模式匹配的一个例子,希望对你有用-matlab is a good tool for image processing, this document is the period of using MATLAB for pattern matching code, you
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.15kb
    • 提供者:chbpst
  1. EMD-denoising

    0下载:
  2. 经验模式分解,消除噪声,并含有运行例子m文件程序。-including EMDdenoise.m,example.m
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6.19kb
    • 提供者:张元元
  1. EMD-example_NSIP2003

    0下载:
  2. 一个应用经验模式分解(empirical mode decomposition) 方法的matlab程序例子-an example of EMD application with matlab codes
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:4.74kb
    • 提供者:chris
  1. Emd-example_SPL2007

    0下载:
  2. 一个应用经验模式分解(empirical mode decomposition )方法的例子,用matlab实现-An example of EMD application with matlab codes
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:13.5kb
    • 提供者:chris
  1. feng

    0下载:
  2. 模式识别实验中的例子 具体不清楚了-Pattern recognition experiment unclear Oh specific examples
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:561byte
    • 提供者:王宇
  1. apg_partial

    1下载:
  2. 部分APG算法解决了核函数相关模式识别问题的例子,可加速迭代进程,减少运算时间.-An Accelerated Proximal Gradient Algorithm for Nuclear Norm Regularized Least Squares problems
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:348.26kb
    • 提供者:吴明
  1. EM-SVM

    0下载:
  2. 模式识别课程作业,em算法,svm算法,适合初学者,绝对简单例子-Pattern Recognition course work, em algorithm, svm algorithm, suitable for beginners, absolutely simple example
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:184.73kb
    • 提供者:吴照
  1. PRbianchen

    0下载:
  2. 老师给的模式识别的编程例子,包括bayes分类算法、支持向量机分类、Parzen窗估计等算法,程序简单明了,是不错的例子。-Pattern Recognition teacher programming examples, including bayes classification algorithm, support vector machine classification, Parzen windows estimation algorithm, the procedure is sim
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5kb
    • 提供者:李程序员
  1. 《模式识别与智能计算》源代码

    2下载:
  2. 《模式识别与智能计算》书上的例子,仅供参考("Pattern recognition and intelligent computing" in the book example, for reference only)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:149kb
    • 提供者:一123
  1. bishe

    3下载:
  2. 使用BP神经网络,对异步电机故障识别的一个简单小例子。(Using BP neural network, a simple example of fault recognition of asynchronous motor is presented.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-07
    • 文件大小:112kb
    • 提供者:LUIVS
« 12 3 4 »
搜珍网 www.dssz.com