实施贝叶斯网络
是否有任何c
或java
示例实现贝叶斯网络
?
我想解决一些事情但是不知道从哪里开始?
Is there any c
or java
example implementing Bayesian Net
?
I want to solve some things but Do not where to start?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Weka。它不仅实现了贝叶斯网络,还实现了许多其他机器学习算法。
Use Weka. It not only implements Bayes Nets, but also a lot of other ML algorithms.
我在我的硕士论文期末项目中使用了 JavaBayes,并取得了巨大成功。在 http://www.cs.cmu.edu/~javabayes/ 下查看
它有一组很棒的示例、非常不错的文档、图形设计器和非常有用的 API。
我记得我对 Java 中可用的贝叶斯网络实现做了一些研究,当我发现这个库时,我感到惊喜。我可以强烈推荐它。
I have been using JavaBayes with great success for my master thesis final project. Check it out under http://www.cs.cmu.edu/~javabayes/
It has a great set of examples, very decent documentation, a graphical designer and very useful API.
I remember I did a little research regarding available Bayesian Networks implementations in Java and I was pleasantly surprised when I found this library. I can strongly recommend it.