Implement Bayes Net
Asked Answered
C

2

6

Is there any c or java example implementing Bayesian Net?

I want to solve some things but Do not where to start?.

Chlorpromazine answered 19/3, 2011 at 18:9 Comment(1)
There are some potentially useful links here: en.wikipedia.org/wiki/Bayesian_network#Software_resourcesHardden
L
4

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.

Landlubber answered 19/3, 2011 at 21:8 Comment(0)
H
5

Use Weka. It not only implements Bayes Nets, but also a lot of other ML algorithms.

Hypha answered 19/3, 2011 at 18:13 Comment(0)
L
4

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.

Landlubber answered 19/3, 2011 at 21:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.