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

搜索资源列表

  1. K2

    0下载:
  2. 贝叶斯网络K2结构学习算法,确定节点顺序,限制子节点个数 -K2 Bayesian network structure learning algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9503
    • 提供者:lee
  1. beiyesizhengzehua

    0下载:
  2. 采用贝叶斯正则化算法提高 BP 网络的推广能力,采用两种训练方法-Bayesian regularization algorithm to improve the generalization ability of BP network, using two training methods
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:775
    • 提供者:
  1. wavelet--Bayesthreshold-

    0下载:
  2. 基于小波模极大值贝叶斯阈值算法,实现图像吐糟的功能,与其他去噪方法进行对比。-Based on wavelet modulus maxima Bayesian threshold algorithm, spit bad image features comparison with other denoising methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4102
    • 提供者:张雪怡
  1. PR

    0下载:
  2. 各种模式识别算法源码,包括c均值聚类,层次聚类,fisher判决器,贝叶斯判决,神经网络等算法-Pattern recognition algorithm source code, including c-means clustering, hierarchical clustering, fisher judgment, a judgment Bayesian neural network algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12386856
    • 提供者:李潇雨
  1. caisefenge

    0下载:
  2. 使用最小错误率贝叶斯决策的算法分割一个苹果,模式识别作业-Using the minimum error rate Bayesian decision segmentation algorithm an apple, pattern recognition operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:123112
    • 提供者:吕杰
  1. huidufenge

    0下载:
  2. 使用最小错误率贝叶斯决策的算法分割一个苹果灰度分割-Using the minimum error rate Bayesian decision split an apple gray segmentation algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:123113
    • 提供者:吕杰
  1. bayes

    0下载:
  2. 朴素贝叶斯分类算法:其中,朴素的意思是该分类算法基于的两个简单的假设,特征独立以及每个特征同等重要。 贝叶斯分类是基于贝叶斯准则的分类算法。朴素贝叶斯常用于文档分类,过滤垃圾邮件等。 -Naive Bayesian classification algorithm: where is the plain meaning of the classification algorithm based on two simple assumptions, features independent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2161
    • 提供者:iihaozl
  1. fbmp_v1_3.tar

    2下载:
  2. 经典的稀疏重构算法,即快速贝叶斯追踪算法,恢复出的信号精度高,恢复算法复杂度低-Classic sparse reconstruction algorithm, namely the bayesian tracking algorithm quickly, to restore the signal of high precision, low recovery algorithm complexity
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:240291
    • 提供者:冯玉武
  1. DataMiningClassify

    0下载:
  2. 数据挖掘分类算法,依次执行数据预处理、朴素贝叶斯分类、KNN分类-classify algorithm for data mining.It contains data preprocess、Bayes classification and KNN classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:43573
    • 提供者:daodao
  1. NativeBayes

    0下载:
  2. Hadoop文本分类算法研究,实现了hadoop集群来对文本进行分类,其中主要算法为朴素贝叶斯分类算法。-Hadoop text classification algorithm to achieve a Hadoop cluster for text classification, feature extraction, weight calculation
  3. 所属分类:MPI

    • 发布日期:2017-05-15
    • 文件大小:4090513
    • 提供者:蒋伟
  1. shenjingwangluo

    0下载:
  2. 可自由选择贝叶斯正则化算法或者是L-M 优化算法的神经网络matlab代码-The freedom to choose the Bayesian regularization algorithm or LM optimization algorithm neural network matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:760
    • 提供者:吴清若
  1. BeiyesiClassfication

    0下载:
  2. 数据挖掘的贝叶斯分类算法的java实现-Bayesian classification algorithm for data mining
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:9433
    • 提供者:宫兴伟
  1. code-SPL-MS

    0下载:
  2. 一种新型的跟踪算法,用到了贝叶斯的最大后验概率来计算-a novel tracking method which is using the bayes and MAP
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:90253
    • 提供者:luruitao
  1. learn_struct_K2

    0下载:
  2. 贝叶斯网络结构学习K2算法源码,可以用于因果判断等-K2 Bayesian network structure learning algorithm source codeCan be used to determine cause and effect, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1602
    • 提供者:舒记
  1. Naivebayes-classification

    0下载:
  2. 简单朴素贝叶斯 分类器,针对数值型和名称型属性的分类基本算法。-Simple bayesian classifier, in view of the numeric type and name attributes the classification of the basic algorithm.NaiveBayesSimple.java * Copyright (C) 1999 University of Waikato, Hamilton, New Zealand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6667
    • 提供者:杨高伟
  1. PARTICLE

    0下载:
  2. 粒子滤波 PF( Particle Filtering) 是在 贝叶斯滤波框架下基于 Monte Carlo 采样的统计滤波方法,可解 决非线性、非高斯的滤波问题,声源跟踪就属于这类问题。近年 来,基于粒子滤波的声源跟踪算法已成为研究的热点。 -he real acoustic data recorded in a typi- cal meeting room using a small-scale microphone array is used for tracking
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:22496
    • 提供者:lihua
  1. BCS_CODE

    1下载:
  2. 贝叶斯压缩感知以及分布式贝叶斯压缩感知的算法实现,很好的范例-Bayesian Bayesian compressed sensing and distributed compressed sensing algorithm, a good example
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1501181
    • 提供者:zzz
  1. bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美.- Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use of probabilistic algorithms.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:242123
    • 提供者:sunlee0729
  1. ParticleFilter

    0下载:
  2. 粒子滤波(Particle Filtering)是基于贝叶斯估计的一种估计算法,在制导,导航,通信,金融中用着广泛应用。该程序实现了基于粒子滤波方法的动目标跟踪。-Particle Filter (Particle Filtering) is an estimate based on Bayesian estimation algorithm, using the widely used in guidance, navigation, communications, finance. The
  3. 所属分类:3G develop

    • 发布日期:2017-04-17
    • 文件大小:22168
    • 提供者:panjing9453
  1. Desktop

    0下载:
  2. 【谷速软件】基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码 可以作为参考使用学习-[Valley] speed software based on wavelet Bayes (BAYES) threshold (WAVELET) image denoising algorithm source code can be used as a reference study
  3. 所属分类:Wavelet

    • 发布日期:2017-04-29
    • 文件大小:16446
    • 提供者:王宾
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 45 »
搜珍网 www.dssz.com