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

搜索资源列表

  1. BCS_

    3下载:
  2. 贝叶斯压缩感知的仿真程序,此程序使用LAPLACE先验,-This is a simple example to test the fast Laplace algorithm from the following paper: S. D. Babacan, R. Molina, A. K. Katsaggelos. bayesian Compressive Sensing using Laplace Priors
  3. 所属分类:matlab例程

    • 发布日期:2014-01-13
    • 文件大小:4994
    • 提供者:王蒙
  1. netica_api

    1下载:
  2. 用于建立贝叶斯网络的netica工具的接口介绍,里面有具体实现的各种函数,方便通过其他例如c#,c等语言混合编程使用。-For the establishment of Bayesian network interface netica tools that there are concrete realization of the various functions to facilitate the adoption of other things such as c
  3. 所属分类:Windows Kernel

    • 发布日期:2015-04-15
    • 文件大小:383159
    • 提供者:shelly
  1. hand

    0下载:
  2. matlab的手写体识别代码 主要有贝叶斯、bp神经网络等方法-The handwriting recognition matlab code are Bayesian, bp neural network method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:167739
    • 提供者:xmg0318
  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. Bezier

    0下载:
  2. 贝叶斯曲线的生成的VC++源码,是mfc的哦!-Bayesian curve generated by VC++ source code for a mfc Oh!
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1975944
    • 提供者:rexlc
  1. BCS_fast_rvm

    2下载:
  2. 该代码实现的是压缩感知理论中的信号恢复问题。将压缩感知理论中的信号恢复问题转化为带参数约束的回归问题,从而利用贝叶斯理论实现参数估计,从而得到高效的重建稀疏信号。-The code to achieve the signal recovery problems in the theory of compressed sensing. Recovery issues into regression problems with parameter constraints will signal co
  3. 所属分类:matlab例程

    • 发布日期:2014-01-23
    • 文件大小:2052
    • 提供者:Xu,J.P
  1. machineLearningPPT

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

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

    2下载:
  2. 贝叶斯决策,用matlab设计的两类正态分布模式的贝叶斯分类程序-bayes
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:871
    • 提供者:王金锐
  1. MushroomClassification

    1下载:
  2. opencv实现的mushroom数据的分类,一共有八种不同的学习方法,包括贝叶斯、SVM、神经网络,等等。-opencv implementation mushroom data classification, a total of eight kinds of different learning methods, including Bayesian, SVM, neural networks, and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6834176
    • 提供者:zhouguoguo
  1. Data_Mining_SQL_2008

    1下载:
  2. 这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 d
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-06-17
    • 文件大小:27428837
    • 提供者:
  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. Matlab-Bayesian-classifier-program

    0下载:
  2. Matlab贝叶斯分类器+(Bayers)程序-Matlab Bayesian classifier+ (Bayers) program
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3752
    • 提供者:孙超
  1. Machine-Learning-Java

    0下载:
  2. 机器学习算法利用JAVA语言实现,包括朴素贝叶斯算法,ID3算法等各种机器学习算法-Machine learning algorithms using JAVA language, including the Naive Bayes algorithm, ID3 algorithm and other machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:451559
    • 提供者:Liuyongkang
  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. MachineLearning

    0下载:
  2. MCMC方法是一种重要的模拟计算方法,马尔可夫链蒙特卡尔理论(Markov chain Monte Carlo:MCMC)的研究对建立可实际应用的统计模型开辟了广阔的前景。90年代以来,很多应用问题都存在着分析对象比较复杂与正确识别模型结构的困难。现在根据MCMC理论,通过使用专用统计软件进行MCMC模拟,可解决许多复杂性问题。此外,得益于MCMC理论的运用,使得贝叶斯(Bayes)统计得到了再度复兴,以往被认为不可能实施计算的统计方法变得是很轻而易举了-MCMC method is an im
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:2323653
    • 提供者:曹哥
  1. VCimagerecognition

    0下载:
  2. 《精通VisualC++数字图像处理模式识别技术及工程实践》介绍了模式识别和人工智能中的一些基本理论,以及一些相关的模型,包括贝叶斯决策、线性判别函数、神经网络理论、隐马尔可夫模型、聚类技术等,同时结合模式识别中的一些问题,比如字符识别、笔迹鉴定、人脸检测、车牌识别、印章识别以及遥感图片、医学图片处理等内容,从多种角度,介绍了解决这些问题的思路-" Proficient in VisualC++ digital image processing, pattern recognition
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-03
    • 文件大小:11152793
    • 提供者:吴晶
  1. naivebayes

    0下载:
  2. 本算法介绍了朴素贝叶斯算法的原理和功能以及使用MATLAB实现其功能算法。-This algorithm describes the principle of Bayesian algorithms and functions and the use of MATLAB algorithms to achieve its function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:833
    • 提供者:skyjsj
  1. xiaobo

    1下载:
  2. 我们提出了一种改进的小波域维纳滤波器,在小波域采用基于贝叶斯估计的小波阈值去噪技术估计期望信号提高估计的精度,并以此设计经验维纳滤波器-We propose an improved wavelet domain Wiener filter in wavelet domain Bayesian estimation based on wavelet threshold denoising techniques to estimate the desired signal to improve th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:188594
    • 提供者:lee
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com