Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a java alternative to the Bayesian Belief Network Framework "Infer.NET"?

Is the are java alternative to Bayesian Belief Network framework - Infer.NET? Preferable if it be scalable(online learning for large datasets), well-supported(last updated since 2010) and open source and easy to write network structure. So all features from Infer.NET.

like image 394
yura Avatar asked Oct 14 '22 22:10

yura


2 Answers

You should perhaps also consider Samiam, it is very powerful and well maintained. I'm not familiar with Infer.NET so I don't know how it compares.

like image 145
carlosdc Avatar answered Oct 18 '22 01:10

carlosdc


Listing here two Bayesian Network Classifiers projects that I am aware of:

  • CI Bayes - active, last release is 2.0, released on 6th of Oct 2010 and available from their Maven2 repository
  • jBNC - inactive for several years, listing it here just for completeness sake.

I'm not sure how they compare to Infer.NET, so you better make your own tests.

like image 33
Neeme Praks Avatar answered Oct 18 '22 01:10

Neeme Praks