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

搜索资源列表

  1. Iris_s1

    0下载:
  2. Kmeans+PSO算法,处理IRIS数据集,输出fitness function的值,和粒子变化的动态图像,亲测可行。-Kmeans based PSO algorithms, dealing with classic dataset iris. the output is the value of fitness function, and the dynamic plot of the change of particle position
  3. 所属分类:数据挖掘

    • 发布日期:2017-04-14
    • 文件大小:3358
    • 提供者:蛐蛐
  1. R4

    0下载:
  2. 短文本数据集,各大论文的数据集取材,英文文本,已经stemming,去停词,提炼后的。-R4 short text dataset,english. stemming and non-stop words.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-05
    • 文件大小:212141
    • 提供者:蛐蛐
  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. online-perceptron

    0下载:
  2. Online perceptron Algorithm on spambase dataset.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1033
    • 提供者:Lovekesh
  1. vad_directed_by_noise_classification

    0下载:
  2. vad_directed_by_noise_classification.m This code is an implementation of VAD algorithm proposed in: Robust voice activity detection directed by noise classification please cite the article in your paper: Robust voice activity detec
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:731
    • 提供者:Ilya
  1. cross-validation

    1下载:
  2. 交叉验证(Cross-validation)主要用于建模应用中,例如PCR 、PLS 回归建模中。在给定的建模样本中,拿出大部分样本进行建模型,留小部分样本用刚建立的模型进行预报,并求这小部分样本的预报误差,记录它们的平方加和。这个过程一直进行,直到所有的样本都被预报了一次而且仅被预报一次。把每个样本的预报误差平方加和,称为PRESS(predicted Error Sum of Squares)-Cross-validation, sometimes called rotation estim
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4562
    • 提供者:liufengfeng
  1. kmeans_matlab.m

    0下载:
  2. this the simple implementation of kmeans algorithm, using fisheriris dataset and kmeans function matlab s library-this is the simple implementation of kmeans algorithm, using fisheriris dataset and kmeans function matlab s library
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:817
    • 提供者:kadal
  1. diversity

    0下载:
  2. In qsar studies, to make sure that the structures of the training and test sets represent those of the whole dataset, diversity analysis can be done on the dataset
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:10415
    • 提供者:afy
  1. 93131057-Naderi

    0下载:
  2. MLP matlab code for mnist dataset.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:398338
    • 提供者:tahereh
  1. FCM

    0下载:
  2. 采用FCM(模糊C均值)算法将数据集data聚为cluster_n类.-Using FCM (Fuzzy C-Means) algorithm dataset data clustered into cluster_n class.
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:188124
    • 提供者:李易峰
  1. kdtree1.2

    0下载:
  2. Kd-trees are data structures which are used to store points in k-dimensional space. As it follows its name, kd-tree is a tree. Tree leafs store points of the dataset (one or several points in each leaf). Each point is stored in one and only one leaf,
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:133084
    • 提供者:Atif Saeed
  1. Knn-and-PCA.tar

    0下载:
  2. good implementation of KNN and PCA for face dataset
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1949
    • 提供者:neelabh
  1. GA_CVRP

    3下载:
  2. 用遗传算法和模拟退火实现的限重的VRP(CVRP),250个customer,一个仓库,数据文件在里面,导入eclipse就可以运行。-this is a hybrid algorithm of GA and SA to solve CVRP problem, which is devopled on eclise with java.it contains a input dataset involved with 249 customers and one single depot.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:54272
    • 提供者:张放
  1. feature_stacker

    0下载:
  2. feather_stacker主要用于一个数据集提取多个特征时,对特征进行联合的算法。-In many real-world examples, there are many ways to extract features a dataset. Often it is beneficial to combine several methods to obtain good performance. This example shows how to use FeatureUnion to c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1037
    • 提供者:申鹏
  1. plot_multilabel

    0下载:
  2. Multilabel是一个分类算法,数据集生成具有一定规则性;规则如下: pick the number of labels: n ~ Poisson(n_labels) n times, choose a class c: c ~ Multinomial(theta) pick the document length: k ~ Poisson(length) k times, choose a word: w ~ Multinomial(theta_c)-This exampl
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:申鹏
  1. dataset

    1下载:
  2. 自己写的python canny算法,可以对图片进行边缘检测,要求见PPT,可根据需要调整代码-Write your own python canny algorithm that can detect the edge of the picture, asked to see the PPT, the code can be adjusted as needed
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:557535
    • 提供者:qiao
  1. IJARCCE-96

    0下载:
  2. A Study on NSL-KDD Dataset for Intrusion Detection System Based on Classification Algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:404012
    • 提供者:salem
  1. document

    0下载:
  2. Analysis of NSL-KDD Dataset for Fuzzy Based Intrusion Detection System
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:568346
    • 提供者:salem
  1. mnist.pkl

    2下载:
  2. mnist数据集,手写体识别,可以应用于深度学习的测试数据-mnist dataset, used for handwriting recognize
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-09
    • 文件大小:16168813
    • 提供者:姚贤明
  1. K_NearestNeighbor

    2下载:
  2. matlab K-临近算法分类,对两组数据分成样本集和测试集进行分类判别,最后得出准确率 K-NearestNeighbor K-临近算法 dataA 数据集A dataB 数据集B pca 是否进行pca降维(0 or 1) metric 距离类型(pdist2) K -K- approaching classification algorithm, data is divided into two groups of samples and test se
  3. 所属分类:matlab

    • 发布日期:2016-05-10
    • 文件大小:1024
    • 提供者:田田田
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com