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

搜索资源列表

  1. IRIS数据

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

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

    1下载:
  2. 聚类分析isodata算法的C程序,实现对iris数据集分类的功能
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2839
    • 提供者:王璐瑶
  1. shibie

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

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

    2下载:
  2. 利用经典的iris数据进行核fisher分类
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:907
    • 提供者:华仔
  1. Iris

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

    • 发布日期:2008-10-13
    • 文件大小:3347
    • 提供者:刘期烈
  1. iris data analysis

    2下载:
  2. 经典的人工智能问题 - iris数据分析问题。通过设计三层bp神经网络对花朵数据进行分类识别,并达到了很好的效果。-classic AI problem - iris data analysis problems. Three-bp through the design of neural networks classify data flower identification, and to achieve good results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:259087
    • 提供者:lyx
  1. 根据鸢尾花多组数据先训练网络再对样本进行测试

    4下载:
  2. 基于BP神经网络,根据鸢尾花多组数据先训练网络再对样本进行测试,给出分类结果,Based on BP neural network, in accordance with multiple sets of data iris network before training again for testing classification results are given
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:3776
    • 提供者:wawa
  1. RBF_example_IRIS

    1下载:
  2. RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-12-24
    • 文件大小:19924
    • 提供者:LikeTheBird
  1. Bayes_example

    0下载:
  2. Bayes分类器应用于IRIS数据集的例子-An example of Bayes Classifier applied on IRIS Data Set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:44937
    • 提供者:LikeTheBird
  1. Fisher_example

    0下载:
  2. Fisher线性判别分类器应用于IRIS数据集的例子-An example of Fisher linear discriminant Classifier applied on IRIS Data Set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:164604
    • 提供者:LikeTheBird
  1. moshishibie

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluster analysis. After confirming t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:jack
  1. iris_bayes

    1下载:
  2. 对一组iris数据进行分类的贝叶斯算法,并用留一法计算正确率-Iris on a Bayesian algorithm to classify the data, and calculated using leave-one accuracy
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:25032
    • 提供者:郝红岩
  1. BP-Iris-classifier

    0下载:
  2. 使用BP网络实现了对Iris数据的分类,使用了可变学习速率和带动量的梯度下降算法。-Using the BP network realizes the classification of Iris data, the use of the variable learning rate and the amount of gradient descent algorithm driven.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1644
    • 提供者:chenlei
  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
    • 文件大小:8770
    • 提供者:冯嘉贲
  1. iris

    1下载:
  2. BP神经网络matlab实现,程序直接下载就可以运行,全部打包好。该程序主要用于分类iris数据,程序很完整,但不同于网络大部分程序,思路很好,值得学习,适用于初学BP神经网络的人。-BP neural network matlab realize, you can run the program directly download all packed. The program is mainly used for classification iris data, the procedure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:15045
    • 提供者:龙渊
  1. LDAfenlei

    0下载:
  2. 此程序主要用来对iris数据集进行分类,主要训练二分类器。(This program is mainly used to classify iris data sets)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:猪头阿坝
  1. Iris数据集BP神经网络实例代码

    1下载:
  2. Iris数据集BP神经网络实例代码,该例子程序提供AForge.NET实现和matlab实现两种途径(Iris data set, BP neural network example code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:92160
    • 提供者:xzj
  1. 主成分分析PCA

    1下载:
  2. 用PCA算法对iris数据集进行主成分分析(The PCA algorithm is used to analyze the iris data set)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:redeemer
  1. iris

    1下载:
  2. 文件包含鸢尾花csv数据集以及鸢尾花项目代码的py文件以及txt文件(The file contains the iris CSV dataset and the PY file and the txt file of the iris project code.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-26
    • 文件大小:12288
    • 提供者:交大校草
  1. 贝叶斯分类

    1下载:
  2. 通过python进行编程,运用贝叶斯算法原理,对iris数据集进行分类(Classification of iris data sets by Bayes)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-02-03
    • 文件大小:4096
    • 提供者:vicshun
« 12 3 4 5 »
搜珍网 www.dssz.com