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

搜索资源列表

  1. mat

    3下载:
  2. 用于人工智能分类算法仿真的数据集 UCI数据集 已经过集成-Simulation of artificial intelligence classification algorithm for data sets UCI data sets have been integrated
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:639001
    • 提供者:fan
  1. 贝叶斯算法

    1下载:
  2. 对于UCI数据集,IRIS 用贝叶斯分类算法分类,适用于初学者。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-02
    • 文件大小:44953
    • 提供者:hongchengzi
  1. fuzzyPR

    0下载:
  2. 模糊聚类的经典算法,可以使用UCI数据集进行聚类,该程序附有详细的说明-Classical fuzzy clustering algorithm, you can use the UCI data sets clustering, the program is accompanied by a detailed descr iption of
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8838
    • 提供者:杨方瑜
  1. wine

    3下载:
  2. pca-kmeans聚类 先将数据(wine,uci数据集)降维处理,在进行聚类-pca-kmeans clustering use the data of uci:wine.
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:7168
    • 提供者:
  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. dat_banana

    4下载:
  2. 香蕉形(banana)标准数据集,用于测试机器学习与模式识别算法。-Banana-shaped standard data set for testing machine learning and pattern recognition algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15804
    • 提供者:何创新
  1. NB

    0下载:
  2. 自己编写的NB函数,可以读取UCI数据集中任意一个数据集。-I have written the NB function, can read any of the UCI data set data set.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:902
    • 提供者:cyt
  1. NB_breast_cancer_wisconsin_original

    1下载:
  2. 基于朴素贝叶斯的分类练习,在UCI数据库中的breast数据集上进行的测试-Bayesian classification based on practice, in the UCI database data set on breast test
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1464
    • 提供者:王善民
  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. PSO

    0下载:
  2. PSO算法,粒子群算法,其中包括5个UCI数据集,还包括数据处理部分,-PSO algorithm, particle swarm optimization, including five UCI data sets, including data processing section,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1187536
    • 提供者:二毛
  1. svm_number

    2下载:
  2. libsvm用于手写数字的识别,数据源自uci,可以到uci数据集网站直接下载semeion.data数据,放在文件夹中可以直接调用-The libsvm used for handwritten digit recognition, data from uci . You can go to uci datasets sites directly download semeion.data. The data can be called directly after putting into
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-24
    • 文件大小:334670
    • 提供者:chenxiao
  1. UCI-dataset

    0下载:
  2. uci数据集 第一列为类标,其他列为特征-This is UCI dataset.The first column is label.The other columns are features.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2488800
    • 提供者:珍贵
  1. FCM

    0下载:
  2. C++编写的用于聚类 UCI 数据集的FCM算法,可以直接运行,只需要更改数据的行和列就可以!-FCM algorithm for UCI data clustering!written with C++ !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:644938
    • 提供者:caiqing
  1. UCI

    0下载:
  2. 利用k-means对UCI数据集进行聚类分析,程序中列举了数据集wine和heart数据集-Using the k- means cluster analysis was carried out on the UCI dataset, listed in the program data collection of wine and heart of data sets
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:18875
    • 提供者:李晶
  1. DataSet

    1下载:
  2. 几种UCI数据集,整理为excel格式,可以直接导入matlab中使用。-Several UCI datasets, finishing as excel format that can be used directly into matlab.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3074887
    • 提供者:王小二
  1. iris

    0下载:
  2. 随机梯度下降,在一个UCI数据集上的实现。随即梯度下降是线性回归的一个重要推论。-A gradient descent test in Java, using a UCI dataset
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:31039
    • 提供者:黄恺
  1. UCI

    1下载:
  2. 机器学习常用的35个UCI数据集,包括iris、lenses、mushroom、pima indians、wine等。-Machine learning UCI common data set 35, including iris, lenses, mushroom, pima indians, wine and the like.
  3. 所属分类:Data Mining

    • 发布日期:2017-12-12
    • 文件大小:4302116
    • 提供者:赵**
  1. UCI

    0下载:
  2. 里面含有连续型数据集,离散型数据集以及混合型数据集可以用于属性约简,特征选择等算法的实验仿真。以及直接导入weka软件。(It contains continuous data sets, discrete data sets and mixed data sets, and can be used for the experimental simulation of attribute reduction and feature selection algorithms. And import
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:2085888
    • 提供者:GG-993
  1. 数据集

    4下载:
  2. 本文件为常见聚类算法测试数据集 ,UCI上常用的聚类算法数据集(This document is a common clustering algorithm test data set.)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-29
    • 文件大小:369664
    • 提供者:yanw840
  1. UCI

    1下载:
  2. 用于神经网络训练的UCI数据集,mat格式(UCI training dataset for ANN training with mat form)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-29
    • 文件大小:6049792
    • 提供者:zzzyyy_
« 12 3 »
搜珍网 www.dssz.com