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

搜索资源列表

  1. Bayesnet

    0下载:
  2. a Java toolkit for training, testing, and applying Bayesian Network Classifiers. Implemented classifiers have been shown to perform well in a variety of artificial intelligence, machine learning, and data mining applications. -a Java toolkit for tra
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:504530
    • 提供者:lyb
  1. BP-nn

    0下载:
  2. BP神经网络分类器 程序有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令符下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.dat、classfyme.dat、results.dat中的任何一种。~..~-BP neur
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:80529
    • 提供者:wh
  1. icsiboost-0.3.tar

    0下载:
  2. Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:116681
    • 提供者:njustyw
  1. Ensemble-learning-based-on-GMDH

    0下载:
  2. 基于自组织数据挖掘的多分类器集成选择的程序-Multiple classifiers ensemble selection based on GMDH
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1771420
    • 提供者:肖进
  1. multi-class-problem

    2下载:
  2. 将多类别问题分解成多个二类别问题是解决多类别分类问题的常用方式。传统one against all(OAA)分解方式的性能更多的依赖于个体分类器的精度,而不是它的差异性。本文介绍一种基于集成学习的适于多类问题的神经网络集成模型,其基本模块由一个OAA方式的二类别分类器和一个补充多类分类器组成。测试表明,该模型在多类问题上比其他经典集成算法有着更高的精度,并且有较少存储空间和计算时间的优势。-Decompose multi-class problem into multiple binary cl
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-17
    • 文件大小:8192
    • 提供者:刘茂
  1. classification

    0下载:
  2. 机器学习中几种典型的分类算法,SVM, ML, Gaussian Mixture Model等-typical classifiers(SVM, ML) in ,machine learning.
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:4346
    • 提供者:张小云
  1. adaboost1

    0下载:
  2. adaboost代码,比较简单。但方便了解Adaboost算法的基本原理-The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:6289
    • 提供者:孙水发
  1. knn

    0下载:
  2. K近邻(KNN):分类算法KNN是non-parametric分类器(不做分布形式的假设,直接从数据估计概率密度),是memory-based learning KNN不适用于高维数据(curse of dimension)-K-Nearest Neighbor (KNN): Classification Algorithm. KNN is a non-parametric classifiers (not to assume that the distribution of forms, fr
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:776
    • 提供者:王海
  1. svmMLiA

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

    • 发布日期:2017-04-13
    • 文件大小:3507
    • 提供者:王铭航
  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-24
    • 文件大小:372147
    • 提供者:hhj
  1. miFV

    0下载:
  2. The package includes the MATLAB code of the multi-instance learning algorithm miFV, which is an efficient and scalable MIL algorithm. miFV maps the original MIL bags into a new feature vector representation, which can obtain bag-level information, an
  3. 所属分类:matlab

    • 发布日期:2016-01-22
    • 文件大小:4918272
    • 提供者:丁小晨
  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-21
    • 文件大小:6497420
    • 提供者:maxiao9004
  1. self-taught-learning

    1下载:
  2. 自主学习把稀疏自编码器和分类器实现结合。先通过稀疏自编码对无标签的5-9的手写体进行训练得到最优参数,然后通过前向传播,得到训练集和测试集的特征,通过0-4有标签训练集训练出softmax模型,然后输入测试集到分类模型实现分类。-Independent Learning the encoder and the sparse classifiers achieve the combination. First through sparse coding since no label was ha
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-26
    • 文件大小:9228409
    • 提供者:单清序
  1. onlinesvm

    0下载:
  2. 用c编译的online svm适合大数据快速学习的分类器,对内存要求较低,适合数据量大的数据。-C compiled with online svm suitable for large data quickly learning classifiers, low memory requirements for large amount of data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:53126
    • 提供者:杨杨
  1. Convolutional-Neural-Networks-for-detecttion

    0下载:
  2. presented dictionary pair classifierdriven CNNs for object detection, where dictionary pair back propagation (DPBP) is proposed for the end-to-end learning of dictionary pair classifiers and CNN representation, and sample weighting is adopted
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:688963
    • 提供者:thang
  1. Ensemble-Learning

    0下载:
  2. 集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and random forest algorithm, using a t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:董小鱼
  1. adaboost

    1下载:
  2. adaboost算法的训练和测试代码,简单的实例(The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:6144
    • 提供者:chent1995
  1. boosting_demo

    1下载:
  2. boosting算法用于集成学习,包含多种弱分类器(Boosting algorithm is used for ensemble learning, and it contains many weak classifiers)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:12288
    • 提供者:Candy668
  1. lhisft

    0下载:
  2. Learning Kernel Classifiers Theory and Algorithms, Introducti()
  3. 所属分类:数据结构

搜珍网 www.dssz.com