CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 分类器

搜索资源列表

  1. NB

    0下载:
  2. :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute independence assumption that the rea
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:149249
    • 提供者:李浩
  1. boost

    0下载:
  2. boost算法,用于数据模式分析,其原理是机器学习里面的元学习器集成思想,通过弱分类器的集成来实现一个强分类器。-for data pattern analysis.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6455
    • 提供者:吴维
  1. ganziqifenlei

    0下载:
  2. 采用神经网络感知器算法对给定的两类样本进行分类,效果显著!-Perceptron neural network algorithm for a given two types of samples for classification, a significant!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:778
    • 提供者:马建兵
  1. bayes

    0下载:
  2. 基本的Bayes线性分类器算发,可以直接运行,结果显示样本以及分类后情况。-Basic linear Bayes classifier fat count can be run directly, as well as the classification results showed that after the sample.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3222
    • 提供者:孙亮
  1. fisher

    0下载:
  2. fisher classfier,主要用于模式识别中的分类,是一种常用的线性分类器。其实严格依据fisher准则编写的。-fisher classfier, mainly used for pattern recognition in the classification, is a commonly used linear classifier. In fact, strictly in accordance with guidelines of the fisher.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:631
    • 提供者:jiayudu
  1. vec_center

    0下载:
  2. 基于lewis的类中心向量。类中心向量分类器。基于lewis 的数据集。 -Lewis-based Center for Vector class. Center for Vector-type classifier. Lewis-based data sets.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:258578
    • 提供者:liushaohan
  1. stateclassifier

    0下载:
  2. 基于BP神经网络算法实现的状态分类器程序-BP neural network algorithm based on the realization of the state of classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:685
    • 提供者:yesture
  1. SVMDecision

    3下载:
  2. VM分类器通常具有较高的分类精度。我这里不想过多的去说SVM是怎么回事,只是提供一种使用SVM进行判别的方法。决策树与SVM的结合,可以分多类。-VM classifier usually has a higher classification accuracy. I do not want too much here to say how the matter SVM, SVM is used to provide a method for identification. The combin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:105661
    • 提供者:steve
  1. recognition

    0下载:
  2. 用感知器分类算法和最近邻分类算法对三类点进行分类,具有窗口界面,用鼠标点击就可以了,程序自动给出分类界面-Classification algorithm with the sensor and the nearest neighbor classification algorithm to classify three categories of points, with the window interface, with a mouse click can be had, the prog
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:6096
    • 提供者:夏雨
  1. SupportVectorMachinesClassifierBasedonModifyingKer

    0下载:
  2. 以黎曼几何为理论依据,基于S.Amari的修正核函数思想提出了两种新的保角变换,用其对核函数进行数据依赖性改进,进一步提高支持向量机分类器泛化能力。以人工非线性分类问题 为对象进行研究,仿真实验结果表明采用新保角映射可以快速显著地改善分类器泛化性能,而且能大幅度地减少支持向量的数目。-Two novel conformal transformations were proposed based on the Riemannian geometry theory and S.Amari’sid
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:671448
    • 提供者:liuqian
  1. PatternRecong

    0下载:
  2. 图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritte
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:527995
    • 提供者:MORGAN
  1. perception_classification

    0下载:
  2. 这是一个用VC6.0,基于windows API写的感知机分类器,模式识别中一个最基本的线性分类器.是我本人上完模式识别课后写的,绝对真实!-This is a based-on windows API perception classification program which is developped in the VC6.0. It is the basic linear classification and is written out by me after the class o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1238713
    • 提供者:leon
  1. 20082050

    0下载:
  2. 用matlab写的感知机,SES,SVM三种分类器,简单易懂,适合初学者-Written by matlab perceptron, SES, SVM three kinds of classifiers, easy to understand for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4689
    • 提供者:chen
  1. fisher_matlat

    0下载:
  2. 简单的分类器的实现,包括最小线性法,贝叶斯、fisher准则等,可以学习借鉴。-fisher matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:34281
    • 提供者:transfer
  1. tezhengtiqu

    0下载:
  2. 为了设计出效果好的分类器,通常需要对原始的测量值集合进行分析,经过选择或变换处理,组成有效的识别特征-In order to design a good classifier results usually requires measurement of the value of a collection of the original analysis, through selection or change treatment, the composition of the identify
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2817815
    • 提供者:hkm
  1. vbsensor

    0下载:
  2. 实现线性分类器的设计,根据线性分类器的特点,利用线性函数来对模式进行分类,编程语言为VB,实现了两类模式的判别。-To achieve a linear classifier design, according to the characteristics of a linear classifier, using a linear function of the mode of classification, programming languages VB, realized the two
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2327
    • 提供者:caoliang
  1. duofenleiqi

    0下载:
  2. 多分类器融合的文章muti-classifer 多分类器融合的文章muti-classifer-muti-classifer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:767582
    • 提供者:lili
  1. J48cv

    1下载:
  2. 基于决策树的n则交叉验证分类器-based on decision tree cross-validation classifier.....................
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:235531
    • 提供者:yinjj
  1. network

    0下载:
  2. 正则化方法分类器,模式识别,matlab-Regularization method classifier, pattern recognition, matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599917
    • 提供者:liuct
  1. 19854816mitmatlab

    0下载:
  2. 包含模式识别里很多函数的实现,分类器,KNN算法等,对学习者很有帮助-Include pattern recognition where a lot of function implementation, classifier, KNN algorithm, useful for learners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:651033
    • 提供者:zoukui
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 25 »
搜珍网 www.dssz.com