资源简介
贝叶斯网络工具箱采用MATLAB语言编制的贝叶斯网络工具箱(Bayesian Networks Toolbox,BNT)可实现贝叶斯网络结构学习、参数学习、推理和构建贝叶斯分类器,此工具箱在贝叶斯学习编程方面非常灵活。利用贝叶斯网络工具箱可以解决贝叶斯学习和推理问题
代码片段和文件信息
function opt_vect = foptions()
% FOPTIONS Sets default parameters for optimisation routines
% For compatibility with MATLAB‘s foptions()
%
% Copyright (c) Dharmesh Maniyar Ian T. Nabney (2004)
opt_vect = zeros(1 18);
opt_vect(2:3) = 1e-4;
opt_vect(4) = 1e-6;
opt_vect(16) = 1e-8;
opt_vect(17) = 0.1;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1246 2007-10-19 17:41 matlab Bayes tool\Bayes FullBNT\FullBNT\#ChangeLog.txt#
文件 315 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\@assocarray\assocarray.m
文件 97 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\@assocarray\CVS\Entries
文件 24 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\@assocarray\CVS\Repository
文件 51 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\@assocarray\CVS\Root
文件 419 2004-08-04 11:36 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\@assocarray\subsref.m
文件 125 2003-01-18 15:00 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\copyright.txt
文件 4856 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@boolean_CPD\boolean_CPD.m
文件 52 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@boolean_CPD\CVS\Entries
文件 30 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@boolean_CPD\CVS\Repository
文件 51 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@boolean_CPD\CVS\Root
文件 58 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@deterministic_CPD\CVS\Entries
文件 36 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@deterministic_CPD\CVS\Repository
文件 51 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@deterministic_CPD\CVS\Root
文件 1792 2002-10-07 05:26 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@deterministic_CPD\deterministic_CPD.m
文件 582 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\convert_CPD_to_table_hidden_ps.m
文件 511 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\convert_obs_CPD_to_table.m
文件 1621 2004-02-20 14:00 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\convert_to_pot.m
文件 3600 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\convert_to_sparse_table.c
文件 7680 2012-04-19 22:11 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\convert_to_sparse_table.mexw32
文件 541 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\convert_to_table.m
文件 586 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CPD_to_lambda_msg.m
文件 436 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CPD_to_pi.m
文件 791 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CPD_to_scgpot.m
文件 752 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CVS\Entries
文件 28 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CVS\Entries.Log
文件 31 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CVS\Repository
文件 51 2007-02-12 17:20 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\CVS\Root
文件 233 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\discrete_CPD.m
文件 127 2002-05-29 07:59 matlab Bayes tool\Bayes FullBNT\FullBNT\BNT\CPDs\@discrete_CPD\dom_sizes.m
............此处省略2456个文件信息
- 上一篇:机器学习基础教程 matlab代码+数据
- 下一篇:CAS-PEAL光照子集
相关资源
- 机器学习基础教程 matlab代码+数据
- 薛定宇《高等应用数学问题的MATLAB求
- 现代永磁同步电机控制原理及MATLAB仿
- MATLAB遗传算法工具箱及应用__雷英杰,
- 《MATLAB数字图像处理实战》随书附带
- [MATLAB统计分析与应用:40个案例分析
- Matlab的两种编译器MinGW-w64和Visual Stu
- CBF MVDR LMS波束形成的Matlab算法
- MATLAB在电气工程中的应用书签.pdf
- Robotics Toolbox 10.3.1 matlab机器人工具箱
- 基于背景模糊模型的烟雾检测matlab实
- 偏最小二乘PLS和一些光谱预处理的m
- SDM的matlab代码
- 先进PID控制与MATLAB仿真第四版带源码
- Phil Kim-2017Matlab_DeepLearning电子书
- 深度学习神经网络包含CNN和DEN神经网
-
MATLABSimuli
nk动力学系统建模与仿真 - 数字信号处理教程 MATLAB释义与实现
- matlab开发股市场中的动量效应
- 有源干扰的单脉冲雷达测角方法matl
- Matlab GUI 设计学习手记 高清完整 第二
- 系统辨识与自适应控制Matlab仿真含p
- 模糊控制及其MATLAB仿真.pdf
- 数字调制解调技术的MATLAB与FPGA实现新
- matlab cnn高光谱图像分类
- 基于MATLAB的金属表面缺陷分类与测量
- 图论算法及其MATLAB实现_王海英_北航
- Nifti程序包用于写入读取和处理医学影
- MIMO MATLAB 仿真程序汇总
- Robotics Toolbox for MATLAB10.3.1
评论
共有 条评论