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

搜索资源列表

  1. 模式识别分类器

    0下载:
  2. 本程序用来实现模式识别中二维线性变换的分类其设计-the procedures used for pattern recognition of two-dimensional linear transform its design classification
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40.72kb
    • 提供者:可爱人
  1. 模式识别分类

    0下载:
  2. 模式识别分类 内有聚类算法.分段线性算法-Categorization of pattern recongnization includes clustering algorithm and segmentation linear algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51.41kb
    • 提供者:清风侠
  1. 印章识别

    0下载:
  2. 印章识别是模式识别中的经典问题。次程序能够完成印章识别中的基本分类问题。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-06-02
    • 文件大小:246.72kb
    • 提供者:shanyue198
  1. BayesTest(模式识别分类程序).rar

    0下载:
  2. 这是一个计算机实现图形分类的程序,它可以包含基本的分类算法,This is a computer graphics classification procedures, it may include basic classification algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:70kb
    • 提供者:
  1. fisher.rar

    0下载:
  2. 这是模式识别中线性分类器中最常用的fisher线性分类器,并在结果中画出了分类线和分类效果,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2.21kb
    • 提供者:张磊
  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:98.63kb
    • 提供者:tangxiaojun
  1. Bayes

    0下载:
  2. 一个比较简单的模式识别问题。用female.txt 和male.txt 的数据作为训练样本集,建立Bayes 分类器,用测试样本数据set1.txt、set2.txt、set3.txt 对该分类器进行测试,分别应用单个特征及两个特征进行实验-A relatively simple pattern recognition problem. Female.txt and male.txt use data as a training sample set, the establishment of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2.99kb
    • 提供者:晏珏
  1. BP

    0下载:
  2. 图像模式识别 模板匹配法 神经网络分类器 BP源代码-Image pattern recognition template matching neural network classifier BP source code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:3.95kb
    • 提供者:plazht
  1. newClassificationToolbox.ZIP

    1下载:
  2. 最新的模式识别分类工具箱,希望对朋友们有用!-The latest classification pattern recognition toolbox, in the hope that useful friends!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:363.54kb
    • 提供者:liyan
  1. Bayes

    0下载:
  2. 贝叶斯分类实验,设计简单的线性分类器,了解模式识别的基本方法。掌握利用贝叶斯公式进行设计分类器的方法。-Bayesian classification experiment is designed to be simple linear classifier, know the basic methods of pattern recognition. Master the use of Bayesian classifier design formula method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1.24kb
    • 提供者:屠志海
  1. 69491719BayesClassier(1)

    0下载:
  2. 实现模式识别,实现最小欧式距离分类器的实现与形成-Achieve pattern recognition, achieve the minimum Euclidean distance classifier and the formation of implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3.45kb
    • 提供者:姜娜
  1. chap11

    0下载:
  2. 关于模式识别分类问题的两个程序,非常的经典,经过调试,可以运行 !-thank you !
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3.04mb
    • 提供者:youoyu
  1. bayesgauss

    0下载:
  2. 图像模式识别中使用的高斯型贝叶斯分类器,提供完整的参数选择-Gaussian Bayesian classifier
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:1.52kb
    • 提供者:cai chenyun
  1. Nearestneighbor

    0下载:
  2. 模式识别问题最近邻算法的matlab实现,可以模拟实现最近邻法的核心,是一个不错的代码- Nearest neighbor algorithm for pattern recognition problem of matlab to achieve, can simulate the nearest neighbor method to achieve the core of the code is a good
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:19.46kb
    • 提供者:丑力
  1. SVM_code

    0下载:
  2. 这是最新的SVM(支持向量机库代码) 搞SVM模式识别分类与回归的人员很有参考价值,如果有适当的话,我下次把国外的SVM训练和测试源代码上传,供大家参考,谢谢大家的支持!-these files are about the SVM algorithm,which would help you learn and use it to deal with some problem in your job and study
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:564.28kb
    • 提供者:cyc
  1. 461518386Yale_PCASVM

    0下载:
  2. 程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。-svm apply to fenlei
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.15mb
    • 提供者:jack
  1. mySVM

    0下载:
  2. 用于模式识别分类的基于mysvm的源程序-Classification for pattern recognition of the source-based mysvm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:757.7kb
    • 提供者:王彦霞
  1. 模式识别作业

    0下载:
  2. MATLAB模式识别,自己写的老师上课布阵的几类分类器(MATLAB pattern recognition, several classifiers to write their own teacher team)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-15
    • 文件大小:24kb
    • 提供者:SDNLab
  1. 模式识别

    0下载:
  2. 模式识别分类,聚类,特征提取,特征选择,特征变换(Pattern recognition, classification, clustering, feature extraction)
  3. 所属分类:图形/文字识别

  1. 模式识别分类器

    0下载:
  2. 贝叶斯识别,可对图像数据进行分类的算法,其中包含5个m文件(Bias recognition, image data can be classified algorithm, which contains 5 m files)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1.02mb
    • 提供者:宇丁
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com