Tagged Questions
0
votes
2answers
65 views
Java Bayesian Inference framework for huge data-set
Please advise on a Java Bayesian Inference framework that:
1. Is open-source
2. Can be used programmatically from Java app.
3. Will be able to process 10 GB data-set running on a single host (node)
...
0
votes
0answers
135 views
Naive Bayesian Inference in Java?
I have a Bayesian Network implemented (by hand, no libraries) in Java. I need to update the belief at a specific node. I can't for the life of me find sources online about doing this - just a lot of ...
0
votes
2answers
636 views
API for Bayesian networks with Java
Is there any API for building bayesian networks of influence diagram with java
Thanks in advance
0
votes
2answers
210 views
Bayesian inference package for java [closed]
Is there a particular package in java where I can train the bayesian network given a data such as:
20/10/2012 12:00 - 11 red clothes, 19 green clothes left in stock
21/10/2012 12:00 - 10 red clothes, ...
6
votes
4answers
780 views
Bayesian networks in Scala
I'm looking for a library to create Bayes nets and perform learning and inference on them in Scala (or Java, in case of lack of a better solution). The library should be actively maintained, ...
2
votes
3answers
5k views
Open Source Naïve Bayes Classifier written in Java
I'm looking for an Open Source Naïve Bayes Classifier library written in Java. Would appreciate any help in finding one.
Is Naïve Bayes Classifier the same as Bayesian Network?
1
vote
1answer
260 views
which open source java library I can use to build a Bayesian network? [duplicate]
Possible Duplicate:
Library for Bayesian Networks
which opensource library I can use to build a Bayesian network?
I need a java library that builds a Bayesian network and I need to access ...
4
votes
1answer
1k views
How to learn a Bayesian Network (structure+parameters) with the WEKA API?
Does anyone know the "proper" procedure to learn a Bayesian Network from data using the WEKA API? I can't find good instructions in the WEKA documentation.
Based on the documentation and what each ...
1
vote
2answers
2k views
Bayesian Classifier Tutorial
I am trying to learn how to implement a Bayesian filter. I am finding lots of mathematical explanations, but very few examples with actual code. If anyone can give me a link, I'd be very appreciative. ...
0
votes
2answers
644 views
Implement Bayesian inference using Java
Is there any implementation in java like this in php?
<?php
/**
* Returns conditional probability of $A given $B and $Data.
* $Data is an indexed array. Each element of the $Data array
* ...
0
votes
1answer
581 views
AIMA implementation bayesian networks
I would like to code bayesian networks in java to understand them better, and I have found some code of Artificial Intelligence A Modern Approach (3rd Edition), "AIMA"
Do you recommend I read the ...
3
votes
2answers
1k views
Implement Bayes Net
Is there any c or java example implementing Bayesian Net?
I want to solve some things but Do not where to start?.
2
votes
4answers
891 views
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 ...
1
vote
4answers
388 views
Inference algorithm of Shenoy and Shafer
I have heard of this algorithm, but is this algorithm good to use it with Bayesian Belief networks? Hugin is based on it and I'm looking for a book / article on this algorithm.