搜索资源列表

  1. 20newgroup数据集

    0下载:
  2. 这是一个著名的文本分类训练集.通常用于测试分类算法的性能.写论文的同志必不可少的东西~~
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-21
    • 文件大小:17332201
    • 提供者:easezh@126.com
  1. 药效团计算源代码

    0下载:
  2. 本程序可以根据输入的分子集进行自动训练,找到药效团分子的训练集和测试集。 内附源代码。
  3. 所属分类:Windows编程

    • 发布日期:2009-04-18
    • 文件大小:373888
    • 提供者:laixiren
  1. svm_light_windows

    0下载:
  2. 一个SVM训练工具,能够快速对训练集训练,给出分类判别函数。-a training tool, the rapid training of the training set, the classification given discriminant function.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-02
    • 文件大小:96256
    • 提供者:法兰克
  1. win32_cutface

    0下载:
  2. 基于opencv得人脸图像训练集鼠标剪切保存-Opencv was based on face image training set mouse shear Save
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-02
    • 文件大小:230400
    • 提供者:hover
  1. pcafacerecognition

    0下载:
  2. 基于主成分分析(PCA)的人脸识别系统 利用2D PCA算法求对训练集向量进行降维的降维矩阵,最近邻法测试对测试集识别的精度-pca face recognition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:195584
    • 提供者:费菲
  1. sex_recognization

    0下载:
  2. 模式识别:线性分类器,fisher线性判别 female和male中分别为训练集 test1和test2为测试集-fisher
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:4096
    • 提供者:蔡宁
  1. daima

    0下载:
  2. (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化
  3. 所属分类:图形图象

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:dong
  1. SR_1

    0下载:
  2. 基于分块的人脸图像超分辨率学习算法实验平台,利用学习到的训练集图像信息对低分辨率图像超分辨率,并可以查看超分辨率后的图像块匹配结果(用鼠标双击结果显示窗口中的实验图像),可以设置实验参数。-Block-based face image super-resolution algorithm for the experimental platform to learn, learning to use the training set of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:2290688
    • 提供者:menchael
  1. matlabsvmprograme

    0下载:
  2. 用MATLAB实现支持向量机程序,有训练集和测试集,程序完整。-Using MATLAB support vector machine procedures to achieve, there are training set and test set, the program integrity.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:74752
    • 提供者:panda
  1. NB

    0下载:
  2. 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:陈志峰
  1. anlujingdutu

    0下载:
  2. 源代码是主要是用于目标分类时按路径分别读取训练集和测试集图像进行特征提取或其他操作的。-Source code is primarily used for target classification, were read by the path the training set and test set of image feature extraction or other operations.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:孟子清
  1. PCA_Face_Recognition

    0下载:
  2. 特征脸识别算法的完全Matlab实现,内附有详细的训练集、测试集和使用说明-Eigenface algorithm to achieve the full Matlab, enclosing a detailed training set, test set and instructions for use
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-02
    • 文件大小:177152
    • 提供者:龙龙
  1. TE-data

    0下载:
  2. 田纳西-伊斯曼过程的数据,分训练集和测试集,共44组数据。-Tennessee- Eastman process the data, sub-training set and test set, a total of 44 sets of data.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-02
    • 文件大小:4169728
    • 提供者:莲城
  1. ICA-face-recognition

    0下载:
  2. 主要是用独立主成分分析,做人脸识别,通过训练集和测试集的比对,得出识别率-ICA face recognition
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:wangzhao
  1. 神经网络 训练识别

    0下载:
  2. 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate
  3. 所属分类:其他小程序

  1. split_data

    0下载:
  2. 通过CRF++得到的训练集,在CRF++模型中训练model(Training set through CRF++, training model in the CRF++ model)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:75776
    • 提供者:zhaoliang123
  1. matlab贝叶斯分类(1)-简单样本集

    0下载:
  2. 利用matlab实现贝叶斯分类,采取“留一法”选取训练集和测试集,最后返回准确率为0.8571。(Bias classification is realized by MATLAB, and training set and test set are selected by "leaving one method", and the accuracy of return is 0.8571.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:网安贝
  1. TE田纳西-伊斯曼过程数据集TE化工数据集

    2下载:
  2. 田纳西伊斯曼过程数据集,包含训练集和测试集各22组,可导入excel(The Tennessee Eastman process data set contains 22 sets of training sets and test sets, and can be imported into excel)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-02
    • 文件大小:4244480
    • 提供者:kdkk
  1. nsfw数据训练集

    0下载:
  2. 一个NSFW图片训练集,内含20余万张NSFW图片。可用于深度学习算法研究。
  3. 所属分类:图形/文字识别

  1. MNIST数据集

    0下载:
  2. 手写数字识别数据集的训练集和测试集,关于BP神经网络(Handwritten digit recognition data set)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-02
    • 文件大小:11598848
    • 提供者:洲洲洲洲~
« 12 3 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org