CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 模式识别 分类算法

搜索资源列表

  1. Perceptron

    0下载:
  2. 模式识别,算法用于模式分类,采用了matlab自带的接口函数-pattern recognition algorithm for pattern classification, using the Matlab's own interface function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.05kb
    • 提供者:天天
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:62.91kb
    • 提供者:郭瑞杰
  1. 模式识别分类

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

    • 发布日期:2008-10-13
    • 文件大小:51.41kb
    • 提供者:清风侠
  1. HK算法

    0下载:
  2. 模式识别HK分类算法 vc下dos程序-pattern recognition algorithm vc HK classification procedures under dos
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39.55kb
    • 提供者:令狐
  1. hundun

    2下载:
  2. 混沌算法,模式识别中的一类重要分类算法!自己写的!运算速度快!分类效果好!有注释!-Chaotic algorithm, pattern recognition algorithm for a class of important! Wrote it myself! Computing speed! Category effective! Annotated!
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-06-05
    • 文件大小:847byte
    • 提供者:wangqiang
  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. libsvm_setup

    0下载:
  2. 这是台湾大学林智仁(Lin Chih-Jen)副教授等人开发的SVM模式识别与回归的软件包,该软件可以解决C-SVM分类、-SVM分类、-SVM回归和-SVM回归等问题,包括基于一对一算法的多类模式识别问题。-This is the National Taiwan University, Lin Zhiren (Lin Chih-Jen), associate professor, who developed SVM pattern recognition and regression of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:95.44kb
    • 提供者:zhangpei
  1. 隐马尔科夫工具

    1下载:
  2. 可用于模式识别,特征提取分类的主要工具。性能可靠,计算速度快。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-03
    • 文件大小:2.36mb
    • 提供者:xianwj74
  1. stprtool15aug08

    3下载:
  2. 统计模式识别算法包,包括线性分类算法,SVM,PCA,LDA,EM,k-means分类等多种常用的模式识别算法。-Statistical pattern recognition algorithm package, including a linear classification algorithm, SVM, PCA, LDA, EM, k-means classification and many other commonly used pattern recognition algori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5.72mb
    • 提供者:Xiaoyue Jiang
  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. NeuralNetwork_BP_Classification

    0下载:
  2. BP 神经网络用于模式分类 大型网络的首选算法 - 函数拟合,模式识别-BP neural network for pattern classification algorithm of choice for large networks- function fitting, pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:陈杰
  1. juleihefenlei

    0下载:
  2. 对一组样本通过C-means算法进行聚类分析,然后对聚类结果用感知器算法进行分类,是模式识别课程的实验。-Samples of a group through the C-means cluster analysis algorithm, and then the results of the clustering algorithm used to classify perceptron is a pattern recognition course experiment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:韩梅
  1. LMS-MATLAB

    0下载:
  2. LMS-MATLAB最小均方算法的Matlab源程序,模式识别中的分类器-LMS-MATLAB least-mean-square algorithm of Matlab source code, Pattern Recognition Classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:187.62kb
    • 提供者:Rock
  1. KNN

    0下载:
  2. 基于VC++编写的模式识别分类中的KNN算法程序-Written in VC++ based on pattern recognition classification of the KNN algorithm program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:136.75kb
    • 提供者:颃帆
  1. K-meansclusteringalgorithmmatlabprogram

    1下载:
  2. 模式识别课上的大作业,要求用K-均值算法对150个样本进行分类。-Pattern Recognition course the big job, asked to use K-means algorithm to classify 150 samples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:44.56kb
    • 提供者:yu
  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. RBF遗传优化

    2下载:
  2. RBF网络能够逼近任意的非线性函数,可以处理系统内的难以解析的规律性,具有良好的泛化能力,并有很快的学习收敛速度,已成功应用于非线性函数逼近、时间序列分析、数据分类、模式识别、信息处理、图像处理、系统建模、控制和故障诊断等。(RBF network can approximate any nonlinear function, regularity can handle within the system to parse, has good generalization ability and
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-10-17
    • 文件大小:5kb
    • 提供者:gahuan
  1. SVM

    0下载:
  2. 模式识别分类,支持向量机,二分类算法,库函数实现(Pattern recognition classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:xiaohong2
  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 implementation code of genetic algorit
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:6kb
    • 提供者:张小明12345
  1. ga-bp

    2下载:
  2. 一个遗传算法优化神经网络的分类器,可用于模式识别。(A genetic algorithm optimizes the classifier of neural network, which can be used for pattern recognition.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-12-28
    • 文件大小:568kb
    • 提供者:一狼大哥哥
« 12 3 4 »
搜珍网 www.dssz.com