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

搜索资源列表

  1. 基于matlab的K均值聚类程序

    4下载:
  2. 基于matlab的K均值聚类程序。其中用IRIS数据进行验证,得到了很好的结果。文件中包含了演示后的结果图,Matlab-based K-means clustering procedure. Which use IRIS data verification, have had good results. File contains the results of the demonstration plan
  3. 所属分类:matlab例程

    • 发布日期:2012-11-02
    • 文件大小:33045
    • 提供者:wanghuali
  1. classification

    0下载:
  2. 多种实现三组数据集(iris测试数据)分类的算法实现(LMS、MSE、HK等。-several methods(LMS,MSE,HK) to achieve classification of three data set(iris data set).
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:13083
    • 提供者:yuchang
  1. ANN_Classifier

    0下载:
  2. matlab应用实例:基于神经网络的分类,用的是iris数据集做例子-matlab applications: classification based on neural network, using the iris data set an example
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2760
    • 提供者:熊星星
  1. SVM-iris

    4下载:
  2. 本人用matlab编写的支持向量机的程序,在数据集iris上进行实验,识别效果不错-I have written in with support vector machine matlab program, in experiments on the iris data set, identify good results
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3390
    • 提供者:yupan
  1. Cluster

    3下载:
  2. 使用分解聚类算法在IRIS数据上进行聚类分析,IRIS数据是由鸢尾属植物的三种单独的花的测量结果所组成,模式类别数为3,特征维数是4,每类各有50个模式样本,总共有150个样本。-The use of decomposition in the IRIS data clustering algorithm on the cluster analysis, IRIS data are from the iris flower three separate components of the meas
  3. 所属分类:matlab

    • 发布日期:2015-03-25
    • 文件大小:3482
    • 提供者:liz
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3311
    • 提供者:liz
  1. cskmean

    0下载:
  2. 用matlab实现iris数据分类,适合初学者的一个很有用的算法-Using matlab to achieve iris data classification, suitable for beginners of a useful algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1649703
    • 提供者:晓晓
  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
    • 文件大小:37066
    • 提供者:王兵
  1. nueral

    0下载:
  2. neurak network classification for iris data
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:883
    • 提供者:ruba
  1. KNN_1

    0下载:
  2. KNN algorithm on IRIS data using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:770
    • 提供者:b
  1. Bayesian-classification

    0下载:
  2. matlab语言编写的实现iris数据的最小错误贝叶斯分类-Iris data to achieve the minimum error Bayesian classification
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1751
    • 提供者:gaohainan
  1. IrisBayes

    1下载:
  2. iris数据集的贝叶斯分类实验,外带实验报告一分-Bayesian classification of iris data set experiment, experimental report of a sub-outer
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:67061
    • 提供者:刘文
  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
    • 文件大小:94332
    • 提供者:yumingwei
  1. SMOSVM

    2下载:
  2. 用于svc分类, 用SMO实现SVC,并在UCI数据集Iris上进行实验,2. 可借鉴现成SVM软件包,实现回归分析。 -For svc classification, using SMO to achieve SVC, and in the UCI Iris data set on the experiment, 2. SVM can learn ready-made packages, to achieve regression analysis.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-05
    • 文件大小:2949
    • 提供者:陈德志
  1. iris

    0下载:
  2. matlab code iris data
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:radits
  1. k-means-for-iris

    4下载:
  2. 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果-The use of K-means clustering method to classify iris sample matlab program, the program includes source code, sample data, the classification results
  3. 所属分类:matlab例程

    • 发布日期:2017-05-03
    • 文件大小:29069
    • 提供者:liming
  1. iris-classification-matlab-master

    0下载:
  2. In this report, we devise a methodology for identifying the species of an iris amongst 3 based on 4 distinctive features. We first cover the constitution of the data set and input patterns. We then determine the layout and structure of the neural net
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:955008
    • 提供者:ryma
  1. Matlab

    0下载:
  2. 将Iris数据集分为2组,每组各75个样本,每组中每种花各有25个样本。其中一组作为以上程序的训练样本,另外一组作为检验样本。为了方便训练,将3类花分别编号为1,2,3 。   使用这些数据训练一个4输入(分别对应4个特征),3输出(分别对应该样本属于某一品种的可能性大小)的前向网络。-The Iris data set is divided into two groups each of 75 samples in each group have 25 samples in each fl
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2897
    • 提供者:东洋
  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. S_SVM

    4下载:
  2. 在matlab平台上使用SVM对iris数据集进行分类(use SVM Classification of Iris data set in matlab)
  3. 所属分类:matlab例程

    • 发布日期:2019-03-07
    • 文件大小:6144
    • 提供者:咩咩~
« 12 3 »
搜珍网 www.dssz.com