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

搜索资源列表

  1. 人脸识别

    0下载:
  2. 利用PCA算法实现一个简单的人脸识别功能,测试集和训练集一共40张照片,可以自己再增加。(use PCA algorithm to realize face recognition function)
  3. 所属分类:其他

    • 发布日期:2017-11-16
    • 文件大小:543744
    • 提供者:suntreer
  1. pca

    0下载:
  2. 主成分分析实现代码,以测试集辛烷值含量预测结果对比为例,内附数据,代码,matlab实现(Principal component analysis implementation code)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:海玉
  1. mnist_test_leveldb

    0下载:
  2. caffe-windows mnist 测试用数据集,此数据集用于mnist训练时的测试数据集(Data sets for caffe-windows MNIST tests, which are used for test data sets when MNIST is trained)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1667072
    • 提供者:章洁
  1. GMDH

    0下载:
  2. gmdh代码 训练方法 —————————————— 1.将数据集分为训练集和测试集。 2.建立输入层 3.建立所有符合5楼条件的神经元(只考虑“攻”和“受”的关系,不考虑具体的权值)。如果前面几层共有N个神经元,那么我们就需要建立N(N-1)/2个神经元。 4.用最小二乘法确定权值 5.计算每一个神经元在测试集上的表现。 6.选取表现最好的K个神经元放在后面一层。(K可以自己选择) 7.重复3,直到网络的性能足够好,或者网络开始过拟合。(GMDH codeTraining me
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:adch
  1. featureselect_FW_fast

    0下载:
  2. 粗糙集,属性简约,能够提供良好的测试,需要做一些参数及内容调整(Rough sets, attribute parsimony, can provide good testing and need to do some parameter and content tuning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:johnfang
  1. SVM算法二分类

    3下载:
  2. 将支持向量机(SVM)用于模式识别,解决二分类问题,程序中包含训练集和测试集。(The support vector machine (SVM) is used for pattern recognition to solve the dichotomy problem, which includes training set and test set.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:egpt
  1. bp

    0下载:
  2. 用多层前向网络的BP算法拟合函数 说明:1)网络结构为三层(输入层、1个隐层和输出层); 2)获取两组数据,一组作为训练集,一组作为测试集; 3)用训练集训练网络; 4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:14336
    • 提供者:Dardanelle
  1. ELM

    4下载:
  2. MATLAB版极限学习机,自带训练集与测试集,可运行。(MATLAB version of the ELM, with its own data set)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-13
    • 文件大小:174080
    • 提供者:啊呀喝
  1. BP_mnist

    1下载:
  2. BP网络实现手写字体识别。压缩文件包含mnist数据集,直接在pycharm运行BPNetwork.py文件,输出测试集识别结果和测试精度。(Handwritten recognition based on BP network. The compressed file contains the MNIST data set, runs the BPNetwork.py file directly in the pycharm, outputs the test set, identifies
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:22905856
    • 提供者:小玲子
  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 positioning, binarization, ti
  3. 所属分类:其他

  1. OS-ELM在线极限学习机

    2下载:
  2. 此代码是OS-ELM在线极限学习机,内含训练集和测试集。(This code is the OS-ELM online extreme learning machine, containing training set and test set.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:134144
    • 提供者:条子
  1. testall

    0下载:
  2. 有关matcovnet中的lenet网络的准确度测试代码,以及自己建立的测试集图片测试与手写数字测试的GUI界面(About the accuracy test code of lenet network in matcovnet, and the GUI interface of the test set, picture test and handwritten numeral test set up by myself)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:478208
    • 提供者:xxf950921
  1. CNN

    7下载:
  2. 用matlab编写的cnn网络,含有注释,包含训练集和测试集(It is a CNN network written in MATLAB , containing comments, including training set and test se)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:22201344
    • 提供者:DZ泽通
  1. entree_data.tar

    0下载:
  2. 推荐系统可用数据集,可以用语训练测试推荐算法(A data set that is recommended by the recommender system)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1074176
    • 提供者:tremere
  1. VC位图显示特效合集(飞入、百叶窗、交错显示等)

    0下载:
  2. sdk编写的图片显示特效,希望大家喜欢。大家下载吧。VC++6.0编译通过。本人已经测试过了,代码非常不错。
  3. 所属分类:GDI/图象编程

  1. C4_5

    0下载:
  2. 决策树分类算法C4.5的matlab代码实现,可返回训练集和测试集的结果,有详细注释(classification tree)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:木木木233
  1. BP NN jiaochayanzheng

    0下载:
  2. 基于改进的BP神经网络的算法,并结合了交叉验证算法,划分为训练集与测试集进行改进。(Based on the improved BP neural network algorithm and the cross validation algorithm, the training set and test set are improved.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:100352
    • 提供者:ABC_pro
  1. RBF

    0下载:
  2. RBF神经网络应用数据预测,有训练集,测试集(Application of BF neural network data forecas)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:枫不羁
  1. GAPSO-share

    0下载:
  2. 用于粗糙集约简的源程序代码,里面有测试的数据介绍(The source code for rough collection, which contains test data)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:122880
    • 提供者:亲爱下雪
  1. naive_bayes

    2下载:
  2. 朴素贝叶斯算法分类及回归,附带训练集和测试集,可以评测正确率和输出预测文件(Classification and regression of naive Bayes algorithm, incidental training set and test set can evaluate the correct rate and output prediction file.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:风霏霏
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 37 »
搜珍网 www.dssz.com