Can anyone recommend a good opensource or free bayes net software program?
I have been using baysealab with a class, but my account will expire and I’d like to continue building and using bns.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have access to matlab:
BNT is great
If you prefer python:
NetworkX or Orange
Or for Java:
Weka API
Weka does not have the best documented API, but is quite rich in what algorithms are available.
Hope this helps.