Welcome![Sign In][Sign Up]
Location:
Search - 贝叶斯

Search list

[Mathimatics-Numerical algorithms贝叶斯分类代码,实现分类

Description: 贝叶斯分类 代码实现
Platform: | Size: 119686 | Author: myself2006@163.com | Hits:

[Program doc基于贝叶斯网络的半监督聚类集成模型

Description: 已有的聚类集算法基本上都是非监督聚类集成算法,这样不能利用已知信息,使得聚类集成的准确性、鲁棒性和稳定性降低.把半监督学习和聚类集成结合起来,设计半监督聚类集成模型来克服这些缺点.主要工作包括:第一,设计了基于贝叶斯网络的半监督聚类集成(semi-supervised cluster ensemble,简称SCE)模型,并对模型用变分法进行了推理求解;第二,在此基础上,给出了EM(expectation maximization)框架下的具体算法;第三,从UCI(University of California, Irvine)机器学习库中选取部分数据来做实验.实验结果表明,SCE模型本身及其变分推理后所设计的EM算法都能进行半监督聚类集成,总的来说,效果比NMFS(algorithm of nonnegative-matrix-factorization based semi-supervised)、半监督SVM(support vector machine)、LVCE(latent variable model for cluster ensemble)等算法要好.该半监督聚类集成模型聚集了半监督学习和聚类集成两者的优点,最后的聚类结果比单纯的半监督聚类或聚类集成的效果都要好.
Platform: | Size: 698421 | Author: imgump@qq.com | Hits:

[CSharp贝叶斯分类器

Description: 贝叶斯一维分类器,用matlab编写,正态分布下男女生判别,最小错误率的贝叶斯分类
Platform: | Size: 786 | Author: binghunxuepo99 | Hits:

[Windows Develop模式识别_贝叶斯分_类器

Description: 一个用来做模式识别的贝叶斯分类器-used as a pattern recognition Bayesian classifier
Platform: | Size: 72704 | Author: 李丰华 | Hits:

[Algorithm贝叶斯

Description: 有关贝叶斯算法的java程序 优化计算和预测功能 比较好用-bayes arithmetic using java program
Platform: | Size: 15360 | Author: 李晓亚 | Hits:

[AI-NN-PR贝叶斯分类器源代码

Description: 利用VC实现的贝叶斯分类器的源代码,可以用来分类或识别,很值得收藏-The source code of bayes classfication using VC
Platform: | Size: 7168 | Author: 刘明 | Hits:

[AI-NN-PR贝叶斯网络的因果推理关系

Description: 人工智能实验§贝叶斯网络的因果推理关系§ 熟悉掌握Bayes定理,学习贝叶斯网络的因果推理-artificial intelligence experiments Bayesian network causal reasoning relations mastery Bayes Theorem, learning Bayesian network causal reasoning
Platform: | Size: 104448 | Author: 楚随风 | Hits:

[Algorithm贝叶斯辨识

Description: 一个很有用的贝叶斯辨识的MATLAB程序,结果会很流畅的图形输出.-a very useful identification of MATLAB Bayesian procedures, and results will be very smooth graphics output.
Platform: | Size: 2048 | Author: gxsh | Hits:

[AI-NN-PR贝叶斯看病程序

Description: 本程序是利用贝叶斯算法来实现的一个看病程序,主要是中风后遗症的诊断-this program is to use Bayesian algorithms to achieve a treatment process, mainly in the diagnosis of stroke sequelae
Platform: | Size: 106496 | Author: luxiangzz | Hits:

[AI-NN-PR贝叶斯决策

Description: 实现贝叶斯决策算法,从文件中读出数据,并且会出决策的分布图。-achieve Bayesian decision-making algorithm, which sensed data from the document, and will make the distribution of decision-making.
Platform: | Size: 53248 | Author: | Hits:

[Algorithm贝叶斯算法

Description: 一个简单的用控制台程序写的贝叶斯算法 里面有一个data.txt是提供的数据集 data1.txt是对该数据集的一个预测 输出了该预测的匹配度
Platform: | Size: 1368 | Author: wahaha1219 | Hits:

[Algorithm信号检测贝叶斯

Description: 使用Matlab编程,对教材74页例3.3.1进行编程仿真。其中,正电压A的值、噪声方差值、每个码元周期内的采样点数N自行设定(可设置为可调的变量)。噪声值可使用Matlab中产生高斯随机数的函数来进行仿真。贝叶斯检测判决式中,先验概率P(H1)=P(H0),判断错误的代价因子设为1,判断正确的代价因子设为0. 按照上述参数的设定进行仿真,实现对仿真数据的贝叶斯检测判决;循环生成仿真数据,并进行判决结果的统计,即记录判决正确的次数,估计正确判决的概率。(The use of Matlab programming, teaching materials 74 pages of 3.3.1 programming simulation. Among them, the value of positive voltage A, the variance of noise, the number of sampling points in each symbol cycle (N) can be set by itself (adjustable variable). Noise values can be simulated using the function of generating Gauss random numbers in Matlab. In the Bias detection decision, the prior probability P (H1) =P (H0), the factor of error judgment is set to 1, and the correct cost factor is set to 0. According to the simulation parameters and realize the judgment of Bayesian detection simulation data; generating cycle simulation data, statistics and decision, which records the correct number of judgment, the estimated probability of correct decision.)
Platform: | Size: 1024 | Author: 妮妮111 | Hits:

[matlab最小错误率贝叶斯决策

Description: 基于最小错误率的贝叶斯决策 (1)要决策分类的类别数是一定的;(2)每一类出现的“先验概率”已知;(3)每一类的“类条件概率密度”已知;(Bayesian Decision Based on Minimum Error Rate(1) the "prior probabilities" of each class are known; (2) the "conditional probability density" of each class is known;)
Platform: | Size: 3072 | Author: rhs000 | Hits:

[matlab20170608贝叶斯分类器实验

Description: 贝叶斯分类器,通过事先sample样本的训练,能够快速准确的实现对待分类样本的识别分类(Bias classifier, through the training of sample samples in advance, can quickly and accurately realize the classification and classification of the classified samples)
Platform: | Size: 95232 | Author: naruto_yk@163.com | Hits:

[DataMining贝叶斯网工具箱

Description: 贝叶斯网的工具箱,很实用,可以直接运行。(Bayesian network toolbox, very practical, you can run directly.)
Platform: | Size: 2053120 | Author: 浩浩汤汤 | Hits:

[Othermatlab 贝叶斯和通用阈值软阈值图像去噪方法

Description: matlab 贝叶斯和通用阈值软阈值图像去噪方法MATLAB程序,希望对大家有帮助,仅供大家参考,希望有用(Matlab Bias and general threshold soft threshold image denoising method MATLAB program, we want to help, for your reference, I hope useful)
Platform: | Size: 2048 | Author: peanut0414 | Hits:

[Other贝叶斯

Description: 模式识别,贝叶斯判定,matlab程序,判别身高体重(Pattern recognition, Bayes decision, and matlab program are used to judge height and weight)
Platform: | Size: 19456 | Author: lucky2358 | Hits:

[Other04 贝叶斯定理

Description: 基于matlab的贝叶斯定理在结构上的应用,以一个多自由度体系为例。(The application of Bias's theorem based on MATLAB in structure, taking a multi degree of freedom system as an example.)
Platform: | Size: 10240 | Author: zxm赵 | Hits:

[Other贝叶斯算法.tar

Description: 提供基于贝叶斯的地图更新算法,实现无人机的静止目标搜索(A Bayesian based map updating algorithm is proposed to achieve the UAV's stationary target search)
Platform: | Size: 1024 | Author: mmniba | Hits:

[Other3.贝叶斯分类器

Description: 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the most common is the Bias theorem. This code for Bias classification Python code, including Gauss, Bias classifier, polynomial Bias classifier and Bernoulli Bias classifier, and specific data examples for simulation comparison)
Platform: | Size: 1024 | Author: fdy219517 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net