搜索资源列表

  1. 模式识别_贝叶斯分_类器

    0下载:
  2. 一个用来做模式识别的贝叶斯分类器-used as a pattern recognition Bayesian classifier
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72718
    • 提供者:李丰华
  1. 《神经网络模式识别及其实现》源程序,收集了各种神经网络分类的算法

    0下载:
  2. 《神经网络模式识别及其实现》源程序,收集了各种神经网络分类的算法《神经网络模式识别及其实现》源程序,收集了各种神经网络分类的算法
  3. 所属分类:Windows编程

  1. 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写

    0下载:
  2. 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写
  3. 所属分类:matlab例程

  1. classification

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

    • 发布日期:2024-05-13
    • 文件大小:100352
    • 提供者:tangxiaojun
  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 desi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:屠志海
  1. 69491719BayesClassier(1)

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

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:姜娜
  1. bayesgauss

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

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者: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例程

    • 发布日期:2024-05-13
    • 文件大小:19456
    • 提供者:丑力
  1. picVC

    0下载:
  2. 图象模式识别--VC++技术实现 ① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。 ② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。 ③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。 ④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。 ⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。 -Image pattern recognition- VC+
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:5763072
    • 提供者:黄建峰
  1. PatternRecognition

    0下载:
  2. 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most clo
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:541696
    • 提供者:yao
  1. PatternRecongnition

    0下载:
  2. C++图像模式识别分类程序,可以识别手写数字-The C++ code of Pattern Recongnition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:1438720
    • 提供者:abc
  1. osjl

    0下载:
  2. 基于最小欧式距离的模式识别分类,对于简单直观明了。-Pattern recognition based on the minimum Euclidean distance classification, for simple and intuitive to understand.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:蒋毅
  1. 1

    0下载:
  2. 模式识别分层聚类、k—均值算法,支持向量机、线性判别、判别代码、ppt-Pattern recognition hierarchical clustering, k-means algorithm, support vector machines, linear discriminant, discriminant code, ppt
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:593920
    • 提供者:刘蕊
  1. KNN

    0下载:
  2. 基于VC++编写的模式识别分类中的KNN算法程序-Written in VC++ based on pattern recognition classification of the KNN algorithm program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:140288
    • 提供者:颃帆
  1. patternRecognitionAndcompute

    0下载:
  2. 模式识别与智能计算matlab实现的源代码 主要有聚类分析 手写数字分类的实现-pattern Recognition And intelligence computing
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2007040
    • 提供者:lihao
  1. differentcalsiificationpalying

    0下载:
  2. 模式识别中各种分类算法演示Demonstrate a variety of classification algorithms in pattern recognition-Demonstrate a variety of classification algorithms in pattern recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:567296
    • 提供者:chen dd
  1. 4

    0下载:
  2. 图像处理与模式识别的书籍,还有各章进行图像处理的c代码。-Image processing and pattern recognition, books, and chapters for image processing of the c code.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:17025024
    • 提供者:
  1. 聚类分类实验

    0下载:
  2. 利用相似性准则和聚类准则函数,C-均值聚类算法,实现模式识别中的分类(By means of similarity criterion and clustering criterion function, C- mean clustering algorithm is used to realize classification in pattern recognition)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-13
    • 文件大小:123904
    • 提供者:ivy2017
  1. 分类器

    0下载:
  2. 模式识别分类器,利用Fisher判别对数据进行分类以及BP神经网络的方法进行分类(Pattern recognition classifier, the use of Fisher discriminant classification of data and BP neural network method for classification)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:角夺天下
  1. 模式识别代码

    0下载:
  2. 基于matlab的Iris、乳腺癌数据集的模式识别分类算法,含有 遗传算法+SVM、isodata、感知器算法、LMSE、神经网络等算法的实现代码,用于聚类效果良好,是模式识别大作业的参考资料(The pattern recognition classification algorithm based on MATLAB for Iris and breast cancer data sets contains the implemen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:张小明12345
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org