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

搜索资源列表

  1. BP_Adaboost

    0下载:
  2. 基于BP_Adaboost的强分类器设计-公司财务预警建模-Strong classifier based design BP_Adaboost- Financial Crisis Warning Model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:60699
    • 提供者:王丽
  1. NB_for_text_classification

    0下载:
  2. 文本分类:朴素贝叶斯分类器例子,采用Multi-Variate Bernoulli Event Model。一个文件为训练,一个文件为测试,采用20newsgroups数据集。-Text classification: Naive Bayes classifier example, the use of Multi-Variate Bernoulli Event Model. A file for training, a file for testing, using 20newsgroups
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6167343
    • 提供者:nick
  1. bayes

    0下载:
  2. 用Python写的,基于概率论的分类方法,朴素贝叶斯分类器-Written in Python, based on probability theory classification, naive Bayes classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:王铭航
  1. svmMLiA

    0下载:
  2. 机器学习算法,支持向量机,与其他分类器的比较算法-Machine learning algorithms, support vector machines, and other classifiers comparison algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3507
    • 提供者:王铭航
  1. ganyingqi

    0下载:
  2. 实现两类分类器的感应器,是模式识别学习入门-Two kinds of classifier sensors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4460
    • 提供者:林晓
  1. Bayes

    0下载:
  2. 对VOA文档利用贝叶斯分类器来进行分类,并进行正确性测试。-VOA document on the use of Bayesian classifier to classify, and accuracy testing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2728927
    • 提供者:珊儿
  1. rvsvm

    0下载:
  2. rvsvm实现了C源代码分类器。可以实现大规模数据的分类。-it is classfier.it can classfy the large scale data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:596143
    • 提供者:malerong
  1. sm

    0下载:
  2. 计算L-GEM(local generalization error model)中sensitivity measurement,用于衡量分类器对样本分类结果的确定程度-calculate the sensitivity measurement of L-GEM(local generalazation error model), which estimate the certainty of classification result.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1258
    • 提供者:李靖
  1. OS-ELM

    0下载:
  2. OS-ELM 分类器,极限学习机应用,可以用于机器视觉应用、图像理解等各方面。-OS-ELM classifier, Extreme Learning Machine Can be used in all aspects of machine vision applications, such as image understanding.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5548
    • 提供者:liangliang
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:372147
    • 提供者:hhj
  1. project2_code

    0下载:
  2. 这是matlab编写的Logistic Discrimination 和 KNN分类器代码。这两个算法的实现参考了《Introduction to Machine Learning》。 除此在代码中还包含了调用matlab自带的libsvm的例程。rumLogisticDiscrimination, runKnn, runSvm分别对这3个算法在数据集liver_train_data上的分类准确度进行测试。测试结果在code report.doc 中有简要描述。-This code implem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:265480
    • 提供者:hhj
  1. HellokinectMAT

    0下载:
  2. 感知行为的影响因素包括单个关节的动作和不同关节的组态。因此提出一种新的基于关节的位置差异的特征类型,联合包括静态姿势、动作、位移在内的行为信息进行识别。采用关节在两个时间和空间区域的差异来明确地模拟个别关节动力学和不同关节的组态。然后应用主成分分析(PCA)来获得所需的特征。同时应用非参数的简捷的贝叶斯最近邻(NBNN)分类器进行多类行为的分类。这个NBNN分类器避免了帧描述符的量化,计算“图像到类别”的距离而不是“图像到图像”的距离。15到20帧的数据就足以实现手势以及动作的识别,无需应用整个
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:38872
    • 提供者:杨杨
  1. A-tutorial-on-spectral-clustering

    0下载:
  2. 机器学习的各种算法,与实现 如谱分析 ,随机森林,分类器,线性分类器-machine learning and artifical intelligence spectrum anysis ramdom forest and linear classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:289394
    • 提供者:xiaofeng
  1. naive-bayes-spam-filter-master

    0下载:
  2. 基于朴素贝叶斯分类器写的垃圾邮件过滤系统-machine learning bayes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1163557
    • 提供者:ANNIE
  1. knndemo

    0下载:
  2. K近邻分类器,实现了对iris数据集的分类,并且使用了交叉验证的方法,来验证求得的最优的K值。-K-nearest neighbor classifier to achieve the classification of iris data set and cross-validation of the method used to verify the optimal value of K obtained.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2123
    • 提供者:
  1. pkupr

    1下载:
  2. 模式识别 北京大学 本科生课程 课件 (包括贝叶斯模型、最近邻、SVM、线性与非线性分类器、boosting、统计学习、非监督学习等)-Pattern Recognition Peking University Courseware (including Bayesian model, the nearest neighbor, SVM, linear and non-linear classifiers, boosting, statistical learning, unsupervised
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6497420
    • 提供者:maxiao9004
  1. Classification_LS_SVMlab

    0下载:
  2. 基于SVM的分类器 支持两类分类 和多类分类选择最优参数-SVM-based classifier supports two types of classification and multi-class classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1145
    • 提供者:姚丽丽
  1. Classification_OSU_SVM

    0下载:
  2. 基于SVM的分类器 支持两类分类 和多类分类-SVM-based classifier supports two types of classification and multi-class classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1159
    • 提供者:姚丽丽
  1. Classification_SVM_SteveGunn

    0下载:
  2. 基于SVM的分类器 支持两类分类 和多类分类 选择最优参数 -Select the optimal parameters of the classifier based on SVM supports two types of classification and multi-class classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:935
    • 提供者:姚丽丽
  1. Regression_LS_SVMlab

    0下载:
  2. 基于SVM的分类器 支持两类分类 和多类分类 选择最优参数-Select the optimal parameters of the classifier based on SVM supports two types of classification and multi-class classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:911
    • 提供者:姚丽丽
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 25 »
搜珍网 www.dssz.com