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

搜索资源列表

  1. SVM

    0下载:
  2. svm神经网络中的参数优化---提升分类器性能-svm parameters of neural network classifiers to enhance the performance optimization---
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:290421
    • 提供者:张超
  1. A_VSM_Clas192156862005

    0下载:
  2. VSM支持向量机算法。来自外国的planet-source-code.com。使用C++的分类器。可以直接调用。-Defines a simple vector space model classifier interface and two derived examples- a rule based classifier and a case based classifier.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5648
    • 提供者:swq
  1. testKNN

    0下载:
  2. KNN 分类器的VC实现。。。可以直接运行。-KNN classifiers realize the VC. . . Can be directly run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:246706
    • 提供者:周然
  1. perceptron

    0下载:
  2. 感知器算法的分类器,学模式识别的可以看看,可以实现2维向量的线性分类-Perceptron classifier algorithm, learning pattern recognition can see, you can achieve 2-dimensional vector of linear classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:51769
    • 提供者:李伟
  1. classifier_distance

    0下载:
  2. 经典的距离分类器,采用欧氏距离作为量度,初学模式识别的同学也能看懂-The classic distance classifier, using Euclidean distance as the measure, Pattern Recognition beginner students can understand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1668
    • 提供者:李伟
  1. nonliner-class

    0下载:
  2. 非线性分类器,对于任意输入的2维向量采用聚类算法分类-Non-linear classifier, for any type of two-dimensional vector classification using clustering algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:63408
    • 提供者:李伟
  1. C4.5

    0下载:
  2. 基于C4.5的决策树算法,一种非线性分类器-Based on C4.5 decision tree algorithm, a nonlinear classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:48340
    • 提供者:何勇
  1. beiyesiwenbenfenlei

    0下载:
  2. 基于朴素贝叶斯算法分类器,实现文本的自动分类-Based on the naive Bayes classifier, realization of automatic text classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:455398
    • 提供者:宁艳
  1. Bayes

    0下载:
  2. C++ 实现的一个简单的贝叶斯分类器 对人工智能学习有很大帮助-C++ implementation of a simple Bayesian classifier Great help of artificial intelligence to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:6103688
    • 提供者:吴国华
  1. CS-learning-in-SVM

    0下载:
  2. 代价敏感分类器的比较相关论文,需要的赶紧下。-cost sensitive SVM classfier compare
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:61413
    • 提供者:
  1. HEC

    0下载:
  2. 多层次复合分类器:整合人脸整体特征和局部特征而构造的分类器-hierarchical ensemble classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5489
    • 提供者:randy
  1. fisher

    0下载:
  2. 利用Fisher线性分类器对两类样本进行分类的方法。-Fisher s linear classification methods to classify the two types of samples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:吴唯
  1. BayesianClassificationAlgorithmsCPP

    0下载:
  2. 本代码能够实现了两类模式的贝叶斯分类器分类-This code will be able to realize the two kinds of patterns bayes classifier classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:279765
    • 提供者:songli
  1. FEPR

    0下载:
  2. 用于模式识别及人工智能方面的理论工具书,书中介绍了一些典型的特征提取方案及模式分类算法,以及各种神经网络分类器的训练等。-Theoretical tool for pattern recognition and artificial intelligence book, the book describes the typical feature extraction scheme and pattern classification algorithms, as well as a varie
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5643792
    • 提供者:小哥
  1. pzernike_recognition

    1下载:
  2. 以BP算法和RRA理论为基础,采用BP_RRA作为人脸识别分类器,结合归一化伪zernike矩,提出一种基于归一化伪zernike矩和BP_RRA神经网络的人脸识别算法。-BP algorithm and the RRA theory, based on the normalized pseudo-zernike moments BP_RRA as face recognition classifier combined to propose a face recognition algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1112222
    • 提供者:洁洁
  1. svm_imp

    0下载:
  2. svm的c++版本实现。为分类器SVM提供源码(C++)-svm of C++ version. Classifier SVM source code (C++)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:8299
    • 提供者:hero
  1. adaboost-coding

    1下载:
  2. adaboost 源码,综合多个弱分类器,通过动态修改元组权值以及得到的分类器权值,提升为复合强分类器。-AdaBoost source code, several weak classifiers, by dynamically modifying the tuple classifier obtained by weight and weight, enhance the strong classifier for composite.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:9517
    • 提供者:ss
  1. Multi-class-SVM-Image-Classification

    0下载:
  2. 基于神经网络的遥感图像分类取得了较好的效果,但存在固有的过学习、易陷入局部极小等缺点.支持向量机机器学习方法,根据结构风险最小化(SRM)原理,表现出很多优于其他传统方法的性能,本研究的基于多类支持向量机分类器的遥感图像分类取得了达95.4 的分类精度.但由于遥感图像分类类别多,所需训练样本较大,人工选择效率较低,为此提出以人工选择初始聚类质心、C均值模糊聚类算法自动标注训练样本的基于多类支持向量机的半监督式遥感图像分类方法,期望能在获得适用的分类精度的基础上有效提高分类效率-Neural ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:25817
    • 提供者:cissy
  1. SVM

    0下载:
  2. 基于SVM的分类器设计小程序的源码 非常适合初学者学习 共借鉴-the code for new lenear
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3004
    • 提供者:zhanghai
  1. xcslib-1.0

    0下载:
  2. XCS 基于遗传算法的自动学习分类器 一个C++的XCS的例子-XCS-based genetic algorithm for the automatic learning classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:394093
    • 提供者:ray
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com