决策网络

发布于 2024-10-24 08:27:25 字数 80 浏览 2 评论 0原文

  • 你知道这是什么吗?它们如何在决策理论中表示决策(使用概率)
    • 它们与决策树相似吗?
  • Do you know what is this, and How they represent decisions (using probabilities) in Decision Theory
    • Are they similar to decision trees?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

颜漓半夏 2024-10-31 08:27:25

是的,它们有相似的概念,都主要包含:决策节点和决策节点。机会节点。

除了在网络中之外,您不一定从一个节点开始,但可以从不同节点的组合开始,而不是每个节点都采用树中的单个输入,在网络中,一个决策/chance 可以基于多个输入。

例如,在网络中的单个节点中:Weather=Sunny + Holiday=True =>去远足=True。
所以你不需要像树一样将其分成多个节点。

总的来说,它们的区别类似于传统意义上的。如果您熟悉决策树,您应该能够轻松地制定决策网络

希望这有帮助。

Yes, they share similar concepts, and both mainly contains: decision nodes & chance nodes.

Except in a network, you don't necessarily start from one node but it could start with a combination of different nodes, and instead of every node taking a single input in tree, in a network, a decision/chance could be based on multiple inputs.

e.g. in a single node in a network : Weather=Sunny + Holiday=True => go for a hike=True.
so you dont need to split it into multiple nodes as in trees.

In general, their differences are similar as to trees and graphs in a traditional sense. You should be able to work out a decision network easily if you are familiar with decision trees.

Hope this is helpful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文