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

搜索资源列表

  1. bayes1111

    0下载:
  2. Bayes分类器设计,对模式识别有一个初步的理解,能够根据自己的设计对贝叶斯决策理论算法有一个深刻地认识-Bayesian classifier design, pattern recognition to a preliminary understanding, According to the design of Bayesian decision theory algorithm has a profound understanding
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:43.2kb
    • 提供者:那锋
  1. fisher1111

    1下载:
  2. 基于Fisher准则线性分类器设计 进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识,理解Fisher准则方法确定最佳线性分界面方法的原理 -Fisher linear classification criteria for classification designed to further understanding of the design concept According to the design of linear classification f
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:16.02kb
    • 提供者:那锋
  1. bayes

    0下载:
  2. 用matlab完成基于最小错误率的贝叶斯分类器的设计-Done with matlab error rate based on the minimum design of Bayesian classifier
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.72kb
    • 提供者:leo
  1. nonlinerSVMfeileiqi

    0下载:
  2. 用其中一半的数据采用ANN-BP算法设计分类器,另一半数据用于测试分类器性能。-Half of the data used by ANN-BP algorithm design classifier, the other half of the data used to test the classifier performance.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:133.81kb
    • 提供者:龚煜
  1. question1

    0下载:
  2. 最小错误率的贝叶斯分类器设计matlab代码实现-Bayes minimum error rate classifier design matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:789byte
    • 提供者:孙珊
  1. patternrecognition

    0下载:
  2. 我们的模式识别作业,C++编的。主要包括特征提取部分,和分类器设计部分。-Pattern Recognition of our work, C++ for the. Including some of the main feature extraction and classifier design part.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:158.37kb
    • 提供者:王兵
  1. Bayes

    0下载:
  2. Bayes分类器算法设计的matlab码 注释详细 大家一起学习啊-Bayes classifier algorithm design of the matlab code comment in detail with everyone to learn ah
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.66kb
    • 提供者:zm
  1. feel

    0下载:
  2. 使用感知器准则对给定的两个样本进行分类器设计。-Guidelines for the use of sensor for a given classification in two samples of design.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:shihao
  1. perceptron

    0下载:
  2. 线性分类器设计-感知机算法,对一组数据进行分类,分析w不同时的影响-Linear classifier design- Perceptron Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1.76kb
    • 提供者:韩倩倩
  1. svm

    0下载:
  2. 线性SVM算法设计分类器,对一组数据进行分类-Linear SVM classifier algorithm on a set of data classification
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2kb
    • 提供者:韩倩倩
  1. bayescode

    0下载:
  2. 一种自己设计的贝叶斯分类器,具有一定的参考价值-A kind of self-designed Bayesian classifier, with some reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:39.24kb
    • 提供者:陈小锋
  1. SimpleLinearSort

    0下载:
  2. 用matlab语言写的模式识别中的线性分类器设计 简单的线性分类器设计是模式识别中的重要算法设计-Pattern recognition with matlab language written in a simple linear classifier design a linear classifier design is an important algorithm design for pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:739byte
    • 提供者:王朝
  1. FullBNT-1.0.4

    0下载:
  2. 比较全面的贝叶斯工具箱,包含贝叶斯分类器等的设计等-bayes tools box
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.94mb
    • 提供者:何小丽
  1. MatlabBayesFisherClassifierDesign

    2下载:
  2. 在matlab中bayes和Fisher分类器设计的小程序代码,实现垃圾邮件和正常邮件的分离,比较不同维度,不同样本,两种分类器正确率的优劣,适合初学者学习-In matlab the bayes and Fisher classifier design a small program code, junk mail and regular mail to achieve the separation of comparing different dimensions, different sa
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:438kb
    • 提供者:gabielle
  1. fenleisuanfa

    1下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.
  3. 所属分类:matlab

    • 发布日期:2015-10-07
    • 文件大小:76kb
    • 提供者:龚煜
  1. ANNfeileiqi

    0下载:
  2. ANN-BP分类器设计,用其中一半的数据采用ANN-BP算法设计分类器,另一半数据用于测试分类器性能。-ANN-BP classifier design, with half of the data using ANN-BP algorithm design classifier, the other half of the data used to test the classifier performance.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:25.6kb
    • 提供者:龚煜
  1. bayes_fenleiqi

    1下载:
  2. 贝叶斯分类器设计。 对两组数据(学生的英语成绩)的分类-Bayesian classifier design. On two sets of data (student performance in English) classification
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:933byte
    • 提供者:glw
  1. matlab

    0下载:
  2. 这是另一个matlab的贝叶斯分类器设计,可用作作业用-This is another matlab Bayesian classifier design can be used as operating with
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:920byte
    • 提供者:glw
  1. 贝叶斯分类器

    0下载:
  2. 贝叶斯分类器设计,分参数已知和参数未知两种情况,含最大似然参数估计代码
  3. 所属分类:matlab例程

  1. test2-BP

    2下载:
  2. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。(Using BP neural network to design a classifier for male and female students. The features include height, weight, whether they like mathematics, whether they like literatur
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:10kb
    • 提供者:Fay小非
« 12 3 4 »
搜珍网 www.dssz.com