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

搜索资源列表

  1. ASMTrainSet

    0下载:
  2. active shape models训练集-an active shape the models training set
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1124
    • 提供者:李林
  1. AdaBoost

    0下载:
  2. 这是一本介绍AdaBoost算法的资料。Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器-This is an introduction AdaBoost algorithm information. Adaboost is an iterative algorithm, the core idea for a training set of different classifiers (weak cl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1141153
    • 提供者:
  1. matlab-4

    0下载:
  2. 用BP算法实现函数 逼近。 说明:1)网络结构为三层(输入层、1个隐层和输出层) 2)获取两组数据,一组作为训练集,一组作为测试集 3)用训练集训练网络 4)用测试集检验训练结果 -With BP algorithm function approximation. Descr iption: 1) The network structure of the three-layer (input layer, a hidden layer and output laye
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:79226
    • 提供者:songkaihua
  1. ID31

    1下载:
  2. 用ID3算法估算打网球的天气决定因素,本代码是对天气问题的训练集建树的。-With ID3 algorithm to estimate the weather to play tennis determinants, the code is established training set of weather problems.
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:2115
    • 提供者:钟福贵
  1. train-images-idx3-ubyte

    1下载:
  2. MNIST数据集中图像数据文件, 60000个训练集-The MNIST dataset image data files, 60000 training set
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:9100535
    • 提供者:
  1. Naive-Bayesian-Data-Classification

    0下载:
  2. 数据挖掘基于朴素贝叶斯分类算法实现 该类是训练集的类-Data mining based Bayesian classification algorithm to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:4621
    • 提供者:lyc
  1. PCA_based-Face-Recognition-System

    0下载:
  2. 基于pca的人脸识别算法,包括matlab源代码和相关的训练集和测试集。-PCA_based Face Recognition System
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:245981
    • 提供者:ys
  1. dataset_602132

    0下载:
  2. 经典问题TSP(旅行商算法) 蚁群算法训练集-Classic problem TSP (traveling salesman algorithm) ant colony algorithm training set
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1034439
    • 提供者:cyy
  1. wordmark

    0下载:
  2. 通过一个已经标号词性的训练集来得到训练数据,再根据训练数据对需要进行分词的数据进行分词,采用概率最高的分词情况为最后结果。-By a label the parts of speech training set training data to get the need segmentation data based on the training data segmentation with the highest probability of segmentation for the fin
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-15
    • 文件大小:5274570
    • 提供者:小鑫猪
  1. CTB

    0下载:
  2. 中文分词和词性分析通用的训练集,含POS。-Chinese word segmentation and part of speech analysis of generic training set.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-05
    • 文件大小:79735
    • 提供者:liliudan
  1. license-plate-recognition-system-

    0下载:
  2. 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。-First open a picture in order graying, binarization, gray stretch, license plate location, binarization, skew correction and character s
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:20351862
    • 提供者:sunlu
  1. BP

    0下载:
  2. 用C写的简单的神经网络算法,利用训练集学习并建立模型,并对测试集进行分类-Simple neural network algorithm, written in C using the training set of learning and to establish the model, and test set classification
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1529
    • 提供者:沈彤
  1. ChineseSegment

    0下载:
  2. 一个完整的中文分词程序,有源码,词典,训练集。算法简洁高效,准确率高。包含了一种将标注语料和词典融合的新型分词方法。将语料分割为2:1为训练集和测试集,加上一个外部词典,准确率可以达到95 。适合入门者学习。也适合需要一个简单分词工具的应用。-A Chinese word segmentation procedures, source, dictionary, the training set. The algorithm is simple and efficient, high accura
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:14581979
    • 提供者:张忠辉
  1. SVM

    2下载:
  2. 首先将变压器故障的样本分成训练集和测试集两部分,然后对它们进行归一化,再用网格参数寻优得到c和g,最后进行变压器故障的预测。-SVM transformer fault diagnosis
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:42338
    • 提供者:项枫
  1. nn

    0下载:
  2. 最近邻算法实现 k近邻 Z为训练集,每行一个样本,n*m labZ为与Z对应的类别,列向量 Z_T为测试集,每行一个样本,p*m labZ_T为输出结果,p*1-Nearest-neighbor algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:564
    • 提供者:裴唯一
  1. linearfunc

    0下载:
  2. 模式识别中两种常用的线性判别函数方法。fisher函数,和MSE。train.txt是训练集。-Pattern recognition of two commonly used linear discriminant function method. fisher function, and MSE. train.txt is the training set.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-03
    • 文件大小:64924
    • 提供者:高圆圆
  1. Adaboost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-Adaboost is an iterative algorithm, its core idea is different classifications for the same training set (weak classifiers), then these weak classifiers together to form a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-26
    • 文件大小:270779
    • 提供者:wang
  1. TE

    0下载:
  2. 田纳西伊斯曼仿真数据,包括训练集和测试集-The Tennessee Eastman simulation data
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:3812348
    • 提供者:陈子胜
  1. BP

    0下载:
  2. 一个简单的神经网络实现二分类问题,里面包含代码,以及训练集和测试集的数据,可以直接用的,对初学者是不错的资源-A simple neural network to achieve the two-class problem, which contains the code, as well as training and testing data sets can be directly used, is a good resource for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:4984
    • 提供者:周 脉成
  1. svmreg

    0下载:
  2. svm-分类,建模,预测等,可以分类,含训练集与测试集-svm-classification, modeling, forecasting, classification, with the training set and test set
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:1024
    • 提供者:慕容
« 1 2 3 4 5 67 8 9 10 11 ... 28 »
搜珍网 www.dssz.com