CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贝叶斯 算法

搜索资源列表

  1. bayes_bpnet

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力。我们采用两种训练方法,即 L-M 优化算法(trainlm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:pannewstar
  1. BPbeyes

    0下载:
  2. 基于BP算法的贝叶斯网络参数学习, 实现了图形话的节点表示和样本生成, 图形话的结果分析
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:1021950
    • 提供者:liyang
  1. naivebayesclassificationbasedongenetic

    0下载:
  2. 在训练集上通过随机属性选取生成若干属性子集,并以这些子集构建相应的贝叶斯分类器,进而采用遗传算法进行优选。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24248
    • 提供者:lyh
  1. image-segmentation

    0下载:
  2. 介绍有关图像分割算法的文章,PDF文档的,水平集,贝叶斯等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1112825
    • 提供者:duruoyu
  1. Bayes.rar

    1下载:
  2. 使用Iris数据集,朴素贝叶斯分类算法。,The use of Iris data set, Naive Bayes classification algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:603577
    • 提供者:nbbnmm
  1. Naive_Bayes.rar

    0下载:
  2. 实现基本的朴素贝叶斯分类算法,用以将图片按照一定要求分类,To achieve the basic Naive Bayesian classification algorithm for the image classification in accordance with certain requirements
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:189171
    • 提供者:Edward Lee
  1. Example4

    0下载:
  2. 采用贝叶斯正则化算法(抑制过拟合)提高 BP 网络的推广能力,采用两种训练方法, 即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络;-Bayesian regularization algorithm (inhibition of over-fitting) to improve the generalization ability of BP network, using two training methods, that LM opti
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:1155
    • 提供者:liuwei
  1. naiveBayesClassify

    0下载:
  2. 机器学习算法,朴素贝叶斯分类器,常用作文本分类,或者用在本体匹配算法中用作相似度的计算-Machine learning algorithm, naive bayes classifier, commonly used ZuoWenBen classification, or use in ontology matching algorithm used in the calculation of similarity degree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:7031
    • 提供者:兰明明
  1. Bayes-Matting

    3下载:
  2. 抠图中最为经典和基本的算法贝叶斯抠图,在matlab下的实现,效果和速度都较为理想。-Bayessian Matting is the most basic and classic method in matting algorithm.We provide a implementation in matlab.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-04-07
    • 文件大小:32719937
    • 提供者:ray
  1. LM

    0下载:
  2. 采用贝叶斯正则化算法提高bp网络的性能,即L-M优化算法-The use of Bayesian regularization algorithm to improve network performance bp, that is, LM optimization algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:859
    • 提供者:周妍
  1. bys

    0下载:
  2. 采用贝叶斯正则化算法提高BP网络的推广能力。在本例中,将采用两种训练方法,即L-M优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练BP网络,使其能够拟合某一附加有白噪声的正弦样本数据。-The use of Bayesian regularization algorithm for BP network to improve generalization ability. In this case, two types of training methods will b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:819
    • 提供者:qiulan
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  1. machineLearningPPT

    0下载:
  2. 机器学习,完整PPT资料从引言到神经网络,贝叶斯学习,遗传算法等-machine learning PPT,bayesian learning, neural network and genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:614443
    • 提供者:赵婧
  1. Bayers

    0下载:
  2. 用matlab编写的贝叶斯分类器算法程序,共两个文件,经验证算法有效,希望对使用者有帮助-Matlab prepared bayes classification algorithm procedures, a total of two files, experience card is efficient, hope to help users。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1452
    • 提供者:朱强
  1. bayes_total

    0下载:
  2. 最小错误概率贝叶斯分类器的matlab程序,可用于二维数据的分类以及分类效果的图像显示,可帮助初学者加深对贝叶斯分类算法的理解。-This is a matlab program of the minimum probability of error of Bayesian classifier.Which can display the image of two-dimensional data classification and the classification results . I
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2252
    • 提供者:chenxiao
  1. supplementaryFigures

    0下载:
  2. 叙述了多种matting算法 包括贝叶斯 泊松 closed-form spectral matting等-Described a variety of matting algorithm including the Bayesian Poisson closed-form spectral matting on, etc.
  3. 所属分类:Document

    • 发布日期:2017-11-15
    • 文件大小:689221
    • 提供者:刘晓寒
  1. BayesTree_0.2-0

    0下载:
  2. 为一个贝叶斯分类的学习算法实现,是基于linux系统下的c++实现-As a Bayesian classifier learning algorithm is based on linux systems c++ Achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:286236
    • 提供者:深夜
  1. Video_Image_Segmentation_Based

    0下载:
  2. 为了对光线变化的图像进行顺利侵害,提出了一 种利用贝叶斯学习方法来进行视频图像分割的算法,印先在每个像素点处对不断变化的背景建模,同时计算每个像素点 处的颜色直方图,再用这些直方图来表示该像素点处特征向量的概率分布,然后用贝叶斯学习方法来进行判断,以确定在光线缓慢或者突然变化的时候,每个像素点是属于前景还是属于背景。-In order to change the image of light against a smooth, a Bayesian learning approach t
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:196500
    • 提供者:
  1. reinforcement

    1下载:
  2. 贝叶斯学习与强化学习结合技术的研 详细介绍了强化学习的算法和理论-Bayesian learning and reinforcement learning combined with the technical details of the study of reinforcement learning algorithms and theory
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:990286
    • 提供者:陈金森
  1. bp.example

    1下载:
  2. 采用动量梯度下降算法训练BP网络,采用两种训练方法,即 L-M 优化算法(trainlm)和贝叶斯正则化算法(trainbr),用以训练 BP 网络-Gradient descent algorithm using momentum BP network training, using two training methods, namely, LM optimization algorithm (trainlm) and Bayesian regularization algorithm (t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2993
    • 提供者:闫薇
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 45 »
搜珍网 www.dssz.com