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

搜索资源列表

  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. 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
    • 文件大小:3320
    • 提供者:wangqiang
  1. bp

    3下载:
  2. 利用bp算法对鸢尾花数据进行分类的matlab实现程序-Bp algorithm using iris data classification procedures to achieve matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:6742
    • 提供者:王银
  1. popular-UCI-datasets

    12下载:
  2. 一些非常有用的数据集,适合我们从事机器学习的人使用,matlab下的mat格式和excel格式,包括注明的iris,糖尿病等数据集-some useful datasers for machine learning learners,such as diabeters,iris and so on
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-15
    • 文件大小:300812
    • 提供者:王凯
  1. shenjing

    1下载:
  2. 使用bp神经网络进行分类。包括鸢尾花数据,以及训练过程和分类结果。包含非常详细的注释。-Use of bp neural network classification. Including the iris data, and training process and classification results. Contains very detailed notes.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1476
    • 提供者:songmin
  1. BPN

    0下载:
  2. matlab语言编写的iris数据的BP神经网络分类-matlab iris data written in BP neural network classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:854
    • 提供者:gaohainan
  1. Kmeans

    2下载:
  2. 用matlab编写的K均值算法,测试数据为Iris数据,经调试运行良好!实验结果稳定!-K-means algorithm using matlab, test data for the Iris data, through debugging and running! Stability of the experimental results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:6752
    • 提供者:heart
  1. KL

    0下载:
  2. matlab编写的K-L变换算法,实验数据为Iris,分类为BP算法,运行良好!-Matlab prepared by the KL transform algorithm, the experimental data for the Iris classified as BP algorithm, a good run!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:10089
    • 提供者:heart
  1. Kjunzhi

    0下载:
  2. 模式识别大作业K均值算法matlab平台实现,内有iris数据用于测试一起其他相关资料。-Pattern Recognition great job K-means algorithm matlab platform implemented within the iris data used for testing along with other relevant information.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:224296
    • 提供者:VanillaChow
  1. Bayes-iris

    0下载:
  2. 在matlab环境下,实现鸢尾花数据的贝叶斯分类,没有利用现成的数据命令。-Bayesian classifier in Matlab environment, iris data, there is no off-the-shelf data command.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-22
    • 文件大小:3072
    • 提供者:李毅
  1. ANN-iris

    0下载:
  2. 在matlab环境下,实现鸢尾花数据的人工神经网络分类,只是比较基本的实现BP网络,没有利用现成的命令。-In the Matlab environment, iris data artificial neural network classifier, but more basic BP network, there is no off-the-shelf command.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:3780
    • 提供者:李毅
  1. BP_IRIS

    0下载:
  2. BP算法对IRIS数据进行分类,MATLAB代码,带数据文件-BP algorithm,iris data analysis,matlab programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4213
    • 提供者:kenbob
  1. Iris_raecing

    0下载:
  2. 使用MATLAB编写的神经网络程序 并在著名的机器学习数据集Iris上加以验证 压缩文件中包含代码和数据集!-Using BPNN to classify Iris data set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2120
    • 提供者:Raecing
  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. ANN-master

    0下载:
  2. 通过使用iris数据集,初步学习神经网络的同学使用(Through the use of iris data sets, a preliminary study of neural networks is used by students)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:140288
    • 提供者:SHADILUKE
  1. BP Matlab实现

    1下载:
  2. 采用Iris数据集在matlab上实现简单的数据训练和分类(Using Iris data set in matlab to achieve a simple data training and classification.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:2048
    • 提供者:王婉宁
« 12 »
搜珍网 www.dssz.com