搜索资源列表

  1. DNAClassification

    0下载:
  2. DNA分类,包含三中模式识别经典算法的实现:K紧邻,BP神经网络,概率神经网络。-DNA classification, which includes three classic pattern recognition algorithm to achieve : K borders, BP neural networks, probabilistic neural network.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:192512
    • 提供者:郭瑞杰
  1. Algorithm-SVM-0.11.tar

    0下载:
  2. 在人工智能中模式识别比较新的分类算法,支持向量机.用于特征分类.-A new classify arithmetic of pattern-recognition in artificial intelligence,use support vecotr machine to classify the characteristic
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:50176
    • 提供者:rabo
  1. libsvm-mat-2.8-1

    0下载:
  2. 人工智能模式识别中基于支持向量机的分类算法在识别领域属于较新的应用-The SVM-based classification algorithm is a kind of new application in the field of artificial intelligence and pattern recognition.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:67584
    • 提供者:rabo
  1. ImageSysZLF01

    0下载:
  2. 模式识别的作业代码,VC开发,主要是线性分类识别和聚类(基本K-平均算法)的实践,功能比较简单,还有带完善-operation code pattern recognition, VC development, mainly linear classification and identification of clustering (basic K-average algorithm) practice, relatively sim
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1739776
    • 提供者:zlf
  1. lsvm

    0下载:
  2. 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:韩乐
  1. ISO

    0下载:
  2. 模式识别的动态聚类算法iso-data算法的具体实现,应用于模式分类等-dynamic clustering pattern recognition algorithm iso-specific data algorithm to achieve, such as data classification
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:关佳
  1. pattern_recognition

    0下载:
  2. 模式识别中的几个常用算法,包括ISODATA算法、K-均值算法、感知器算法、LMSE最小误差、贝耶斯分类。-pattern_recognition have some usual algorithm,including ISODATA algorithm,K-means algorithm,apperceive algorithm ,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:6144
    • 提供者:万崇玮
  1. K_average

    0下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:也风
  1. PerceptionApproach

    0下载:
  2. 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写。-the classic pattern recognition algorithm, perception algorithm, the model used for classification, prepared using Matlab.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:也风
  1. matlab作业

    0下载:
  2. 模式识别一份很好的作业,包括线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,支持向量机-a very good operation, including linear classification; Minimum risk Bayesian classifier; Supervised learning method Hierarchical clustering analysis; K-L tran
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:2599936
    • 提供者:郭攀红
  1. classifyMethord

    0下载:
  2. 描述了关于OCR的各种模式识别方法,包括各种分类算法。-describes the OCR on the pattern recognition methods, including classification algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:5255168
    • 提供者:李明
  1. maxminestimate

    0下载:
  2. 最大最小值估计,适合学习统计理论和模糊方面的结合应用,尤其是在模式识别方面的分类。-largest minimum estimate for statistical learning theory and fuzzy combination of the application, especially in regard to the classification of pattern recognition.
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 图像模式识别示例之监督分类,图像模式识别图书附带源码~-image pattern recognition example supervision exercised by classification, pattern recognition is incidental source books ~
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-13
    • 文件大小:5195776
    • 提供者:Nina
  1. iris_bayes

    0下载:
  2. 贝叶斯分类器的C++源码,用IRIS作类例子,通俗易懂,适合作模式识别、图像处理研究开发用!-Bayesian classifier C source code, using IRIS category for example, easily understood and suitable for pattern recognition, Image processing research and development with!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:
  1. classifier_knn

    0下载:
  2. 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use!
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  1. classifier_linear

    0下载:
  2. 模式识别中线性判别分类器的C++源码,非常容易集成和使用!-pattern recognition linear discriminant classifier C source code, and is easy to integrate and use!
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 模式识别中的距离分类器C++源代码,并含有一个文字识别的例子,适合模式识别、图像识别开发用!-pattern recognition of distance classifier C source code, and contains an example of character recognition, suitable for pattern recognition, Image Recognition by the develo
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  1. GUI_MSVM

    0下载:
  2. 一个完整的具有图形操作界面的支持向量机模式识别的实验系统.全部用Matlab实现,可以实现多种分类识别. 这是本人的毕业设计的附属程序-complete with a graphical interface SVM pattern recognition to the experimental system. All using Matlab ab realized, could achieve multiple classificat
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:241664
    • 提供者:zql
  1. bayes_classify

    0下载:
  2. 用Matlab编写的Bayes 分类器,用以进行两类模式识别-prepared using Matlab Bayesian classifier, used for two types of pattern recognition
  3. 所属分类:生物技术

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:刘小强
  1. moshishibie12345

    0下载:
  2. 模式识别,isodata 算法,对iris数据进行分类-pattern recognition, isodata algorithm, the iris data classification
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-13
    • 文件大小:30720
    • 提供者:frank
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org