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

搜索资源列表

  1. knn

    0下载:
  2. knn分类器 基于Visual Basic实现-knn classifier implementation based on Visual Basic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:22610
    • 提供者:张可
  1. 11912873naivebayesclassificationbasedongenetic

    0下载:
  2. 贝叶斯网络分类器的一点小程序,也许有用,请各位资源下载-Bayesian Network Classifier for small procedures, may be useful, please download resources
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:24252
    • 提供者:刘兆栋
  1. FaceDetection

    0下载:
  2. FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-FaceDetection is a static face detection process, the attention required FaceDetec
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1949391
    • 提供者:mike
  1. facedetection

    1下载:
  2. PCA、LDA人脸检测,压缩包里实现了PCA、LDA、最小距离分类器,人脸检测!-PCA, LDA face detection, compression bag to achieve the PCA, LDA, minimum distance classifier, face detection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-20
    • 文件大小:8421
    • 提供者:chen
  1. reuters21578.tar

    0下载:
  2. 一个著名的文本分类数据集,用于测试分类器的性能。是写论文的同志不可或缺的东西。-A famous dataset for Text Classification, which is essencial for thesis writing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8150596
    • 提供者:Yishi Zhang
  1. jiyuneirongdeyinpinjiansuoyan

    0下载:
  2. 本文根据上述的研究,采用基于Mel倒谱系数特征的隐马尔可夫模型对音 乐进行分类。在音乐特征提取方面,以感知特征和Mel倒谱系数组成特征向量 在音乐分类方面,以隐马尔可夫模型作为分类器,对音乐进行聚类和分类。通过 有监督的学习方式进行聚类,分类时将测试样本归入似然值最大的类别,对同一 音频抽取若干样本,对样本识别结果采用投票法,判定该音频的音乐类别,使分 类的准确率得到进一步的提高。根据上述方法进行了仿真实验,并对实验结果进 行了分析。本文将音频数据分为5类,对4种分类器
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-16
    • 文件大小:3903798
    • 提供者:海豚
  1. svm

    0下载:
  2. 这是在模式识别中常用的一个分类器,不过这是一个线性2分类问题,对于多分类问题,可以直接转化~-This is commonly used in pattern recognition, a classifier, but this is a linear 2 classification for multi-classification problems, can be directly translated into
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:126006
    • 提供者:何欢
  1. Bayes_Classify

    1下载:
  2. 贝叶斯分类器,利用后验概率,对已知属性对象进行分类-Bayesian classifier, the use of posterior probability of the known properties of the object classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3443
    • 提供者:孙巍巍
  1. parzen

    0下载:
  2. 分类器的训练与学习是模式识别的一个重要环节,其目的在于按照某种算法,确定判决规则,使之具有自动分类识别的能力。本文介绍了采用Parzen窗法的随机模式分类器,并matlab实现了一个简易的随机模式分类器。-Classifier training and learning is an important part of pattern recognition, in accordance with the purpose of some kind of algorithm to determine
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:288124
    • 提供者:丑力
  1. OpenCv_Ex20B

    0下载:
  2. 在VC++下利用OPENCV,对图片的人脸进行检测,利用HARLI分类器,正确率在98 以上。-In VC++ under the use of OPENCV, on the picture to the human face detection, the use of HARLI classifier, the correct rate of 98 .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3490644
    • 提供者:bit319
  1. work_for_pattern_recognition

    0下载:
  2. 通过设计线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,设计支持向量机对给定样本进行有效分类并分析结果。-By designing a linear classifier minimum risk Bayes classifier supervised learning method hierarchical cluster analysis K-L transform to extract efficient features, designed to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2600382
    • 提供者:于冰
  1. bayes

    0下载:
  2. 贝叶斯分类和后面的线性、非线性分类器属于有监督学习。 -Bayesian classification and the back of the linear, non-linear classifier belong to supervised learning.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:485535
    • 提供者:hkm
  1. perceptronexample

    0下载:
  2. 感知器分类的一个例子,分成两类的分类器,用MATLAB实现-perceptron example for matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:53865
    • 提供者:lixinmao
  1. Bayes_EM

    0下载:
  2. 利用matlab实现的基于EM算法的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-Using matlab to achieve EM algorithm based on Bayesian classifier of the source code can be used to classification or identification, it is worthy of collection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:10896
    • 提供者:satanwings
  1. mode

    0下载:
  2. 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3179203
    • 提供者:ft5272633
  1. adaboost

    0下载:
  2. Adaboost训练分类器的源代码,是快速人脸检测的必备。-It is the code for training classifiers by Adaboost to Face Detection
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7360176
    • 提供者:杨果
  1. g

    0下载:
  2. 基于L-M算法的BP神经网络分类器 对图像分类有较好的效果-LM algorithm based on BP neural network classifier for image classification has a good effect
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:182015
    • 提供者:sds
  1. test2

    0下载:
  2. 基于haarlike特征,采用adaboost分类器的人脸检测系统-face detec
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:3502649
    • 提供者:yueliting
  1. jxsvm

    0下载:
  2. 交互支持向量机学习算法能解决一些监督学习问 题中学习样本较少的问题, 它以支持向量机(SVM ) 方法为 基础, 将设计分类器变成一个交互的过程, 即: 根据对已知 样本进行的SVM 分类器设计, 主动采样选择“有用”的新样 本, 并进行下一步SVM 分类器的设计。与普通SVM 法相 比, 该方法所需的样本量大大降低, 而且可能达到更好的推 广能力。文本信息过滤问题的实例说明了该算法的有效性。-Interactive support vector machine lear
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:295420
    • 提供者:罗朝辉
  1. OPENCVfacedetection

    0下载:
  2. 用OPENCV做的人脸识别程序,实现跟踪检测,用的是自带的分类器-OPENCV do with face recognition program, to achieve tracking and detection, using a built-in classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:85892
    • 提供者:jianghua
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com