-
AA228-projects课程下的斯坦福大学不确定性决策制定项目,提供了葡萄酒贝叶斯决策的Matlab代码
资源介绍
葡萄酒贝叶斯决策matlab代码aa-228-projects:不确定性下的决策制定项目1和2
,斯坦福大学2020年秋季。
该存储库提供了我为项目1和2实施的代码和数据。
项目1:贝叶斯结构学习
project1/
├──
data
#
CSV
data
files
to
apply
structured
learning
│
├──
small.csv
#
Titanic
dataset¹
│
├──
medium.csv
#
Wine
dataset²
│
└──
large.csv
#
Secret
dataset
├──
example
#
Helpful
examples
│
├──
example.gph
#
Example
graph
(3
parents,
1
child
each)
│
├──
example.csv
#
Example
data
generated
from
"example.gph"
│
├──
example.score
#
Bayesian
score
of
the
"examples.gph"
given
the
data
"example