搜索资源列表
一种规则和贝叶斯方法相结合的文本自动分类策略
- 一种规则和贝叶斯方法相结合的文本自动分类策略-rules and a Bayesian approach is a combination of automatic text classification strategy
bcs_vb.zip
- 一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子,The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.
IndoorlocationTrackingUsingRSSIReadingsfromasingle
- 通过单一的Wi-Fi接入点的信号强度来判断移动物体的位置。比较新的一篇文章。用了蒙特卡罗抽样的办法-Monte Carlo Sampling Method-来估计位置。-This paper describes research towards a system for locating wireless nodes in a home environment requiring merely a single access point. The only sensor reading
65
- 一种贝叶斯网络结构学习MultiExpert方法 希望对大家有用-A MultiExpert approach for Bayesian Network Structural Learning
start_thesis_book_here
- Speech Enhancement A Bayesian Estimation Approach Using Gaussian Mixture Model
mytfr
- 这是人工智能不确定性推理中贝叶斯方法的程序,是用VC++做的。由于是学生实验,所以比较简单。-It is the uncertain reasoning in artificial intelligence--Bayesian approach procedure 。I s done with VC++. As is the student experiment, it is more simple.
bayesian-matting
- 基于贝叶斯的抠像算法,通过一个最大似然的标准去估计透明度-A Bayesian Approach to Digital Matting,uses a maximum-likelihood criterion to estimate the optimal opacity
Adaptive-Online-Learning
- 基于EKF的神经网络自适应在线学习算法,包含例子和文档。-We show that a hierarchical Bayesian modeling approach allows us to perform regularization in sequential learning. We identify three inference levels within this hierarchy: model selection, parameter estimation, and
vb
- Bayesian Approach to Network Modularity 的算法源码 仅供研究参考-Bayesian Approach to Network Modularity algorithm source code for research purposes only reference
vbmod_matlab-0.9.4
- Bayesian Approach to Network Modularity 的算法源码 仅供研究参考-Bayesian Approach to Network Modularity algorithm source code for research purposes only reference
particalCode
- This function demonstrates a simple implementation of the basic particle filter. It follows faithfully the first example from the paper: 'Novel Approach To Nonlinear/Non-Gaussian Bayesian State Estimation' by Gordon et al.
SEKSGUI0.65
- this code was development by George christakos, Serre, M and Patrick Bogaert for implement the Bayesian Maximun Entropy Approach to enviromental and physical mapping research
Fast-Tracking
- “Fast Tracking via Dense Spatio-Temporal Context Learning,” In ECCV 2014的源代码,效果非常好。-In this paper, we present a simple yet fast and robust algorithm which exploits the spatio-temporal context for visual tracking. Our approach formulates the spatio-te
vbssm_distrib_1.3
- 一种隐藏因子重构遗传调控网络的贝叶斯方法,这是一个变化的贝叶斯状态空间模型的MATLAB工具箱的图形化前端 -Reconstruction of a hidden factor of genetic regulatory network Bayesian approach, This is a graphical front end for the Variational Bayesian State Space Modelling toolbox for Matlab8
4.3-Bayesian-Approach-to-Univariate-Normal-Distri
- univariate normal distribution
贝叶斯方法 -概率编程与贝叶斯推断 zip
- Probabilistic Programming and Bayesian Methods for Hackers是一本写给开发者的关于贝叶斯方法和概率问题的免费开源书。贝叶斯方法的用途十分广泛,在经济学上能找出一堆的例子。而在IT行业,机器学习是非常典型的一个应用。而机器学习也是本书作者写本书的一个重要的理由。 本书选择了Python作为编程语言,这一点都不奇怪,Python在科研和数据分析上的应用是非常方便和普遍的,比如大名鼎鼎的Numpy等。作者在本书中使用另一个库PyMC,它依赖