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

搜索资源列表

  1. IRIS数据

    0下载:
  2. IRIS数据 用于聚类方法 主要用于模式识别、图像分割等-IRIS data for clustering method used pattern recognition, image segmentation, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.94kb
    • 提供者:王超
  1. bp_matlab_pattern

    0下载:
  2. 是我的模式识别的作业,可以成功的分类iris数据,大家可以-is my pattern recognition operations, the classification can be successful iris data, we will look at
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:kenty
  1. shibie

    0下载:
  2. 模式识别感知器算法实现(样本分类),基于iris数据
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:wg
  1. Iris

    0下载:
  2. 模式识别,对iris数据进行分类,svm算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.27kb
    • 提供者:刘期烈
  1. all

    0下载:
  2. 模式识别分类器的设计,此为K均值法源码,经调试通过。所用数据为标准IRIS。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:leestar
  1. Fisher520

    1下载:
  2. 模式识别分类器的设计,此为fisher法源码,经调试通过。所用数据为标准IRIS。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:860byte
    • 提供者:leestar
  1. LMS520

    2下载:
  2. 模式识别分类器的设计,此为LMS法源码,经调试通过。所用数据为标准IRIS。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:leestar
  1. ISODATA

    0下载:
  2. 模式识别下的ISODATA算法 例子为IRIS数据库数据-ISODATA algorithm for pattern recognition under the examples for the IRIS database data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3.24kb
    • 提供者:wangqiang
  1. ClassifierforIRISdata

    0下载:
  2. 用于对IRIS数据进行分类的各种分类器,用于对多维采样点进行无监督分类。可根据类别数修改分类器,模式识别作业的部分代码。-IRIS data for the various classification categories, for sampling points on the multi-dimensional non-supervised classification. Can be modified in accordance with several types of classifi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:36.2kb
    • 提供者:王兵
  1. Pattern-Recognition

    0下载:
  2. 字符识别、K-L人脸识别、虹膜识别、笔画识别等模式识别的例程和资料。-Character recognition, KL face recognition, iris recognition, stroke recognition, pattern recognition routines and information.
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:11.12mb
    • 提供者:abcd0609
  1. Bayes-iris

    0下载:
  2. 本人编写的模式识别中的bayes判别分析算法,识别效果不错-I write the pattern recognition algorithm bayes discriminant analysis to identify good results
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.09kb
    • 提供者:yupan
  1. PCA

    2下载:
  2. 模式识别作业-完全自编仿真程序。先用PCA对IRIS数据集进行降维,然后用最小错误法对降维的数据进行分类。压缩包中既包括matlab源代码,又有自己写的报告,还有.MAT格式的IRIS数据集用作程序调用。程序有详细注释,很容易懂。最后结果输出到txt文件中。-Pattern recognition operations- completely self simulation program. First on the IRIS data set with PCA dimension reduct
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:92.12kb
    • 提供者:yumingwei
  1. Iris

    0下载:
  2. 模式识别标准iris数据!150个样本 4维向量。3类!模式识别测试数据-iris data
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:975byte
    • 提供者:宋科
  1. iris-data

    1下载:
  2. iris数据集 也即鸢尾花数据集 多用于模式识别-iris数据集 即鸢尾花数据集
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.64kb
    • 提供者:逸枫
  1. Iris-data

    2下载:
  2. 鸢尾花数据,包含三组数据,用于模式识别的基本实验练习-Iris data for pattern recognition of basic laboratory exercises
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:1.33kb
    • 提供者:junexa
  1. k-iris

    0下载:
  2. 模式识别中用于完成数据的分类而用到的一种方法-k近邻。是将已有数据划分到3个类中,本方法中解决数据Iris数据的划分问题。将150个4维数据划分到3类。K近邻法是求最近的K个元素从而将其划分到已有类中。-Pattern recognition for the completion of the classification of the data used in a way-k neighbors. The existing data are divided into three classes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:8.56kb
    • 提供者:冯嘉贲
  1. 模式识别实验一

    0下载:
  2. matlab,模式识别,基于Iris数据设计编写两类正态分布模式的贝叶斯判别程序(Pattern recognition report, based on Iris data design, two kinds of Bayesian discriminant program for normal distribution mode are written.)
  3. 所属分类:matlab例程

  1. 新建 360压缩 ZIP 文件

    0下载:
  2. 编写两类正态分布模式的贝叶斯分类程序 了解正态分布模式的贝叶斯分类判别函数(IRIS simulation of Bias pattern recognition)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:35kb
    • 提供者:曹乐天
  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. 鸢尾花分类

    1下载:
  2. 使用四种方法进行鸢尾花分类:最小距离分类器,K 近邻法,感知器,Fisher 准则。(Four methods are used to classify iris: minimum distance classifier, K-nearest neighbor method, perceptron and Fisher criterion.)
  3. 所属分类:matlab例程

    • 发布日期:2020-02-19
    • 文件大小:553kb
    • 提供者:yty1018
« 12 »
搜珍网 www.dssz.com