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

搜索资源列表

  1. GEPKNN.rar

    0下载:
  2. 代码是一个分类器的实现,其中使用了部分weka的源代码。可以将项目导入eclipse运行,记得把训练数据(arff文件)放在项目根目录下。,Code is the implementation of a classifier, the use of some of the weka source code. Projects can run into eclipse, I remember the training data [arff files] on the project root di
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10032053
    • 提供者:lqy tom
  1. adaboost.rar

    2下载:
  2. adboost分类器 matlab源程序 用于训练样本 实现分类 ,adboost classfication
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7360344
    • 提供者:roc
  1. lib-SVM分类器C实现

    0下载:
  2. lib-SVM分类器实现,一个用VC实现的SVM分类器。,lib-SVM classifier implementation, implementation of a VC with the SVM classifier.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-23
    • 文件大小:410409
    • 提供者:andy
  1. knn.rar

    0下载:
  2. k近邻(knn)分类的文献,英文的,从IEEE下载得到,希望对大家有用,k neighbors (knn) classification of literature, English, and download from the IEEE has been the hope that useful for everyone
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1873044
    • 提供者:宦若虹
  1. 《模式分类》配套的Matlab源代码

    1下载:
  2. 杜达的《模式分类》第二版的配套的Matlab源代码,Duda' s " pattern classification," the second edition of the complete source code of the Matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-03-24
    • 文件大小:978417
    • 提供者:汤中泽
  1. hog_extraction.rar

    1下载:
  2. 基于OPENCV的静止图像的HOG特征提取算法的全部程序,完全可用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,source code that apply to the pedestrian detection based on OPENCV.this document can help you extract HOG features from any type image which include human in it
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3737
    • 提供者:lightblueboy
  1. SVM1.rar

    4下载:
  2. 支持向量机,用于分类,含训练集与测试集。,supprot vector machine
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:4811
    • 提供者:李龙
  1. fisher.rar

    0下载:
  2. 这是模式识别中线性分类器中最常用的fisher线性分类器,并在结果中画出了分类线和分类效果,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2268
    • 提供者:张磊
  1. FCM

    1下载:
  2. C均值模糊聚类,适用于图像分类,此为MATLAB 程序代码。-C mean fuzzy clustering for image classification, this is MATLAB code.
  3. 所属分类:图形图象

    • 发布日期:2013-01-15
    • 文件大小:15985515
    • 提供者:汪颜
  1. Matlab贝叶斯分类器+(Bayers)程序

    2下载:
  2. Matlab贝叶斯分类器+(Bayers)程序.rar
  3. 所属分类:matlab例程

    • 发布日期:2012-09-11
    • 文件大小:3257
    • 提供者:truelie
  1. Hand-Detect 手势识别,使用OpenCV的haar 分类器

    1下载:
  2. 手势识别,使用OpenCV的haar 分类器。训练因为对各个环境不同,请大家自己下载或者自己训练样本。-Hand Recognition and Tracking using OpenCV. It uses Haar Classifier. Because Haar features are different, I did not include the .xml file, please download it online or train it yourself.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-02
    • 文件大小:22484783
    • 提供者:赛义
  1. text_tfidf

    0下载:
  2. 文本相似度计算(tfidf),可用文本分类以及文本信息处理-Text Similarity Computing (tfidf), available for text classification and text information processing
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:30061
    • 提供者:杨明
  1. SogouC.reduced.20061127

    4下载:
  2. 搜狗语料 关于文本分类语料库的问题搜狗实验室搜狗实验室(Sogou Labs)是搜狗搜索核心研发团队对外交流的窗口,期望通过这个平台,展现搜狗研发团队强大的研发-Sogou corpus corpus corpus on the issue of text categorization Sogou Sogou Lab Lab (Sogou Labs) is the core of R & D team Sogou search window for foreign exchanges,
  3. 所属分类:Graph Recognize

    • 发布日期:2016-03-02
    • 文件大小:30683917
    • 提供者:Alec
  1. Bayes_classifier

    0下载:
  2. 贝叶斯分类器的设计实验,内有解释利于入门学习-Bayesian classifier design experiments, which help to explain the study entry
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:952
    • 提供者:路单
  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:100997
    • 提供者:tangxiaojun
  1. adaboost

    1下载:
  2. adaboost:经典的分类算法,配有相应的论文及程序使用说明-adaboost: classical classification algorithms, with the corresponding papers and procedures for use
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:766368
    • 提供者:张海如
  1. bayes

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

    • 发布日期:2017-03-28
    • 文件大小:1762
    • 提供者: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
    • 文件大小:137024
    • 提供者:龚煜
  1. matlab_bayes_classifier

    2下载:
  2. 使用matlab编写的bayes分类器,朴素贝叶斯分类器-Prepared using bayes classifier matlab
  3. 所属分类:matlab

    • 发布日期:2016-12-22
    • 文件大小:1024
    • 提供者:简单
  1. LR

    0下载:
  2. 机器学习中的关于逻辑回归(LR)方法的分类器,Matlab源码,附带四个数据集用于实验-Machine Learning on the logistic regression (LR) method of classification, Matlab source code, with four data sets for experiments
  3. 所属分类:Graph program

    • 发布日期:2016-01-25
    • 文件大小:1489107
    • 提供者:文瑞
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com