CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 数据集

搜索资源列表

  1. code

    0下载:
  2. 利用最小距离分类器分类3种鸢尾属植物 load fisheriris 载入Matlab自带的鸢尾属植物数据集 每类的前40个样本用于生成代表该类的模板,后10个作为独立的测试样本-Plant data sets The first 40 of each class used to generate the samples representative of the class template 10 after the test sample as separate
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1965
    • 提供者:卫伟
  1. KNN_2011211651

    0下载:
  2. 应用KNN算法解决0到9的手写数字识别问题,效果在90 以上,内部有两个数据集,一个为训练集(7291个数据),一个为测试数据(2791个数据),程序采用MATLAB编写,另附有文档,程序简洁易懂-Application KNN algorithm to solve 0-9 handwritten digit recognition problem, the effect is more than 90 , the inside has two data sets, one for the tr
  3. 所属分类:AI-NN-PR

  1. KPCA-FACE

    0下载:
  2. 采用KPCA方法的人脸识别算法,包含算法的matlab实现源码及相关测试、训练数据集-KPCA based face recognition algorithm, matlab source code of the algorithm implementation and related testing, training data set contained
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3085127
    • 提供者:吴望沃
  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. C_means

    0下载:
  2. 采用模糊C均值对数据集进行聚类分析的matlab实现方法 -Using Fuzzy C-Means clustering analysis of data sets of matlab implementation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2086
    • 提供者:米阳
  1. shi-and-marlik-and-fowlkes

    0下载:
  2. 谱聚类算法的MATLAB源程序,谱聚类算法的聚类效果比其它聚类算法的效果要好,尤其是在处理非凸数据集时。-The compressed file is on spectral clustering algorithm MATLAB source, research shows that the effect of spectral clustering clustering effect other than the clustering algorithm is better, especia
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5320
    • 提供者:杨朋
  1. irisdata

    0下载:
  2. iris数据集,matlab可以直接导入-iris data set, matlab can be directly imported
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2345
    • 提供者:weiqiang
  1. Face-Capture

    0下载:
  2. 这是一个用matlab编写的人脸搜索程序里面包含一个小的人脸图片数据集。-This is contains a small face images datasets were prepared using matlab face a search program inside.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3137164
    • 提供者:方达
  1. Matlab

    0下载:
  2. :MATLAB 是目前在国际上被广泛接受和使用的科学与工程计算软件。虽 然 Cleve Moler教授开发它的初衷是为了更简单、更快捷地解决矩阵运算,但 MATLAB 现 在的发展已经使其成为一种集数值运算、符号运算、数据可视化、图形界面设计、程序设 计、仿真等多种功能于一体的集成软件。 -MATLAB is now widely accepted and used in the international science and engineering calculation so
  3. 所属分类:Project Design

    • 发布日期:2017-05-13
    • 文件大小:3428645
    • 提供者:lantian
  1. USPsdesvmfenlei

    1下载:
  2. matlab基于向量机的分类,usps数据集-matlab SVM based classification, usps datasets
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5558444
    • 提供者:yuxin
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:372147
    • 提供者:hhj
  1. project2_code

    0下载:
  2. 这是matlab编写的Logistic Discrimination 和 KNN分类器代码。这两个算法的实现参考了《Introduction to Machine Learning》。 除此在代码中还包含了调用matlab自带的libsvm的例程。rumLogisticDiscrimination, runKnn, runSvm分别对这3个算法在数据集liver_train_data上的分类准确度进行测试。测试结果在code report.doc 中有简要描述。-This code implem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:265480
    • 提供者:hhj
  1. testSVM

    0下载:
  2. 利用matlab自带的fisheriris数据集(为了可视化将其看成两类)(setosa类和非setosa类)测试svm-test the svmtrain and svmslassify functions by the fisheriris by the matlab software
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:697
    • 提供者:纸鸢
  1. 2014-Science-clustering

    1下载:
  2. 2014年发表在Science中的一篇文章Clustering by fast search and find of density peaks,其中还包括了作者用到的数据集和MATLAB源程序-2014 published an article in Science Clustering by fast search and find of density peaks, which also includes the author used data sets and MATLAB sourc
  3. 所属分类:Data Mining

    • 发布日期:2017-06-10
    • 文件大小:17142028
    • 提供者:张博舒
  1. Elm_KElm

    4下载:
  2. Elm和KernelElm算法matlab实现,带有详细注释,并且提供了UCI数据集多个数据库供测试-Elm and Kelm algorithm, with detailed notes, and provides multiple UCI data set for testing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2379025
    • 提供者:吴亮
  1. matlab-algorithm-program-collection

    1下载:
  2. MATLAB语言常用算法程序集,内含有基本常用的matlab算法,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法和迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计与分析等方面的代码。-MATLAB language commonly used algorithm for assembly, containing basic common matlab algorithms, including int
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17824768
    • 提供者:虺沙
  1. dbmoon

    0下载:
  2. 通过matlab实现分类中的上下半圆的双月模拟数据集的matlab代码。-To classify the upper and lower semicircle bimonthly by matlab matlab code simulated data sets.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1091
    • 提供者:闫帅
  1. kmeansyy

    0下载:
  2. 对Iris数据集的Kmeans算法分类,matlab程序-Iris dataset of Kmeans classification algorithm, matlab procedures
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2579
    • 提供者:庄俊勇
  1. LIDCtoolbox_v1.3

    3下载:
  2. LIDC 2图像工具箱(Matlab)——从XML文件中提取单个注释,并将之转换为和DICOM图像,在Matlab TIF格式更容易处理(LIDC-IDRI数据集)。-LIDC 2 Image Toolbox (Matlab)- for extracting individual annotations the XML files and converting them, and the DICOM images, into TIF format for easier processing i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:186235
    • 提供者:周大鱼
  1. exp2

    0下载:
  2. 对Iris数据集应用线性分类器及BP网络分类器进行分类,matlab代码-Iris data set to apply a linear classifier and BP network classifier classification, matlab codes
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:12895
    • 提供者:杨杨
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 21 »
搜珍网 www.dssz.com