搜索资源列表
基于贝叶斯网络的半监督聚类集成模型
- 已有的聚类集算法基本上都是非监督聚类集成算法,这样不能利用已知信息,使得聚类集成的准确性、鲁棒性和稳定性降低.把半监督学习和聚类集成结合起来,设计半监督聚类集成模型来克服这些缺点.主要工作包括:第一,设计了基于贝叶斯网络的半监督聚类集成(semi-supervised cluster ensemble,简称SCE)模型,并对模型用变分法进行了推理求解;第二,在此基础上,给出了EM(expectation maximization)框架下
task description & data for assignment 2
- 利用贝叶斯算法实现的分类器-algorithm using Bayesian classifier
贝叶斯
- 有关贝叶斯算法的java程序 优化计算和预测功能 比较好用-bayes arithmetic using java program
贝叶斯看病程序
- 本程序是利用贝叶斯算法来实现的一个看病程序,主要是中风后遗症的诊断-this program is to use Bayesian algorithms to achieve a treatment process, mainly in the diagnosis of stroke sequelae
贝叶斯决策
- 实现贝叶斯决策算法,从文件中读出数据,并且会出决策的分布图。-achieve Bayesian decision-making algorithm, which sensed data from the document, and will make the distribution of decision-making.
贝叶斯算法
- 一个简单的用控制台程序写的贝叶斯算法 里面有一个data.txt是提供的数据集 data1.txt是对该数据集的一个预测 输出了该预测的匹配度
贝叶斯算法.tar
- 提供基于贝叶斯的地图更新算法,实现无人机的静止目标搜索(A Bayesian based map updating algorithm is proposed to achieve the UAV's stationary target search)
3.贝叶斯分类器
- 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning usi
朴素贝叶斯
- 朴素贝叶斯算法,是十大最经典的数据挖掘算法之一(Naive Bayes algorithm, the most classic data mining algorithm)
贝叶斯和KNN算法比较——基于Adult数据集
- 朴素贝叶斯算法和KNN算法比较,其中用到的数据集为adults(Comparison of Bias and KNN algorithms)
朴素贝叶斯算法
- 此处python实现机器学习朴素贝叶斯算法(Here Python implements the naive Bayes algorithm for machine learning)
人工智能:人工智能选股之朴素贝叶斯模型
- 本报告对 朴素贝叶斯模型及线性判别分析、二次判别分析 进行系统测试 “生成模型”是机器学习中监督学习方法的一类。与“判别模型”学习决 策函数和条件概率不同,生成模型主要学习的是联合概率分布??(??,??)。本 文中,我们从朴素贝叶斯算法入手,分析比较了几种常见的生成模型(包 括线性判别分析和二次判别分析)应用于多因子选股的异同,希望对本领 域的投资者产生有实用意义的参考价值。(This report gives a syst
指纹定位算法仿真代码
- 基于rssi的室内定位算法,NN,KNN,WKNN及贝叶斯算法的对比。(The indoor location algorithm based on RSSI is compared with NN, KNN, WKNN and Bayes algorithm.)
贝叶斯工具箱
- 基于贝叶斯框架的最小二乘支持向量机工具箱算法,实用性高。(The least squares support vector machine toolbox algorithm based on Bayesian fr a mework is of high practicability.)
朴素贝叶斯
- 朴素贝叶斯算法运行和程序代码的实验与结果(Operation of naive Bayes algorithm)
5、贝叶斯python代码及数据
- 贝叶斯算法实现分类及数据集 python代码 分类算法(The classification and data set of Bias algorithm)
朴素贝叶斯算法资料
- 朴素贝叶斯算法的相关资料,包含算法以及实验结果等。(The related data of the naive Bayes algorithm.)
贝叶斯代码
- 对贝叶斯算法代码的验证,转自CSDN,对它的算法进行了验证(The verification of Bias algorithm code is turned to CSDN, and its algorithm is verified.)
29 基于贝叶斯Bayes的数据预测
- 贝叶斯算法应用于数据预测,可以应用于很多领域,如风速预测等。(Bayesian algorithm is applied to data prediction, and can be applied to many fields, such as wind speed prediction.)
贝叶斯分类
- 通过python进行编程,运用贝叶斯算法原理,对iris数据集进行分类(Classification of iris data sets by Bayes)